*{margin:0;padding:0;box-sizing:border-box;max-width:100%}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;transition:background-color .2s ease,color .2s ease;background:#1a1a1a}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:.5rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit}#app{min-height:100vh;display:flex;flex-direction:column}@media(max-width:768px){a,button,input,select,textarea{-webkit-tap-highlight-color:rgba(232,123,25,.2)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{-webkit-overflow-scrolling:touch}body{font-size:15px}input[type=text],input[type=email],input[type=number],input[type=tel],input[type=password],input[type=url],textarea,select{font-size:16px}}@media(max-width:480px){body{font-size:14px}h1{line-height:1.2}h2,h3{line-height:1.25}}@media(max-width:768px)and (orientation:landscape){body{font-size:14px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;border:none;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.btn:disabled{opacity:.5;cursor:not-allowed}.card{border-radius:12px;padding:1.25rem;transition:all .2s ease;margin-top:1rem}.card-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;margin-bottom:1rem}.card-title{font-size:1.125rem;font-weight:600;margin:0}.card-body{line-height:1.6}.card-footer{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding-top:1rem;margin-top:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-label{font-size:.875rem;font-weight:600}.form-label-required:after{content:" *";color:#ef4444}.input,.textarea,.select{width:100%;padding:.625rem .875rem;border-radius:8px;border:1px solid;font-size:.9375rem;font-family:inherit;transition:all .2s ease}.input:focus,.textarea:focus,.select:focus{outline:none}.input:disabled,.textarea:disabled,.select:disabled{opacity:.5;cursor:not-allowed}.textarea{resize:vertical;min-height:100px}.checkbox,.radio{width:1.125rem;height:1.125rem;cursor:pointer}.modal-overlay{position:fixed;inset:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-sm{max-width:400px}.modal-lg{max-width:800px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem}.modal-title{font-size:1.25rem;font-weight:600;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.modal-body{padding:1.5rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.5rem}.spinner{border-radius:50%;width:2rem;height:2rem;border:3px solid;animation:spin .8s linear infinite}.spinner-sm{width:1rem;height:1rem;border-width:2px}.spinner-lg{width:3rem;height:3rem;border-width:4px}@keyframes spin{to{transform:rotate(360deg)}}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-sm{padding:.125rem .5rem;font-size:.6875rem}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;overflow:hidden}.avatar-sm{width:2rem;height:2rem;font-size:.75rem}.avatar-md{width:2.5rem;height:2.5rem;font-size:1rem}.avatar-lg{width:3.5rem;height:3.5rem;font-size:1.25rem}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;border-radius:8px;min-width:12rem;z-index:50;padding:.5rem}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .15s ease;text-decoration:none}.dropdown-divider{height:1px;margin:.5rem 0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;border-radius:20px;border:2px dashed}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.empty-state-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.empty-state-description{font-size:.9375rem;margin-bottom:1.5rem}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.row{display:flex;flex-direction:row;align-items:center;gap:1rem}.col{display:flex;flex-direction:column;gap:1rem}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-full{border-radius:9999px}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}@media(max-width:1023px){.hide-mobile{display:none!important}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding:0 1rem}.row{flex-direction:column;align-items:stretch}.modal{max-width:95%;margin:1rem}.modal-header,.modal-body,.modal-footer,.card{padding:1rem}.card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.card-footer{flex-direction:column;align-items:stretch}}@media(max-width:640px){.btn:not(.btn-responsive){width:100%;justify-content:center}.btn-group{flex-direction:column;width:100%}.btn-group .btn{width:100%}[style*=flex] .btn,.header-actions .btn{width:auto}.modal{max-width:100%;margin:.5rem;max-height:95vh}.modal-sm,.modal-lg{max-width:100%}.dropdown-menu{position:fixed;left:1rem;right:1rem;width:auto}.empty-state{padding:2rem 1rem}.form-group .row{flex-direction:column}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}}@media(max-width:480px){.badge{font-size:.6875rem;padding:.125rem .5rem}.modal-overlay{padding:.5rem}.modal{border-radius:12px}.card{border-radius:8px}h1{font-size:1.25rem}h2{font-size:1.125rem}}@media(min-width:1024px){.hide-desktop{display:none!important}.btn-responsive{width:auto}}body{background-color:#f9fafb;color:#1f2937;max-width:100%}.btn-primary{background-color:#e87b19;color:#fff}.btn-primary:hover:not(:disabled){background-color:#d66a0f;box-shadow:0 0 0 3px #e87b1933}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#4b5563}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background-color:#dc2626}.btn-ghost{background-color:transparent;border:1px solid #e5e7eb;color:#6b7280}.btn-ghost:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.card{background-color:#fff;box-shadow:0 1px 3px #0000004a}.card:hover{box-shadow:0 4px 6px #0009}.card-header{border-bottom:1px solid #e5e7eb}.card-title{color:#111827}.card-body{color:#4b5563}.card-footer{border-top:1px solid #e5e7eb;color:#4b5563}.form-label{color:#374151}.input,.textarea,.select{background-color:#fff;border-color:#d1d5db;color:#1f2937}.input::placeholder,.textarea::placeholder{color:#9ca3af}.input:focus,.textarea:focus,.select:focus{border-color:#e87b19;box-shadow:0 0 0 3px #e87b191a}.input-error{border-color:#ef4444}.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.modal-overlay{background-color:#00000080}.modal{background-color:#fff;box-shadow:0 20px 25px #00000026}.modal-header{border-bottom:1px solid #e5e7eb}.modal-title{color:#111827}.modal-close{color:#6b7280}.modal-close:hover{color:#111827}.modal-footer{border-top:1px solid #e5e7eb}.spinner{border-color:#e5e7eb;border-top-color:#e87b19}.badge-primary{background-color:#e87b1926;color:#e87b19}.badge-success{background-color:#10b98126;color:#10b981}.badge-danger{background-color:#ef444426;color:#ef4444}.badge-warning{background-color:#f59e0b26;color:#f59e0b}.badge-gray{background-color:#6b728026;color:#6b7280}.avatar{background-color:#6b7280;color:#fff}.dropdown-menu{background-color:#fff;box-shadow:0 4px 6px #0000001a;border:1px solid #e5e7eb}.dropdown-item{color:#374151}.dropdown-item:hover{background-color:#f3f4f6;color:#111827}.dropdown-divider{background-color:#e5e7eb}.empty-state{background-color:#fff;border-color:#e5e7eb}.empty-state-icon{color:#d1d5db}.empty-state-title{color:#111827}.empty-state-description{color:#6b7280}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#e0e0e0;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px;border:2px solid #e0e0e0;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#e87b19}::-webkit-scrollbar-thumb:active{background:#d16d15}*{scrollbar-color:#888888 #e0e0e0}.text-gray-900{color:#111827}.text-gray-800{color:#1f2937}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-gray-300{color:#d1d5db}.text-primary{color:#e87b19}.text-success{color:#10b981}.text-danger{color:#ef4444}.text-warning{color:#f59e0b}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-md{box-shadow:0 4px 6px #0000001a}.shadow-lg{box-shadow:0 10px 15px #0000001a}body.dark-theme{background-color:#121212;color:#e0e0e0;max-width:100%}body.dark-theme .btn-primary{background-color:#e87b19;color:#fff}body.dark-theme .btn-primary:hover:not(:disabled){background-color:#d66a0f;box-shadow:0 0 0 3px #e87b194d}body.dark-theme .btn-secondary{background-color:#4b5563;color:#fff}body.dark-theme .btn-secondary:hover:not(:disabled){background-color:#374151}body.dark-theme .btn-danger{background-color:#ef4444;color:#fff}body.dark-theme .btn-danger:hover:not(:disabled){background-color:#dc2626}body.dark-theme .btn-ghost{background-color:transparent;border-color:#404040;color:#e0e0e0}body.dark-theme .btn-ghost:hover:not(:disabled){background-color:#2d2d2d;color:#fff}body.dark-theme .card{background-color:#1e1e1e;box-shadow:0 1px 3px #0000004d}body.dark-theme .card:hover{box-shadow:0 4px 6px #0006}body.dark-theme .card-header{border-bottom-color:#2d2d2d}body.dark-theme .card-title{color:#fff}body.dark-theme .card-body{color:#b0b0b0}body.dark-theme .card-footer{border-top-color:#2d2d2d;color:#b0b0b0}body.dark-theme .form-label{color:#e0e0e0}body.dark-theme .input,body.dark-theme .textarea,body.dark-theme .select{background-color:#2d2d2d;border-color:#404040;color:#e0e0e0}body.dark-theme .input::placeholder,body.dark-theme .textarea::placeholder{color:#707070}body.dark-theme .input:focus,body.dark-theme .textarea:focus,body.dark-theme .select:focus{border-color:#e87b19;box-shadow:0 0 0 3px #e87b1933}body.dark-theme .input-error{border-color:#ef4444}body.dark-theme .input-error:focus{box-shadow:0 0 0 3px #ef444433}body.dark-theme .modal-overlay{background-color:#000000b3}body.dark-theme .modal{background-color:#1e1e1e;border:1px solid #2d2d2d;box-shadow:0 20px 25px #0006}body.dark-theme .modal-header{border-bottom-color:#2d2d2d}body.dark-theme .modal-title{color:#fff}body.dark-theme .modal-close{color:#b0b0b0}body.dark-theme .modal-close:hover{color:#fff}body.dark-theme .modal-footer{border-top-color:#2d2d2d}body.dark-theme .spinner{border-color:#404040;border-top-color:#e87b19}body.dark-theme .badge-primary{background-color:#e87b1933;color:#e87b19}body.dark-theme .badge-success{background-color:#10b98133;color:#10b981}body.dark-theme .badge-danger{background-color:#ef444433;color:#ef4444}body.dark-theme .badge-warning{background-color:#f59e0b33;color:#f59e0b}body.dark-theme .badge-gray{background-color:#6b728033;color:#9ca3af}body.dark-theme .avatar{background-color:#4b5563;color:#fff}body.dark-theme .dropdown-menu{background-color:#1e1e1e;border:1px solid #2d2d2d;box-shadow:0 4px 6px #0000004d}body.dark-theme .dropdown-item{color:#e0e0e0}body.dark-theme .dropdown-item:hover{background-color:#2d2d2d;color:#fff}body.dark-theme .dropdown-divider{background-color:#2d2d2d}body.dark-theme .empty-state{background-color:#1e1e1e;border-color:#2d2d2d}body.dark-theme .empty-state-icon{color:#404040}body.dark-theme .empty-state-title{color:#fff}body.dark-theme .empty-state-description{color:#b0b0b0}body.dark-theme ::-webkit-scrollbar-track{background:#1e1e1e}body.dark-theme ::-webkit-scrollbar-thumb{background:#404040;border-color:#1e1e1e}body.dark-theme ::-webkit-scrollbar-thumb:hover{background:#e87b19}body.dark-theme *{scrollbar-color:#404040 #1e1e1e}body.dark-theme .text-gray-900{color:#fff}body.dark-theme .text-gray-800{color:#e0e0e0}body.dark-theme .text-gray-700{color:#b0b0b0}body.dark-theme .text-gray-600{color:#9ca3af}body.dark-theme .text-gray-500{color:#707070}body.dark-theme .text-gray-400{color:#6b7280}body.dark-theme .text-gray-300{color:#4b5563}body.dark-theme .text-primary{color:#e87b19}body.dark-theme .text-success{color:#10b981}body.dark-theme .text-danger{color:#ef4444}body.dark-theme .text-warning{color:#f59e0b}body.dark-theme .bg-white{background-color:#1e1e1e}body.dark-theme .bg-gray-50{background-color:#121212}body.dark-theme .bg-gray-100{background-color:#2d2d2d}body.dark-theme .shadow-sm{box-shadow:0 1px 2px #0000004d}body.dark-theme .shadow{box-shadow:0 1px 3px #0000004d}body.dark-theme .shadow-md{box-shadow:0 4px 6px #0000004d}body.dark-theme .shadow-lg{box-shadow:0 10px 15px #0000004d}.app-header[data-v-18a2a0a4]{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem;position:sticky;top:0;z-index:100}body.dark-theme .app-header[data-v-18a2a0a4]{background-color:#1e1e1e;border-bottom-color:#2d2d2d}.header-container[data-v-18a2a0a4]{display:flex;align-items:center;justify-content:space-between;max-width:100%}.header-left[data-v-18a2a0a4]{display:flex;align-items:center;gap:1rem}.header-logo[data-v-18a2a0a4]{height:40px;width:auto}.header-title[data-v-18a2a0a4]{font-size:1.25rem;font-weight:600;margin:0;color:#111827}body.dark-theme .header-title[data-v-18a2a0a4]{color:#fff}.header-right[data-v-18a2a0a4]{display:flex;align-items:center;gap:1rem}.team-switcher-wrapper[data-v-18a2a0a4]{position:relative}.team-switcher[data-v-18a2a0a4]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;background-color:#f3f4f6;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease}.team-switcher[data-v-18a2a0a4]:hover{background-color:#e5e7eb}body.dark-theme .team-switcher[data-v-18a2a0a4]{background-color:#2d2d2d;border-color:#404040}body.dark-theme .team-switcher[data-v-18a2a0a4]:hover{background-color:#404040}.team-name[data-v-18a2a0a4]{font-size:.875rem;font-weight:600;color:#374151}body.dark-theme .team-name[data-v-18a2a0a4]{color:#e0e0e0}.team-dropdown[data-v-18a2a0a4]{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;overflow:hidden}body.dark-theme .team-dropdown[data-v-18a2a0a4]{background-color:#1e1e1e;border-color:#404040;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.team-dropdown-item[data-v-18a2a0a4]{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;color:#374151;font-size:.875rem}.team-dropdown-item[data-v-18a2a0a4]:hover{background-color:#f3f4f6}body.dark-theme .team-dropdown-item[data-v-18a2a0a4]{color:#e0e0e0}body.dark-theme .team-dropdown-item[data-v-18a2a0a4]:hover{background-color:#2d2d2d}.team-dropdown-item.active[data-v-18a2a0a4]{background-color:#e87b191a;color:#e87b19;font-weight:600}body.dark-theme .team-dropdown-item.active[data-v-18a2a0a4]{background-color:#e87b1926}.team-dropdown-divider[data-v-18a2a0a4]{height:1px;background-color:#e5e7eb;margin:.5rem 0}body.dark-theme .team-dropdown-divider[data-v-18a2a0a4]{background-color:#404040}.team-dropdown-action[data-v-18a2a0a4]{color:#e87b19;font-weight:600}.team-dropdown-action[data-v-18a2a0a4]:hover{background-color:#e87b191a}body.dark-theme .team-dropdown-action[data-v-18a2a0a4]:hover{background-color:#e87b1926}.user-menu[data-v-18a2a0a4]{display:flex;align-items:center;gap:.75rem}.user-name[data-v-18a2a0a4]{font-size:.875rem;font-weight:500;color:#374151}body.dark-theme .user-name[data-v-18a2a0a4]{color:#e0e0e0}@media(max-width:1023px){.app-header[data-v-18a2a0a4]{padding:1rem}.header-container[data-v-18a2a0a4]{gap:.75rem}.header-right[data-v-18a2a0a4]{gap:.5rem}}@media(max-width:768px){.app-header[data-v-18a2a0a4]{padding:.75rem 1rem}.header-logo[data-v-18a2a0a4]{height:32px}.header-title[data-v-18a2a0a4]{font-size:1rem;display:none}.header-left[data-v-18a2a0a4]{gap:.75rem}.header-right[data-v-18a2a0a4]{gap:.5rem}.user-name[data-v-18a2a0a4]{display:none}.team-name[data-v-18a2a0a4]{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-sm[data-v-18a2a0a4]{padding:.5rem}.btn-sm span[data-v-18a2a0a4]{display:none}}@media(max-width:480px){.header-logo[data-v-18a2a0a4]{height:28px}.header-right[data-v-18a2a0a4]{gap:.25rem}.team-switcher-wrapper .btn[data-v-18a2a0a4]{padding:.5rem .75rem}.team-name[data-v-18a2a0a4]{max-width:100px}.team-dropdown[data-v-18a2a0a4]{left:0;right:0;min-width:100%}.btn-ghost[data-v-18a2a0a4]{padding:.5rem;min-width:auto}}.sidebar[data-v-d441780a]{width:250px;background-color:#fff;border-right:1px solid #e5e7eb;padding:1.5rem 0;overflow-y:auto}body.dark-theme .sidebar[data-v-d441780a]{background-color:#1e1e1e;border-right-color:#2d2d2d}.sidebar-nav[data-v-d441780a]{display:flex;flex-direction:column;gap:.25rem;padding:0 1rem}.nav-item[data-v-d441780a]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;color:#374151;text-decoration:none;transition:all .2s ease;position:relative}body.dark-theme .nav-item[data-v-d441780a]{color:#b0b0b0}.nav-item[data-v-d441780a]:hover{background-color:#f3f4f6;color:#111827}body.dark-theme .nav-item[data-v-d441780a]:hover{background-color:#2d2d2d;color:#fff}.nav-item-active[data-v-d441780a]{background-color:#e87b1926;color:#e87b19;font-weight:600}body.dark-theme .nav-item-active[data-v-d441780a]{background-color:#e87b1933;color:#e87b19}.nav-icon[data-v-d441780a]{font-size:1.25rem;width:1.5rem;text-align:center}.nav-label[data-v-d441780a]{flex:1;font-size:.9375rem}.nav-badge[data-v-d441780a]{background-color:#e87b19;color:#fff;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}@media(max-width:1024px){.sidebar[data-v-d441780a]{width:60px;padding:1rem 0}.sidebar-nav[data-v-d441780a]{padding:0 .5rem}.nav-label[data-v-d441780a]{display:none}.nav-badge[data-v-d441780a]{position:absolute;top:.5rem;right:.5rem;padding:.125rem .375rem;font-size:.625rem}.nav-item[data-v-d441780a]{padding:.75rem;justify-content:center}.nav-icon[data-v-d441780a]{width:auto}}@media(max-width:768px){.sidebar[data-v-d441780a]{position:fixed;inset:auto 0 0;width:100%;height:auto;border-right:none;border-top:1px solid #e5e7eb;padding:0;z-index:50}body.dark-theme .sidebar[data-v-d441780a]{border-top-color:#2d2d2d;border-right:none}.sidebar-nav[data-v-d441780a]{flex-direction:row;padding:.5rem;gap:0;justify-content:space-around}.nav-item[data-v-d441780a]{flex-direction:column;padding:.5rem;gap:.25rem;flex:1;border-radius:6px;align-items:center}.nav-icon[data-v-d441780a]{font-size:1.125rem;width:auto}.nav-label[data-v-d441780a]{display:block;font-size:.6875rem;text-align:center}.nav-badge[data-v-d441780a]{position:absolute;top:.25rem;right:50%;transform:translate(50%);padding:.125rem .25rem;font-size:.5rem;min-width:1rem}}@media(max-width:480px){.nav-label[data-v-d441780a]{font-size:.625rem}.nav-icon[data-v-d441780a]{font-size:1rem}}.dashboard-layout[data-v-c3b3a147]{display:flex;flex-direction:column;min-height:100vh}.dashboard-container[data-v-c3b3a147]{display:flex;flex:1;overflow:hidden}.dashboard-main[data-v-c3b3a147]{flex:1;padding:2rem;overflow-y:auto;background-color:#f9fafb}body.dark-theme .dashboard-main[data-v-c3b3a147]{background-color:#121212}@media(max-width:1023px){.dashboard-main[data-v-c3b3a147]{padding:1.5rem}}@media(max-width:768px){.dashboard-container[data-v-c3b3a147]{flex-direction:column}.dashboard-main[data-v-c3b3a147]{padding:1rem 1rem 5rem}}@media(max-width:480px){.dashboard-main[data-v-c3b3a147]{padding:.75rem .75rem 5rem}}.monitor-card[data-v-ddb78f51]{transition:all .2s ease}.monitor-card[data-v-ddb78f51]:hover{transform:translateY(-2px)}.monitor-offline[data-v-ddb78f51]{border-left:4px solid #ef4444}.monitor-header-left[data-v-ddb78f51]{display:flex;align-items:center;gap:1rem}.monitor-status-icon[data-v-ddb78f51]{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.status-online[data-v-ddb78f51]{background-color:#10b98126;color:#10b981}.status-offline[data-v-ddb78f51]{background-color:#ef444426;color:#ef4444}.status-degraded[data-v-ddb78f51]{background-color:#f59e0b26;color:#f59e0b}.status-pending[data-v-ddb78f51]{background-color:#6b728026;color:#6b7280}body.dark-theme .status-online[data-v-ddb78f51]{background-color:#10b98133}body.dark-theme .status-offline[data-v-ddb78f51]{background-color:#ef444433}body.dark-theme .status-degraded[data-v-ddb78f51]{background-color:#f59e0b33}body.dark-theme .status-pending[data-v-ddb78f51]{background-color:#6b728033}.monitor-endpoint[data-v-ddb78f51]{font-size:.875rem;color:#6b7280;margin:0}body.dark-theme .monitor-endpoint[data-v-ddb78f51]{color:#9ca3af}.monitor-badge[data-v-ddb78f51]{margin-left:auto}.monitor-info[data-v-ddb78f51]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.monitor-info-item[data-v-ddb78f51]{display:flex;flex-direction:column;gap:.25rem}.info-label[data-v-ddb78f51]{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#9ca3af}body.dark-theme .info-label[data-v-ddb78f51]{color:#707070}.info-value[data-v-ddb78f51]{font-size:.875rem;font-weight:500;color:#111827}body.dark-theme .info-value[data-v-ddb78f51]{color:#e0e0e0}@media(max-width:768px){.monitor-info[data-v-ddb78f51]{grid-template-columns:1fr}}.incident-card[data-v-69943065]{border-left:4px solid transparent;cursor:pointer;transition:all .2s ease}.incident-card[data-v-69943065]:hover{transform:translateY(-2px)}.incident-critical[data-v-69943065]{border-left-color:#ef4444}.incident-major[data-v-69943065]{border-left-color:#f59e0b}.incident-minor[data-v-69943065]{border-left-color:#e87b19}.incident-normal[data-v-69943065]{border-left-color:#3b82f6}.incident-maintanence[data-v-69943065]{border-left-color:#6b7280}.incident-header-left[data-v-69943065]{display:flex;align-items:center;gap:1rem;flex:1}.incident-description[data-v-69943065]{margin:0 0 1rem;color:#4b5563;line-height:1.6}body.dark-theme .incident-description[data-v-69943065]{color:#b0b0b0}.incident-info[data-v-69943065]{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem}.incident-info-item[data-v-69943065]{display:flex;align-items:center;gap:.75rem}.info-icon[data-v-69943065]{font-size:1.5rem}.info-content[data-v-69943065]{display:flex;flex-direction:column;gap:.125rem}.info-label[data-v-69943065]{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#9ca3af}body.dark-theme .info-label[data-v-69943065]{color:#707070}.info-value[data-v-69943065]{font-size:.875rem;font-weight:500;color:#111827}body.dark-theme .info-value[data-v-69943065]{color:#e0e0e0}.incident-updates[data-v-69943065]{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}body.dark-theme .incident-updates[data-v-69943065]{border-top-color:#404040}.updates-title[data-v-69943065]{font-size:.875rem;font-weight:600;text-transform:uppercase;color:#6b7280;margin-bottom:1rem}body.dark-theme .updates-title[data-v-69943065]{color:#9ca3af}.updates-timeline[data-v-69943065]{display:flex;flex-direction:column;gap:1rem}.update-item[data-v-69943065]{display:flex;gap:.75rem;position:relative}.update-item[data-v-69943065]:not(:last-child):before{content:"";position:absolute;left:.4375rem;top:1.5rem;bottom:-1rem;width:2px;background-color:#e5e7eb}body.dark-theme .update-item[data-v-69943065]:not(:last-child):before{background-color:#404040}.update-dot[data-v-69943065]{width:.875rem;height:.875rem;border-radius:50%;flex-shrink:0;margin-top:.25rem;border:2px solid #ffffff;box-shadow:0 0 0 1px #e5e7eb}body.dark-theme .update-dot[data-v-69943065]{border-color:#1a1a1a;box-shadow:0 0 0 1px #404040}.update-dot-investigating[data-v-69943065]{background-color:#ef4444}.update-dot-identified[data-v-69943065]{background-color:#f59e0b}.update-dot-monitoring[data-v-69943065]{background-color:#e87b19}.update-dot-resolved[data-v-69943065]{background-color:#10b981}.update-dot-maintanence[data-v-69943065]{background-color:#6b7280}.update-content[data-v-69943065]{flex:1;display:flex;flex-direction:column;gap:.5rem}.update-header[data-v-69943065]{display:flex;align-items:center;gap:.75rem}.update-time[data-v-69943065]{font-size:.75rem;color:#9ca3af}body.dark-theme .update-time[data-v-69943065]{color:#707070}.update-message[data-v-69943065]{margin:0;font-size:.875rem;line-height:1.5;color:#374151}body.dark-theme .update-message[data-v-69943065]{color:#b0b0b0}.dashboard-view[data-v-26cb4a5a]{max-width:1400px;margin:auto}.dashboard-header[data-v-26cb4a5a]{margin-bottom:2rem}.dashboard-header h1[data-v-26cb4a5a]{margin-bottom:.5rem}.stat-card[data-v-26cb4a5a]{display:flex;align-items:center;gap:1rem}.stat-icon[data-v-26cb4a5a]{width:3rem;height:3rem;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-success[data-v-26cb4a5a]{background-color:#10b98126;color:#10b981}.stat-danger[data-v-26cb4a5a]{background-color:#ef444426;color:#ef4444}.stat-warning[data-v-26cb4a5a]{background-color:#f59e0b26;color:#f59e0b}.stat-info[data-v-26cb4a5a]{background-color:#3b82f626;color:#3b82f6}body.dark-theme .stat-success[data-v-26cb4a5a]{background-color:#10b98133}body.dark-theme .stat-danger[data-v-26cb4a5a]{background-color:#ef444433}body.dark-theme .stat-warning[data-v-26cb4a5a]{background-color:#f59e0b33}body.dark-theme .stat-info[data-v-26cb4a5a]{background-color:#3b82f633}.stat-content[data-v-26cb4a5a]{flex:1}.stat-label[data-v-26cb4a5a]{font-size:.875rem;color:#6b7280;margin:0 0 .25rem}body.dark-theme .stat-label[data-v-26cb4a5a]{color:#9ca3af}.stat-value[data-v-26cb4a5a]{font-size:2rem;font-weight:700;margin:0;color:#111827}body.dark-theme .stat-value[data-v-26cb4a5a]{color:#fff}.section[data-v-26cb4a5a]{margin-top:2rem}.section-header[data-v-26cb4a5a]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.section-header h2[data-v-26cb4a5a]{margin:0;font-size:1.25rem}.loading-container[data-v-26cb4a5a]{display:flex;align-items:center;justify-content:center;padding:3rem}@media(max-width:1023px){.dashboard-header[data-v-26cb4a5a]{margin-bottom:1.5rem}.section-header[data-v-26cb4a5a]{flex-direction:column;align-items:flex-start;gap:1rem}.section-header .btn[data-v-26cb4a5a]{width:100%}}@media(max-width:768px){.dashboard-view[data-v-26cb4a5a]{max-width:100%}.dashboard-header[data-v-26cb4a5a]{margin-bottom:1rem}.dashboard-header h1[data-v-26cb4a5a]{font-size:1.5rem}.stat-card[data-v-26cb4a5a]{flex-direction:column;align-items:flex-start;gap:.75rem}.stat-icon[data-v-26cb4a5a]{width:2.5rem;height:2.5rem}.stat-value[data-v-26cb4a5a]{font-size:1.5rem}.section[data-v-26cb4a5a]{margin-top:1.5rem}.section-header h2[data-v-26cb4a5a]{font-size:1.125rem}}@media(max-width:480px){.dashboard-header h1[data-v-26cb4a5a]{font-size:1.25rem}.stat-icon[data-v-26cb4a5a]{width:2rem;height:2rem}.stat-value[data-v-26cb4a5a]{font-size:1.25rem}.stat-label[data-v-26cb4a5a]{font-size:.8125rem}}.monitors-view[data-v-c449aee7]{max-width:1400px;margin:auto}.page-header[data-v-c449aee7]{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem}.page-header h1[data-v-c449aee7]{margin-bottom:.5rem}.loading-container[data-v-c449aee7]{display:flex;align-items:center;justify-content:center;padding:3rem}.modal-large[data-v-c449aee7]{max-width:800px;max-height:80vh}.modal-large .modal-body[data-v-c449aee7]{max-height:60vh;overflow-y:auto}.empty-state-small[data-v-c449aee7]{padding:2rem;text-align:center;color:#6b7280}body.dark-theme .empty-state-small[data-v-c449aee7]{color:#9ca3af}.logs-list[data-v-c449aee7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.log-item[data-v-c449aee7]{width:fit-content;display:flex;gap:1rem;padding:1.25rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}body.dark-theme .log-item[data-v-c449aee7]{background-color:#1e1e1e}.log-item[data-v-c449aee7]:hover{background-color:#f3f4f6}body.dark-theme .log-item[data-v-c449aee7]:hover{background-color:#2d2d2d}.log-status[data-v-c449aee7]{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.log-status-online[data-v-c449aee7]{background-color:#10b98126;color:#10b981}.log-status-offline[data-v-c449aee7]{background-color:#ef444426;color:#ef4444}.log-status-degraded[data-v-c449aee7]{background-color:#f59e0b26;color:#f59e0b}.log-details[data-v-c449aee7]{flex:1;display:flex;flex-direction:column;gap:.5rem}.log-time[data-v-c449aee7]{font-size:.875rem;font-weight:600;color:#111827}body.dark-theme .log-time[data-v-c449aee7]{color:#e0e0e0}.log-info[data-v-c449aee7]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.log-response-time[data-v-c449aee7]{font-size:.875rem;color:#6b7280;font-weight:500}body.dark-theme .log-response-time[data-v-c449aee7]{color:#9ca3af}.log-status-code[data-v-c449aee7]{font-size:.875rem;font-family:Courier New,monospace;color:#6b7280;background-color:#e5e7eb;padding:.125rem .5rem;border-radius:4px}body.dark-theme .log-status-code[data-v-c449aee7]{color:#9ca3af;background-color:#404040}.log-error[data-v-c449aee7]{font-size:.875rem;color:#ef4444;padding:.5rem;background-color:#ef44441a;border-radius:4px}body.dark-theme .log-error[data-v-c449aee7]{background-color:#ef444426}@media(max-width:1023px){.page-header[data-v-c449aee7]{flex-direction:column;align-items:stretch;gap:1rem}.page-header .btn[data-v-c449aee7]{width:100%}.logs-list[data-v-c449aee7]{grid-template-columns:1fr}}@media(max-width:768px){.monitors-view[data-v-c449aee7]{max-width:100%}.page-header h1[data-v-c449aee7]{font-size:1.5rem}.modal-large[data-v-c449aee7]{max-width:100%;max-height:90vh}.modal-large .modal-body[data-v-c449aee7]{max-height:70vh}.log-item[data-v-c449aee7]{width:100%;flex-direction:column;align-items:flex-start;padding:1rem}.log-status[data-v-c449aee7]{align-self:flex-start}.log-details[data-v-c449aee7]{width:100%}.log-info[data-v-c449aee7]{flex-wrap:wrap}}@media(max-width:480px){.page-header h1[data-v-c449aee7]{font-size:1.25rem}.log-item[data-v-c449aee7]{padding:.875rem}.log-time[data-v-c449aee7]{font-size:.8125rem}.log-info[data-v-c449aee7]{gap:.5rem}}.incidents-view[data-v-b8341163]{max-width:1200px;margin:auto}.page-header[data-v-b8341163]{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem}.page-header h1[data-v-b8341163]{margin-bottom:.5rem}.filter-tabs[data-v-b8341163]{display:flex;gap:.5rem;margin-bottom:2rem}.filter-tab[data-v-b8341163]{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:transparent;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s ease}body.dark-theme .filter-tab[data-v-b8341163]{border-color:#404040;color:#fff}.filter-tab[data-v-b8341163]:hover{background-color:#f3f4f6;color:#374151}body.dark-theme .filter-tab[data-v-b8341163]:hover{background-color:#2d2d2d;color:#e0e0e0}.filter-tab.active[data-v-b8341163]{background-color:#e87b19;border-color:#e87b19;color:#fff}.loading-container[data-v-b8341163]{display:flex;align-items:center;justify-content:center;padding:3rem}.incident-detail-view[data-v-4edbd02f]{max-width:1200px;margin:auto}.mb-2[data-v-4edbd02f]{margin-bottom:2rem}.incident-detail-card[data-v-4edbd02f]{padding:2.5rem;border-left:6px solid transparent}.incident-critical[data-v-4edbd02f]{border-left-color:#ef4444}.incident-major[data-v-4edbd02f]{border-left-color:#f59e0b}.incident-minor[data-v-4edbd02f]{border-left-color:#e87b19}.incident-normal[data-v-4edbd02f]{border-left-color:#3b82f6}.incident-maintanence[data-v-4edbd02f]{border-left-color:#6b7280}.incident-header[data-v-4edbd02f]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.incident-badges[data-v-4edbd02f]{display:flex;gap:.75rem;flex-wrap:wrap}.auto-created-badge[data-v-4edbd02f]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;padding:.5rem .75rem;background-color:#f3f4f6;border-radius:6px}body.dark-theme .auto-created-badge[data-v-4edbd02f]{color:#9ca3af;background-color:#2d2d2d}.incident-title-large[data-v-4edbd02f]{font-size:2rem;font-weight:700;margin:0 0 1.5rem;color:#111827;line-height:1.2}body.dark-theme .incident-title-large[data-v-4edbd02f]{color:#fff}.incident-description-large[data-v-4edbd02f]{font-size:1.25rem;line-height:1.7;margin:0 0 2rem;color:#4b5563}body.dark-theme .incident-description-large[data-v-4edbd02f]{color:#b0b0b0}.incident-meta[data-v-4edbd02f]{display:flex;flex-direction:column;gap:1rem}.meta-item[data-v-4edbd02f]{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background-color:#f9fafb;border-radius:10px}body.dark-theme .meta-item[data-v-4edbd02f]{background-color:#1e1e1e}.meta-item>div[data-v-4edbd02f]{flex:1;display:flex;flex-direction:column;gap:.25rem}.meta-label[data-v-4edbd02f]{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#6b7280}body.dark-theme .meta-label[data-v-4edbd02f]{color:#9ca3af}.meta-value[data-v-4edbd02f]{font-size:1.125rem;font-weight:600;color:#111827}body.dark-theme .meta-value[data-v-4edbd02f]{color:#e0e0e0}.meta-relative[data-v-4edbd02f]{font-size:1rem;color:#6b7280}body.dark-theme .meta-relative[data-v-4edbd02f]{color:#9ca3af}.section-title[data-v-4edbd02f]{font-size:1.5rem;font-weight:700;margin:0 0 2rem;color:#111827}body.dark-theme .section-title[data-v-4edbd02f]{color:#fff}.updates-card[data-v-4edbd02f],.actions-card[data-v-4edbd02f]{padding:2.5rem}.updates-timeline-detail[data-v-4edbd02f]{display:flex;flex-direction:column;gap:2rem}.update-item-detail[data-v-4edbd02f]{display:flex;gap:1.5rem;position:relative}.update-item-detail[data-v-4edbd02f]:not(:last-child):before{content:"";position:absolute;left:.625rem;top:2rem;bottom:-2rem;width:3px;background-color:#e5e7eb}body.dark-theme .update-item-detail[data-v-4edbd02f]:not(:last-child):before{background-color:#404040}.update-dot-detail[data-v-4edbd02f]{width:1.5rem;height:1.5rem;border-radius:50%;flex-shrink:0;margin-top:.25rem;border:4px solid #ffffff;box-shadow:0 0 0 2px #e5e7eb}body.dark-theme .update-dot-detail[data-v-4edbd02f]{border-color:#1a1a1a;box-shadow:0 0 0 2px #404040}.update-dot-investigating[data-v-4edbd02f]{background-color:#ef4444}.update-dot-identified[data-v-4edbd02f]{background-color:#f59e0b}.update-dot-monitoring[data-v-4edbd02f]{background-color:#e87b19}.update-dot-resolved[data-v-4edbd02f]{background-color:#10b981}.update-dot-maintanence[data-v-4edbd02f]{background-color:#6b7280}.update-content-detail[data-v-4edbd02f]{flex:1;display:flex;flex-direction:column;gap:.75rem}.update-header-detail[data-v-4edbd02f]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.update-status-info[data-v-4edbd02f]{display:flex;align-items:center;gap:.75rem}.update-time-detail[data-v-4edbd02f]{font-size:.875rem;color:#6b7280;font-weight:500}body.dark-theme .update-time-detail[data-v-4edbd02f]{color:#9ca3af}.update-relative-time[data-v-4edbd02f]{font-size:.75rem;color:#9ca3af}body.dark-theme .update-relative-time[data-v-4edbd02f]{color:#707070}.update-message-detail[data-v-4edbd02f]{margin:0;font-size:1.125rem;line-height:1.7;color:#374151}body.dark-theme .update-message-detail[data-v-4edbd02f]{color:#b0b0b0}.actions-buttons[data-v-4edbd02f]{display:flex;gap:1rem;flex-wrap:wrap}.loading-container[data-v-4edbd02f]{display:flex;align-items:center;justify-content:center;padding:3rem}@media(max-width:768px){.incident-header[data-v-4edbd02f],.update-header-detail[data-v-4edbd02f]{flex-direction:column;align-items:flex-start}.actions-buttons[data-v-4edbd02f]{flex-direction:column}.actions-buttons button[data-v-4edbd02f]{width:100%}}.issue-reports-view[data-v-775b8612]{max-width:1200px;margin:auto}.page-header[data-v-775b8612]{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem}.page-header h1[data-v-775b8612]{margin-bottom:.5rem}.filter-tabs[data-v-775b8612]{display:flex;gap:.5rem;margin-bottom:2rem}.filter-tab[data-v-775b8612]{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:transparent;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s ease}body.dark-theme .filter-tab[data-v-775b8612]{border-color:#404040;color:#fff}.filter-tab[data-v-775b8612]:hover{background-color:#f3f4f6;color:#374151}body.dark-theme .filter-tab[data-v-775b8612]:hover{background-color:#2d2d2d;color:#e0e0e0}.filter-tab.active[data-v-775b8612]{background-color:#e87b19;border-color:#e87b19;color:#fff}.loading-container[data-v-775b8612]{display:flex;align-items:center;justify-content:center;padding:3rem}.reports-grid[data-v-775b8612]{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.report-card[data-v-775b8612]{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:box-shadow .2s}body.dark-theme .report-card[data-v-775b8612]{background-color:#1e1e1e;border-color:#404040}.report-card[data-v-775b8612]:hover{box-shadow:0 4px 12px #0000001a}body.dark-theme .report-card[data-v-775b8612]:hover{box-shadow:0 4px 12px #0000004d}.report-header[data-v-775b8612]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}body.dark-theme .report-header[data-v-775b8612]{border-bottom-color:#404040;background-color:#121212}.report-info[data-v-775b8612]{display:flex;align-items:center;gap:1rem}.report-date[data-v-775b8612]{font-size:.875rem;color:#6b7280}body.dark-theme .report-date[data-v-775b8612]{color:#9ca3af}.report-actions[data-v-775b8612]{display:flex;gap:.5rem}.report-body[data-v-775b8612]{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.report-from[data-v-775b8612]{display:flex;flex-direction:column;gap:.5rem}.from-label[data-v-775b8612],.monitors-label[data-v-775b8612],.description-label[data-v-775b8612]{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#6b7280}body.dark-theme .from-label[data-v-775b8612],body.dark-theme .monitors-label[data-v-775b8612],body.dark-theme .description-label[data-v-775b8612]{color:#9ca3af}.from-details[data-v-775b8612]{display:flex;flex-direction:column;gap:.25rem}.from-name[data-v-775b8612]{font-weight:600;color:#111827}body.dark-theme .from-name[data-v-775b8612]{color:#fff}.from-email[data-v-775b8612]{font-size:.875rem;color:#e87b19;text-decoration:none}.from-email[data-v-775b8612]:hover{text-decoration:underline}.report-monitors[data-v-775b8612]{display:flex;flex-direction:column;gap:.5rem}.monitors-list[data-v-775b8612]{display:flex;flex-wrap:wrap;gap:.5rem}.monitor-tag[data-v-775b8612]{display:inline-block;padding:.25rem .75rem;background-color:#e87b19;color:#fff;font-size:.875rem;font-weight:500;border-radius:6px}.report-description[data-v-775b8612]{display:flex;flex-direction:column;gap:.5rem}.description-text[data-v-775b8612]{margin:0;color:#374151;line-height:1.6;white-space:pre-wrap}body.dark-theme .description-text[data-v-775b8612]{color:#d0d0d0}@media(max-width:768px){.reports-grid[data-v-775b8612]{grid-template-columns:1fr}}.mdi-icon[data-v-514ee68c]{display:inline-block;vertical-align:middle;flex-shrink:0}.status-pages-view[data-v-3a9a592f]{max-width:1200px;margin:auto}.page-header[data-v-3a9a592f]{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem}.page-header h1[data-v-3a9a592f]{margin-bottom:.5rem}.status-page-info[data-v-3a9a592f]{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.info-item[data-v-3a9a592f]{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.info-label[data-v-3a9a592f]{font-weight:600;color:#6b7280}body.dark-theme .info-label[data-v-3a9a592f]{color:#9ca3af}.info-code[data-v-3a9a592f]{font-family:Courier New,monospace;background-color:#f3f4f6;padding:.125rem .5rem;border-radius:4px;color:#e87b19}body.dark-theme .info-code[data-v-3a9a592f]{background-color:#2d2d2d}.info-value[data-v-3a9a592f]{font-weight:500;color:#111827}body.dark-theme .info-value[data-v-3a9a592f]{color:#e0e0e0}.loading-container[data-v-3a9a592f]{display:flex;align-items:center;justify-content:center;padding:3rem}.monitor-list[data-v-3a9a592f]{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto;padding:.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}body.dark-theme .monitor-list[data-v-3a9a592f]{border-color:#404040;background-color:#1e1e1e}.monitor-checkbox-item[data-v-3a9a592f]{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.monitor-checkbox-item[data-v-3a9a592f]:hover{background-color:#f3f4f6}body.dark-theme .monitor-checkbox-item[data-v-3a9a592f]:hover{background-color:#2d2d2d}.monitor-checkbox-item span[data-v-3a9a592f]:first-of-type{flex:1;font-weight:500;color:#111827}body.dark-theme .monitor-checkbox-item span[data-v-3a9a592f]:first-of-type{color:#e0e0e0}.monitor-type-badge[data-v-3a9a592f]{padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;background-color:#e5e7eb;color:#6b7280}body.dark-theme .monitor-type-badge[data-v-3a9a592f]{background-color:#404040;color:#9ca3af}.loading-text[data-v-3a9a592f],.empty-text[data-v-3a9a592f]{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}body.dark-theme .loading-text[data-v-3a9a592f],body.dark-theme .empty-text[data-v-3a9a592f]{color:#9ca3af}.color-input-group[data-v-3a9a592f]{display:flex;gap:1rem;align-items:center}.color-input[data-v-3a9a592f]{width:4rem;height:2.5rem;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:.25rem}body.dark-theme .color-input[data-v-3a9a592f]{border-color:#404040;background-color:#1e1e1e}.color-input-group .input[data-v-3a9a592f]{flex:1}.form-hint[data-v-3a9a592f]{margin:.5rem 0 0;font-size:.75rem;color:#6b7280}body.dark-theme .form-hint[data-v-3a9a592f]{color:#9ca3af}.modal-large[data-v-3a9a592f]{max-width:800px}.modal-description[data-v-3a9a592f]{margin:0 0 1.5rem;color:#6b7280;font-size:.875rem}body.dark-theme .modal-description[data-v-3a9a592f]{color:#9ca3af}.badge-style-selector[data-v-3a9a592f]{display:flex;gap:.5rem}.style-option[data-v-3a9a592f]{flex:1;padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease}body.dark-theme .style-option[data-v-3a9a592f]{border-color:#404040;background-color:#1e1e1e;color:#e0e0e0}.style-option[data-v-3a9a592f]:hover{border-color:#e87b19;background-color:#fff7ed}body.dark-theme .style-option[data-v-3a9a592f]:hover{border-color:#e87b19;background-color:#2d2d2d}.style-option.active[data-v-3a9a592f]{border-color:#e87b19;background-color:#e87b19;color:#fff}.badge-preview[data-v-3a9a592f]{padding:2rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center}body.dark-theme .badge-preview[data-v-3a9a592f]{background-color:#1e1e1e;border-color:#404040}.badge-preview img[data-v-3a9a592f]{max-width:100%;height:auto}.embed-codes[data-v-3a9a592f]{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.embed-section[data-v-3a9a592f]{display:flex;flex-direction:column;gap:.75rem}.embed-title[data-v-3a9a592f]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#111827;margin:0}body.dark-theme .embed-title[data-v-3a9a592f]{color:#fff}.code-block[data-v-3a9a592f]{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-family:Courier New,monospace;font-size:.875rem;overflow-x:auto}body.dark-theme .code-block[data-v-3a9a592f]{background-color:#1e1e1e;border-color:#404040}.code-block code[data-v-3a9a592f]{flex:1;color:#111827;word-break:break-all;white-space:pre-wrap}body.dark-theme .code-block code[data-v-3a9a592f]{color:#e0e0e0}.copy-btn[data-v-3a9a592f]{flex-shrink:0;display:flex;align-items:center;gap:.25rem}.domain-status-card[data-v-3a9a592f]{margin-bottom:2rem;padding:1.5rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}body.dark-theme .domain-status-card[data-v-3a9a592f]{background-color:#1e1e1e;border-color:#404040}.domain-status-header[data-v-3a9a592f]{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.domain-status-title[data-v-3a9a592f]{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:#111827}body.dark-theme .domain-status-title[data-v-3a9a592f]{color:#fff}.domain-badges[data-v-3a9a592f]{display:flex;gap:.5rem;flex-wrap:wrap}.alert[data-v-3a9a592f]{display:flex;gap:1rem;padding:1rem;border-radius:8px;margin:1rem 0}.alert-info[data-v-3a9a592f]{background-color:#e0f2fe;border:1px solid #0284c7;color:#0c4a6e}body.dark-theme .alert-info[data-v-3a9a592f]{background-color:#1e3a8a;border-color:#3b82f6;color:#dbeafe}.alert-success[data-v-3a9a592f]{background-color:#dcfce7;border:1px solid #16a34a;color:#14532d}body.dark-theme .alert-success[data-v-3a9a592f]{background-color:#14532d;border-color:#22c55e;color:#dcfce7}.dns-instructions[data-v-3a9a592f]{margin:2rem 0;padding:1.5rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}body.dark-theme .dns-instructions[data-v-3a9a592f]{background-color:#1e1e1e;border-color:#404040}.dns-instructions-title[data-v-3a9a592f]{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827}body.dark-theme .dns-instructions-title[data-v-3a9a592f]{color:#fff}.dns-instructions-description[data-v-3a9a592f]{margin:0 0 1.5rem;color:#6b7280}body.dark-theme .dns-instructions-description[data-v-3a9a592f]{color:#9ca3af}.dns-record[data-v-3a9a592f]{margin:1.5rem 0;padding:1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px}body.dark-theme .dns-record[data-v-3a9a592f]{background-color:#2d2d2d;border-color:#404040}.dns-record-header[data-v-3a9a592f]{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.dns-record-type[data-v-3a9a592f]{padding:.25rem .75rem;background-color:#e87b19;color:#fff;font-size:.75rem;font-weight:600;border-radius:4px;text-transform:uppercase}.dns-record-name[data-v-3a9a592f]{font-family:Courier New,monospace;color:#111827;font-weight:500}body.dark-theme .dns-record-name[data-v-3a9a592f]{color:#e0e0e0}.dns-record-value[data-v-3a9a592f]{display:flex;align-items:center;gap:.5rem;color:#6b7280}body.dark-theme .dns-record-value[data-v-3a9a592f]{color:#9ca3af}.dns-record-value code[data-v-3a9a592f]{font-family:Courier New,monospace;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:4px;color:#e87b19}body.dark-theme .dns-record-value code[data-v-3a9a592f]{background-color:#1e1e1e}.dns-steps[data-v-3a9a592f]{margin:1.5rem 0}.dns-steps h4[data-v-3a9a592f]{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#111827}body.dark-theme .dns-steps h4[data-v-3a9a592f]{color:#fff}.dns-steps ol[data-v-3a9a592f]{margin:0;padding-left:1.5rem;color:#6b7280}body.dark-theme .dns-steps ol[data-v-3a9a592f]{color:#9ca3af}.dns-steps li[data-v-3a9a592f]{margin:.5rem 0}.verified-info[data-v-3a9a592f]{margin:2rem 0}.verified-date[data-v-3a9a592f]{margin:.5rem 0 0;font-size:.875rem;color:#6b7280}body.dark-theme .verified-date[data-v-3a9a592f]{color:#9ca3af}.settings-view[data-v-1198349a]{max-width:1200px;margin:auto}.page-header[data-v-1198349a]{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem}.page-header h1[data-v-1198349a]{margin-bottom:.5rem}.settings-sections[data-v-1198349a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:1280px;justify-content:center;gap:1.5rem;margin:auto}.color-picker-group[data-v-1198349a]{display:flex;gap:1rem;align-items:center}.color-picker[data-v-1198349a]{width:60px;height:40px;border:1px solid #d1d5db;border-radius:8px;cursor:pointer}body.dark-theme .color-picker[data-v-1198349a]{border-color:#404040;background:#404040}.danger-zone[data-v-1198349a]{border:2px solid #ef4444}.modal-overlay[data-v-6bc0856e]{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:50}.modal[data-v-6bc0856e]{background:#fff;border-radius:.5rem;width:100%;max-width:500px;box-shadow:0 2px 10px #0000004d;overflow:hidden}.modal-header[data-v-6bc0856e],.modal-footer[data-v-6bc0856e]{padding:1rem}.modal-header[data-v-6bc0856e]{display:flex;justify-content:space-between;align-items:center}.modal-footer[data-v-6bc0856e]{display:flex;justify-content:flex-end;gap:.5rem;border-top:1px solid #e5e7eb}.modal-body[data-v-6bc0856e]{padding:1rem}.modal-close[data-v-6bc0856e]{font-size:1.5rem;background:transparent;border:none;cursor:pointer}.monitor-checklist[data-v-6bc0856e]{max-height:200px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem}.monitor-checkbox-item[data-v-6bc0856e]{display:flex;align-items:center;padding:.5rem;cursor:pointer;border-radius:.25rem}.monitor-checkbox-item[data-v-6bc0856e]:hover{background-color:#f3f4f6;color:#1a1a1a}.checkbox-input[data-v-6bc0856e]{width:1rem;height:1rem;margin-right:.5rem;cursor:pointer;accent-color:#3b82f6}.checkbox-label[data-v-6bc0856e]{flex:1;cursor:pointer}.public-status-page[data-v-eea0ad11]{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}body.dark-theme .public-status-page[data-v-eea0ad11]{background-color:#121212}.public-header[data-v-eea0ad11]{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 0}body.dark-theme .public-header[data-v-eea0ad11]{background-color:#1e1e1e;border-bottom-color:#2d2d2d}.public-container[data-v-eea0ad11]{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.header-branding[data-v-eea0ad11]{display:flex;align-items:center;gap:1rem}.header-actions[data-v-eea0ad11]{display:flex;align-items:center;gap:.75rem}.company-logo[data-v-eea0ad11]{height:50px;width:auto}.company-name[data-v-eea0ad11]{font-size:1.5rem;font-weight:600;margin:0;color:#111827}body.dark-theme .company-name[data-v-eea0ad11]{color:#fff}.public-main[data-v-eea0ad11]{flex:1;padding:3rem 0}.public-main .public-container[data-v-eea0ad11]{max-width:900px}.overall-status-card[data-v-eea0ad11]{background-color:#fff;border-radius:12px;padding:2rem;display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;border-left:4px solid}body.dark-theme .overall-status-card[data-v-eea0ad11]{background-color:#1e1e1e}.status-operational[data-v-eea0ad11]{border-left-color:#10b981}.status-degraded[data-v-eea0ad11]{border-left-color:#f59e0b}.status-outage[data-v-eea0ad11]{border-left-color:#ef4444}.status-icon[data-v-eea0ad11]{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.status-operational .status-icon[data-v-eea0ad11]{background-color:#10b98126;color:#10b981}.status-degraded .status-icon[data-v-eea0ad11]{background-color:#f59e0b26;color:#f59e0b}.status-outage .status-icon[data-v-eea0ad11]{background-color:#ef444426;color:#ef4444}.status-content[data-v-eea0ad11]{flex:1}.status-title[data-v-eea0ad11]{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#111827}body.dark-theme .status-title[data-v-eea0ad11]{color:#fff}.status-description[data-v-eea0ad11]{margin:0;color:#6b7280;white-space:pre-line}body.dark-theme .status-description[data-v-eea0ad11]{color:#9ca3af}.section-title[data-v-eea0ad11]{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#111827}body.dark-theme .section-title[data-v-eea0ad11]{color:#fff}.incidents-section[data-v-eea0ad11],.monitors-section[data-v-eea0ad11],.past-incidents-section[data-v-eea0ad11]{margin-bottom:2rem}.incidents-list[data-v-eea0ad11],.past-incidents-list[data-v-eea0ad11]{display:flex;flex-direction:column;gap:1rem}.incident-item-container[data-v-eea0ad11]{background-color:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}body.dark-theme .incident-item-container[data-v-eea0ad11]{background-color:#1e1e1e;border-color:#2d2d2d}.incident-card-public[data-v-eea0ad11]{padding:1.5rem}.incident-header[data-v-eea0ad11]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.incident-time[data-v-eea0ad11],.past-incident-time[data-v-eea0ad11]{font-size:.875rem;color:#6b7280}body.dark-theme .incident-time[data-v-eea0ad11],body.dark-theme .past-incident-time[data-v-eea0ad11]{color:#9ca3af}.incident-title[data-v-eea0ad11]{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:#111827}body.dark-theme .incident-title[data-v-eea0ad11]{color:#fff}.incident-description[data-v-eea0ad11]{margin:0 0 1rem;color:#4b5563}body.dark-theme .incident-description[data-v-eea0ad11]{color:#b0b0b0}.incident-latest-update[data-v-eea0ad11]{padding:.75rem 1.5rem}.latest-update-header[data-v-eea0ad11]{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;margin-bottom:.5rem}body.dark-theme .latest-update-header[data-v-eea0ad11]{color:#9ca3af}.latest-update-message[data-v-eea0ad11]{margin:0;font-size:.9375rem;line-height:1.6;color:#374151}body.dark-theme .latest-update-message[data-v-eea0ad11]{color:#d0d0d0}.incident-footer[data-v-eea0ad11]{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}body.dark-theme .incident-footer[data-v-eea0ad11]{border-top-color:#2d2d2d}.monitors-list[data-v-eea0ad11]{background-color:#fff;border-radius:12px;overflow:hidden}body.dark-theme .monitors-list[data-v-eea0ad11]{background-color:#1e1e1e}.monitor-item-container[data-v-eea0ad11]{border-bottom:1px solid #e5e7eb}body.dark-theme .monitor-item-container[data-v-eea0ad11]{border-bottom-color:#2d2d2d}.monitor-item-container[data-v-eea0ad11]:last-child{border-bottom:none}.monitor-item[data-v-eea0ad11]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.clickable[data-v-eea0ad11]{cursor:pointer;transition:background-color .2s ease}.clickable[data-v-eea0ad11]:hover{background-color:#f3f4f6}body.dark-theme .clickable[data-v-eea0ad11]:hover{background-color:#2d2d2d}.monitor-info[data-v-eea0ad11]{display:flex;align-items:center;gap:1rem}.monitor-status-dot[data-v-eea0ad11]{width:.75rem;height:.75rem;border-radius:50%}.dot-online[data-v-eea0ad11]{background-color:#10b981}.dot-offline[data-v-eea0ad11]{background-color:#ef4444}.dot-degraded[data-v-eea0ad11]{background-color:#f59e0b}.dot-pending[data-v-eea0ad11]{background-color:#6b7280}.monitor-name[data-v-eea0ad11]{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:#111827}body.dark-theme .monitor-name[data-v-eea0ad11]{color:#fff}.monitor-endpoint[data-v-eea0ad11]{font-size:.875rem;margin:0;color:#6b7280}body.dark-theme .monitor-endpoint[data-v-eea0ad11]{color:#9ca3af}.monitor-status-info[data-v-eea0ad11]{display:flex;align-items:center;gap:.75rem}.monitor-response-time[data-v-eea0ad11]{font-size:.875rem;font-weight:600;color:#6b7280;font-family:Courier New,monospace}body.dark-theme .monitor-response-time[data-v-eea0ad11]{color:#9ca3af}.past-incident-item-container[data-v-eea0ad11]{background-color:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}body.dark-theme .past-incident-item-container[data-v-eea0ad11]{background-color:#1e1e1e;border-color:#2d2d2d}.past-incident-item[data-v-eea0ad11]{padding:1rem 1.5rem}.past-incident-header[data-v-eea0ad11]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.past-incident-title[data-v-eea0ad11]{font-size:.9375rem;font-weight:500;margin:0;color:#111827}body.dark-theme .past-incident-title[data-v-eea0ad11]{color:#e0e0e0}.public-footer[data-v-eea0ad11]{background-color:#fff;border-top:1px solid #e5e7eb;padding:2rem 0;text-align:center}body.dark-theme .public-footer[data-v-eea0ad11]{background-color:#1e1e1e;border-top-color:#2d2d2d}.public-footer p[data-v-eea0ad11]{margin:0;color:#6b7280;font-size:.875rem}body.dark-theme .public-footer p[data-v-eea0ad11]{color:#9ca3af}.footer-link[data-v-eea0ad11]{color:var(--brand-color, #e87b19);font-weight:600}.footer-link[data-v-eea0ad11]:hover{text-decoration:underline}.loading-container[data-v-eea0ad11]{display:flex;align-items:center;justify-content:center;padding:3rem}@media(max-width:1023px){.public-container[data-v-eea0ad11]{padding:0 1.5rem}.public-main[data-v-eea0ad11]{padding:2rem 0}.header-actions[data-v-eea0ad11]{flex-wrap:wrap;gap:.5rem}.header-actions .btn[data-v-eea0ad11]{white-space:nowrap}.company-logo[data-v-eea0ad11]{height:40px}.company-name[data-v-eea0ad11]{font-size:1.25rem}}@media(max-width:900px){.header-actions[data-v-eea0ad11]{width:100%;justify-content:flex-start}.header-actions .btn[data-v-eea0ad11],.header-actions[data-v-eea0ad11]>*:not(.btn){flex:1 1 calc(50% - .25rem);min-width:0}}@media(max-width:768px){.public-container[data-v-eea0ad11]{padding:0 1rem}.public-header[data-v-eea0ad11]{padding:1rem 0}.public-main[data-v-eea0ad11]{padding:1.5rem 0}.header-branding[data-v-eea0ad11]{flex-direction:column;align-items:flex-start;gap:.5rem}.header-actions[data-v-eea0ad11]{flex-wrap:wrap;width:100%;justify-content:flex-start;gap:.5rem}.header-actions .btn[data-v-eea0ad11]{flex:1 1 calc(50% - .25rem);min-width:0;white-space:nowrap}.header-actions .btn span[data-v-eea0ad11]:not(.spinner){display:inline}.header-actions[data-v-eea0ad11]>*:not(.btn){flex:1 1 calc(50% - .25rem);min-width:0}.company-logo[data-v-eea0ad11]{height:36px}.company-name[data-v-eea0ad11]{font-size:1.125rem}.overall-status-card[data-v-eea0ad11]{flex-direction:column;text-align:center;padding:1.5rem}.status-icon[data-v-eea0ad11]{width:3rem;height:3rem;font-size:1.5rem}.status-title[data-v-eea0ad11]{font-size:1.25rem}.status-description[data-v-eea0ad11]{font-size:.875rem}.section-title[data-v-eea0ad11]{font-size:1.125rem}.incident-card-public[data-v-eea0ad11]{padding:1rem}.incident-title[data-v-eea0ad11]{font-size:1rem}.incident-latest-update[data-v-eea0ad11]{padding:.75rem 1rem}.monitor-item[data-v-eea0ad11]{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.monitor-info[data-v-eea0ad11]{width:100%}.monitor-status-info[data-v-eea0ad11]{width:100%;justify-content:flex-start}.uptime-history[data-v-eea0ad11]{flex-direction:column;gap:.75rem;padding:1rem}.uptime-bars[data-v-eea0ad11]{width:100%;height:24px}.badge-style-selector[data-v-eea0ad11]{flex-direction:column}.style-option[data-v-eea0ad11]{width:100%}.code-block[data-v-eea0ad11]{flex-direction:column;align-items:stretch}.copy-btn[data-v-eea0ad11]{width:100%}}@media(max-width:480px){.public-container[data-v-eea0ad11]{padding:0 .75rem}.public-header[data-v-eea0ad11]{padding:.75rem 0}.public-main[data-v-eea0ad11]{padding:1rem 0}.header-branding[data-v-eea0ad11]{gap:.375rem}.header-actions[data-v-eea0ad11]{gap:.5rem}.header-actions .btn[data-v-eea0ad11]{padding:.625rem .875rem;font-size:.875rem;flex:1 1 100%;min-width:0;justify-content:center}.header-actions[data-v-eea0ad11]>*:not(.btn){flex:1 1 100%}.header-actions .btn-sm[data-v-eea0ad11]{padding:.625rem .875rem}.company-logo[data-v-eea0ad11]{height:32px}.company-name[data-v-eea0ad11]{font-size:1rem}.overall-status-card[data-v-eea0ad11]{padding:1.25rem}.status-icon[data-v-eea0ad11]{width:2.5rem;height:2.5rem;font-size:1.25rem}.status-title[data-v-eea0ad11]{font-size:1.125rem}.incident-card-public[data-v-eea0ad11],.past-incident-item[data-v-eea0ad11],.monitor-item[data-v-eea0ad11],.uptime-history[data-v-eea0ad11]{padding:.875rem}.uptime-bars[data-v-eea0ad11]{height:20px}.uptime-bar[data-v-eea0ad11]{min-width:2px}.modal[data-v-eea0ad11]{border-radius:12px}.monitor-checklist[data-v-eea0ad11]{max-height:200px}}.uptime-history[data-v-eea0ad11]{padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;background-color:#f9fafb}body.dark-theme .uptime-history[data-v-eea0ad11]{background-color:#121212}.uptime-label[data-v-eea0ad11]{font-size:.75rem;font-weight:600;color:#6b7280;white-space:nowrap}body.dark-theme .uptime-label[data-v-eea0ad11]{color:#9ca3af}.uptime-bars[data-v-eea0ad11]{flex:1;display:flex;gap:2px;height:32px;align-items:flex-end}.uptime-bar[data-v-eea0ad11]{flex:1;min-width:3px;height:100%;border-radius:2px;cursor:pointer;transition:transform .2s ease}.uptime-bar[data-v-eea0ad11]:hover{transform:scaleY(1.1)}.uptime-bar-online[data-v-eea0ad11]{background-color:#10b981}.uptime-bar-degraded[data-v-eea0ad11]{background-color:#f59e0b}.uptime-bar-offline[data-v-eea0ad11]{background-color:#ef4444}.uptime-bar-unknown[data-v-eea0ad11]{background-color:#e5e7eb}body.dark-theme .uptime-bar-unknown[data-v-eea0ad11]{background-color:#404040}.uptime-percentage[data-v-eea0ad11]{font-size:.875rem;font-weight:600;color:#10b981;white-space:nowrap}body.dark-theme .uptime-percentage[data-v-eea0ad11]{color:#10b981}.monitor-checklist[data-v-eea0ad11]{display:flex;flex-direction:column;gap:.75rem;max-height:250px;overflow-y:auto;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}body.dark-theme .monitor-checklist[data-v-eea0ad11]{border-color:#404040;background-color:#1e1e1e}.monitor-checkbox-item[data-v-eea0ad11]{display:flex;align-items:center;gap:.75rem;padding:.5rem;cursor:pointer;border-radius:6px;transition:background-color .2s}.monitor-checkbox-item[data-v-eea0ad11]:hover{background-color:#f3f4f6}body.dark-theme .monitor-checkbox-item[data-v-eea0ad11]:hover{background-color:#2d2d2d}.checkbox-input[data-v-eea0ad11]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:var(--brand-color, #e87b19)}.checkbox-label[data-v-eea0ad11]{flex:1;font-size:.9375rem;color:#374151;cursor:pointer}body.dark-theme .checkbox-label[data-v-eea0ad11]{color:#d0d0d0}.badge-style-selector[data-v-eea0ad11]{display:flex;gap:.5rem}.style-option[data-v-eea0ad11]{flex:1;padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease}body.dark-theme .style-option[data-v-eea0ad11]{border-color:#404040;background-color:#1e1e1e;color:#e0e0e0}.style-option[data-v-eea0ad11]:hover{border-color:#e87b19;background-color:#fff7ed}body.dark-theme .style-option[data-v-eea0ad11]:hover{border-color:#e87b19;background-color:#2d2d2d}.style-option.active[data-v-eea0ad11]{border-color:#e87b19;background-color:#e87b19;color:#fff}.badge-preview[data-v-eea0ad11]{padding:2rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center}body.dark-theme .badge-preview[data-v-eea0ad11]{background-color:#1e1e1e;border-color:#404040}.badge-preview img[data-v-eea0ad11]{max-width:100%;height:auto}.embed-codes[data-v-eea0ad11]{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.embed-section[data-v-eea0ad11]{display:flex;flex-direction:column;gap:.75rem}.embed-title[data-v-eea0ad11]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#111827;margin:0}body.dark-theme .embed-title[data-v-eea0ad11]{color:#fff}.code-block[data-v-eea0ad11]{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-family:Courier New,monospace;font-size:.875rem;overflow-x:auto}body.dark-theme .code-block[data-v-eea0ad11]{background-color:#1e1e1e;border-color:#404040}.code-block code[data-v-eea0ad11]{flex:1;color:#111827;word-break:break-all;white-space:pre-wrap}body.dark-theme .code-block code[data-v-eea0ad11]{color:#e0e0e0}.copy-btn[data-v-eea0ad11]{flex-shrink:0;display:flex;align-items:center;gap:.25rem}.public-monitor-detail[data-v-1ef9ca4c]{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}body.dark-theme .public-monitor-detail[data-v-1ef9ca4c]{background-color:#121212}.public-header[data-v-1ef9ca4c]{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 0}body.dark-theme .public-header[data-v-1ef9ca4c]{background-color:#1e1e1e;border-bottom-color:#2d2d2d}.public-container[data-v-1ef9ca4c]{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.header-branding[data-v-1ef9ca4c]{display:flex;align-items:center;gap:1rem}.header-actions[data-v-1ef9ca4c]{display:flex;align-items:center;gap:.75rem}.company-logo[data-v-1ef9ca4c]{height:50px;width:auto}.company-name[data-v-1ef9ca4c]{font-size:1.5rem;font-weight:600;margin:0;color:#111827}body.dark-theme .company-name[data-v-1ef9ca4c]{color:#fff}.public-main[data-v-1ef9ca4c]{flex:1;padding:3rem 0}.public-main .public-container[data-v-1ef9ca4c]{max-width:1200px;display:block}.mb-2[data-v-1ef9ca4c]{margin-bottom:2rem}.monitor-detail-card[data-v-1ef9ca4c]{padding:2rem}.monitor-header[data-v-1ef9ca4c]{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;gap:1rem}.monitor-info-section[data-v-1ef9ca4c]{display:flex;align-items:flex-start;gap:1rem;flex:1}.monitor-status-dot-large[data-v-1ef9ca4c]{width:1.5rem;height:1.5rem;border-radius:50%;flex-shrink:0;margin-top:.25rem}.monitor-name-large[data-v-1ef9ca4c]{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;color:#111827}body.dark-theme .monitor-name-large[data-v-1ef9ca4c]{color:#fff}.monitor-endpoint-large[data-v-1ef9ca4c]{font-size:1rem;margin:0;color:#6b7280;font-family:Courier New,monospace}body.dark-theme .monitor-endpoint-large[data-v-1ef9ca4c]{color:#9ca3af}.monitor-stats[data-v-1ef9ca4c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.stat-item[data-v-1ef9ca4c]{display:flex;flex-direction:column;gap:.5rem}.stat-label[data-v-1ef9ca4c]{font-size:.875rem;font-weight:600;text-transform:uppercase;color:#6b7280}body.dark-theme .stat-label[data-v-1ef9ca4c]{color:#9ca3af}.stat-value[data-v-1ef9ca4c]{font-size:1.5rem;font-weight:700;color:#111827}body.dark-theme .stat-value[data-v-1ef9ca4c]{color:#fff}.section-title[data-v-1ef9ca4c]{font-size:1.5rem;font-weight:700;margin:0 0 2rem;color:#111827}body.dark-theme .section-title[data-v-1ef9ca4c]{color:#fff}.latency-graph-container[data-v-1ef9ca4c]{display:flex;flex-direction:column;gap:1rem}.empty-graph[data-v-1ef9ca4c]{padding:3rem;text-align:center;color:#6b7280}body.dark-theme .empty-graph[data-v-1ef9ca4c]{color:#9ca3af}.graph-card[data-v-1ef9ca4c],.uptime-card[data-v-1ef9ca4c],.logs-card[data-v-1ef9ca4c]{padding:2.5rem}.latency-graph[data-v-1ef9ca4c]{display:flex;gap:1rem;height:600px}.graph-y-axis[data-v-1ef9ca4c]{display:flex;flex-direction:column;justify-content:space-between;padding:1rem 0}.y-label[data-v-1ef9ca4c]{font-size:.875rem;font-weight:600;color:#6b7280;font-family:Courier New,monospace}body.dark-theme .y-label[data-v-1ef9ca4c]{color:#9ca3af}.graph-area[data-v-1ef9ca4c]{flex:1;position:relative}.graph-svg[data-v-1ef9ca4c]{width:100%;height:100%}.grid-line[data-v-1ef9ca4c]{stroke:#e5e7eb;stroke-width:1}body.dark-theme .grid-line[data-v-1ef9ca4c]{stroke:#404040}.graph-area-fill[data-v-1ef9ca4c]{fill:var(--brand-color, #e87b19);opacity:.1}.graph-line[data-v-1ef9ca4c]{fill:none;stroke:var(--brand-color, #e87b19);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.graph-x-axis[data-v-1ef9ca4c]{display:flex;justify-content:space-between;padding:0 2rem;font-size:.75rem;color:#6b7280}body.dark-theme .graph-x-axis[data-v-1ef9ca4c]{color:#9ca3af}.graph-tooltip[data-v-1ef9ca4c]{position:fixed;transform:translateY(-100%);max-width:220px}.tooltip-time[data-v-1ef9ca4c]{font-size:.75rem;opacity:.8;margin-bottom:.25rem}.tooltip-value[data-v-1ef9ca4c]{font-size:1rem;font-weight:600;margin-bottom:.25rem}.tooltip-status[data-v-1ef9ca4c]{font-size:.75rem;text-transform:uppercase;font-weight:600}.uptime-history-detail[data-v-1ef9ca4c]{padding:.75rem 0}.uptime-bars[data-v-1ef9ca4c]{display:flex;gap:2px;height:32px;align-items:flex-end}.uptime-bar[data-v-1ef9ca4c]{flex:1;min-width:2px;height:100%;border-radius:2px;cursor:pointer;transition:transform .2s ease}.uptime-bar[data-v-1ef9ca4c]:hover{transform:scaleY(1.2)}.uptime-bar-online[data-v-1ef9ca4c]{background-color:#10b981}.uptime-bar-degraded[data-v-1ef9ca4c]{background-color:#f59e0b}.uptime-bar-offline[data-v-1ef9ca4c]{background-color:#ef4444}.uptime-bar-unknown[data-v-1ef9ca4c]{background-color:#e5e7eb}.logs-list[data-v-1ef9ca4c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.log-item[data-v-1ef9ca4c]{width:fit-content;display:flex;gap:1rem;padding:1.25rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}body.dark-theme .log-item[data-v-1ef9ca4c]{background-color:#1e1e1e;border-color:#2d2d2d}.log-status[data-v-1ef9ca4c]{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.log-details[data-v-1ef9ca4c]{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.log-time[data-v-1ef9ca4c]{font-size:1rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.dark-theme .log-time[data-v-1ef9ca4c]{color:#e0e0e0}.log-info[data-v-1ef9ca4c]{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.log-response-time[data-v-1ef9ca4c]{font-size:1rem;color:#6b7280;font-weight:600}body.dark-theme .log-response-time[data-v-1ef9ca4c]{color:#9ca3af}.log-status-code[data-v-1ef9ca4c]{font-size:1rem;font-family:Courier New,monospace;color:#6b7280;background-color:#e5e7eb;padding:.25rem .75rem;border-radius:4px}body.dark-theme .log-status-code[data-v-1ef9ca4c]{color:#9ca3af;background-color:#404040}.log-error[data-v-1ef9ca4c]{font-size:1rem;color:#ef4444;padding:.75rem;background-color:#ef44441a;border-radius:4px}body.dark-theme .log-error[data-v-1ef9ca4c]{background-color:#ef444426}.empty-state-small[data-v-1ef9ca4c]{padding:2rem;text-align:center;color:#6b7280}body.dark-theme .empty-state-small[data-v-1ef9ca4c]{color:#9ca3af}.public-footer[data-v-1ef9ca4c]{background-color:#fff;border-top:1px solid #e5e7eb;padding:2rem 0;text-align:center}body.dark-theme .public-footer[data-v-1ef9ca4c]{background-color:#1e1e1e;border-top-color:#2d2d2d}.public-footer p[data-v-1ef9ca4c]{margin:0;color:#6b7280;font-size:.875rem}body.dark-theme .public-footer p[data-v-1ef9ca4c]{color:#9ca3af}.footer-link[data-v-1ef9ca4c]{color:var(--brand-color, #e87b19);font-weight:600}.footer-link[data-v-1ef9ca4c]:hover{text-decoration:underline}.loading-container[data-v-1ef9ca4c]{display:flex;align-items:center;justify-content:center;padding:3rem}@media(max-width:1023px){.public-container[data-v-1ef9ca4c]{padding:0 1.5rem}.public-main[data-v-1ef9ca4c]{padding:2rem 0}.header-actions[data-v-1ef9ca4c]{flex-wrap:wrap;gap:.5rem}.header-actions .btn[data-v-1ef9ca4c]{white-space:nowrap}.company-logo[data-v-1ef9ca4c]{height:40px}.company-name[data-v-1ef9ca4c]{font-size:1.25rem}.graph-card[data-v-1ef9ca4c],.uptime-card[data-v-1ef9ca4c],.logs-card[data-v-1ef9ca4c]{padding:1.5rem}}@media(max-width:768px){.public-container[data-v-1ef9ca4c]{padding:0 1rem}.public-header[data-v-1ef9ca4c]{padding:1rem 0}.public-main[data-v-1ef9ca4c]{padding:1.5rem 0}.header-branding[data-v-1ef9ca4c]{flex-direction:column;align-items:flex-start;gap:.5rem}.header-actions[data-v-1ef9ca4c]{flex-wrap:wrap;width:100%;justify-content:flex-start;gap:.5rem}.header-actions .btn[data-v-1ef9ca4c]{flex:1 1 calc(50% - .25rem);min-width:0;white-space:nowrap}.header-actions .btn span[data-v-1ef9ca4c]:not(.spinner){display:inline}.header-actions[data-v-1ef9ca4c]>*:not(.btn){flex:1 1 calc(50% - .25rem);min-width:0}.company-logo[data-v-1ef9ca4c]{height:36px}.company-name[data-v-1ef9ca4c]{font-size:1.125rem}.monitor-header[data-v-1ef9ca4c]{flex-direction:column}.monitor-detail-card[data-v-1ef9ca4c]{padding:1.5rem}.monitor-name-large[data-v-1ef9ca4c]{font-size:1.5rem}.monitor-stats[data-v-1ef9ca4c]{grid-template-columns:repeat(2,1fr);gap:1rem}.latency-graph[data-v-1ef9ca4c]{height:400px}.section-title[data-v-1ef9ca4c]{font-size:1.25rem}.graph-card[data-v-1ef9ca4c],.uptime-card[data-v-1ef9ca4c],.logs-card[data-v-1ef9ca4c]{padding:1.25rem}.logs-list[data-v-1ef9ca4c]{grid-template-columns:1fr}.log-item[data-v-1ef9ca4c]{width:100%}}@media(max-width:480px){.public-container[data-v-1ef9ca4c]{padding:0 .75rem}.public-header[data-v-1ef9ca4c]{padding:.75rem 0}.public-main[data-v-1ef9ca4c]{padding:1rem 0}.header-branding[data-v-1ef9ca4c]{gap:.375rem}.header-actions[data-v-1ef9ca4c]{gap:.5rem}.header-actions .btn[data-v-1ef9ca4c]{padding:.625rem .875rem;font-size:.875rem;flex:1 1 100%;min-width:0;justify-content:center}.header-actions[data-v-1ef9ca4c]>*:not(.btn){flex:1 1 100%}.header-actions .btn-sm[data-v-1ef9ca4c]{padding:.625rem .875rem}.company-logo[data-v-1ef9ca4c]{height:32px}.company-name[data-v-1ef9ca4c]{font-size:1rem}.monitor-detail-card[data-v-1ef9ca4c]{padding:1rem}.monitor-name-large[data-v-1ef9ca4c]{font-size:1.25rem}.monitor-stats[data-v-1ef9ca4c]{grid-template-columns:1fr}.section-title[data-v-1ef9ca4c]{font-size:1.125rem}.graph-card[data-v-1ef9ca4c],.uptime-card[data-v-1ef9ca4c],.logs-card[data-v-1ef9ca4c]{padding:1rem}.latency-graph[data-v-1ef9ca4c]{height:300px}.modal[data-v-1ef9ca4c]{border-radius:12px}.monitor-checklist[data-v-1ef9ca4c]{max-height:200px}}.monitor-checklist[data-v-1ef9ca4c]{display:flex;flex-direction:column;gap:.75rem;max-height:250px;overflow-y:auto;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}body.dark-theme .monitor-checklist[data-v-1ef9ca4c]{border-color:#404040;background-color:#1e1e1e}.monitor-checkbox-item[data-v-1ef9ca4c]{display:flex;align-items:center;gap:.75rem;padding:.5rem;cursor:pointer;border-radius:6px;transition:background-color .2s}.monitor-checkbox-item[data-v-1ef9ca4c]:hover{background-color:#f3f4f6}body.dark-theme .monitor-checkbox-item[data-v-1ef9ca4c]:hover{background-color:#2d2d2d}.checkbox-input[data-v-1ef9ca4c]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:var(--brand-color, #e87b19)}.checkbox-label[data-v-1ef9ca4c]{flex:1;font-size:.9375rem;color:#374151;cursor:pointer}body.dark-theme .checkbox-label[data-v-1ef9ca4c]{color:#d0d0d0}.badge-style-selector[data-v-1ef9ca4c]{display:flex;gap:.5rem}.style-option[data-v-1ef9ca4c]{flex:1;padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease}body.dark-theme .style-option[data-v-1ef9ca4c]{border-color:#404040;background-color:#1e1e1e;color:#e0e0e0}.style-option[data-v-1ef9ca4c]:hover{border-color:#e87b19;background-color:#fff7ed}body.dark-theme .style-option[data-v-1ef9ca4c]:hover{border-color:#e87b19;background-color:#2d2d2d}.style-option.active[data-v-1ef9ca4c]{border-color:#e87b19;background-color:#e87b19;color:#fff}.badge-preview[data-v-1ef9ca4c]{padding:2rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center}body.dark-theme .badge-preview[data-v-1ef9ca4c]{background-color:#1e1e1e;border-color:#404040}.badge-preview img[data-v-1ef9ca4c]{max-width:100%;height:auto}.embed-codes[data-v-1ef9ca4c]{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.embed-section[data-v-1ef9ca4c]{display:flex;flex-direction:column;gap:.75rem}.embed-title[data-v-1ef9ca4c]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#111827;margin:0}body.dark-theme .embed-title[data-v-1ef9ca4c]{color:#fff}.code-block[data-v-1ef9ca4c]{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-family:Courier New,monospace;font-size:.875rem;overflow-x:auto}body.dark-theme .code-block[data-v-1ef9ca4c]{background-color:#1e1e1e;border-color:#404040}.code-block code[data-v-1ef9ca4c]{flex:1;color:#111827;word-break:break-all;white-space:pre-wrap}body.dark-theme .code-block code[data-v-1ef9ca4c]{color:#e0e0e0}.copy-btn[data-v-1ef9ca4c]{flex-shrink:0;display:flex;align-items:center;gap:.25rem}.modal-large[data-v-1ef9ca4c]{max-width:700px}.modal-description[data-v-1ef9ca4c]{color:#6b7280;margin-bottom:1.5rem}body.dark-theme .modal-description[data-v-1ef9ca4c]{color:#9ca3af}.form-hint[data-v-1ef9ca4c]{font-size:.875rem;color:#6b7280;margin-top:.5rem}body.dark-theme .form-hint[data-v-1ef9ca4c]{color:#9ca3af}.public-incident-detail[data-v-d23ee33b]{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}body.dark-theme .public-incident-detail[data-v-d23ee33b]{background-color:#121212}.public-header[data-v-d23ee33b]{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 0}body.dark-theme .public-header[data-v-d23ee33b]{background-color:#1e1e1e;border-bottom-color:#2d2d2d}.public-container[data-v-d23ee33b]{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.header-branding[data-v-d23ee33b]{display:flex;align-items:center;gap:1rem}.header-actions[data-v-d23ee33b]{display:flex;align-items:center;gap:.75rem}.company-logo[data-v-d23ee33b]{height:50px;width:auto}.company-name[data-v-d23ee33b]{font-size:1.5rem;font-weight:600;margin:0;color:#111827}body.dark-theme .company-name[data-v-d23ee33b]{color:#fff}.public-main[data-v-d23ee33b]{flex:1;padding:3rem 0}.public-main .public-container[data-v-d23ee33b]{max-width:1200px;display:block}.mb-2[data-v-d23ee33b]{margin-bottom:2rem}.incident-detail-card[data-v-d23ee33b]{padding:2.5rem;border-left:6px solid transparent}.incident-critical[data-v-d23ee33b]{border-left-color:#ef4444}.incident-major[data-v-d23ee33b]{border-left-color:#f59e0b}.incident-minor[data-v-d23ee33b]{border-left-color:#e87b19}.incident-normal[data-v-d23ee33b]{border-left-color:#3b82f6}.incident-maintanence[data-v-d23ee33b]{border-left-color:#6b7280}.incident-header[data-v-d23ee33b]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.incident-badges[data-v-d23ee33b]{display:flex;gap:.75rem;flex-wrap:wrap}.auto-created-badge[data-v-d23ee33b]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;padding:.5rem .75rem;background-color:#f3f4f6;border-radius:6px}body.dark-theme .auto-created-badge[data-v-d23ee33b]{color:#9ca3af;background-color:#2d2d2d}.incident-title-large[data-v-d23ee33b]{font-size:2rem;font-weight:700;margin:0 0 1.5rem;color:#111827;line-height:1.2}body.dark-theme .incident-title-large[data-v-d23ee33b]{color:#fff}.incident-description-large[data-v-d23ee33b]{font-size:1.25rem;line-height:1.7;margin:0 0 2rem;color:#4b5563}body.dark-theme .incident-description-large[data-v-d23ee33b]{color:#b0b0b0}.incident-meta[data-v-d23ee33b]{display:flex;flex-direction:column;gap:1rem}.meta-item[data-v-d23ee33b]{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background-color:#f9fafb;border-radius:10px}body.dark-theme .meta-item[data-v-d23ee33b]{background-color:#1e1e1e}.meta-item>div[data-v-d23ee33b]{flex:1;display:flex;flex-direction:column;gap:.25rem}.meta-label[data-v-d23ee33b]{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#6b7280}body.dark-theme .meta-label[data-v-d23ee33b]{color:#9ca3af}.meta-value[data-v-d23ee33b]{font-size:1.125rem;font-weight:600;color:#111827}body.dark-theme .meta-value[data-v-d23ee33b]{color:#e0e0e0}.meta-relative[data-v-d23ee33b]{font-size:1rem;color:#6b7280}body.dark-theme .meta-relative[data-v-d23ee33b]{color:#9ca3af}.section-title[data-v-d23ee33b]{font-size:1.5rem;font-weight:700;margin:0 0 2rem;color:#111827}body.dark-theme .section-title[data-v-d23ee33b]{color:#fff}.updates-card[data-v-d23ee33b],.affected-card[data-v-d23ee33b]{padding:2.5rem}.updates-timeline-detail[data-v-d23ee33b]{display:flex;flex-direction:column;gap:2rem}.update-item-detail[data-v-d23ee33b]{display:flex;gap:1.5rem;position:relative}.update-item-detail[data-v-d23ee33b]:not(:last-child):before{content:"";position:absolute;left:.625rem;top:2rem;bottom:-2rem;width:3px;background-color:#e5e7eb}body.dark-theme .update-item-detail[data-v-d23ee33b]:not(:last-child):before{background-color:#404040}.update-dot-detail[data-v-d23ee33b]{width:1.5rem;height:1.5rem;border-radius:50%;flex-shrink:0;margin-top:.25rem;border:4px solid #ffffff;box-shadow:0 0 0 2px #e5e7eb}body.dark-theme .update-dot-detail[data-v-d23ee33b]{border-color:#f9fafb;box-shadow:0 0 0 2px #404040}.update-dot-investigating[data-v-d23ee33b]{background-color:#ef4444}.update-dot-identified[data-v-d23ee33b]{background-color:#f59e0b}.update-dot-monitoring[data-v-d23ee33b]{background-color:#e87b19}.update-dot-resolved[data-v-d23ee33b]{background-color:#10b981}.update-dot-maintanence[data-v-d23ee33b]{background-color:#6b7280}.update-content-detail[data-v-d23ee33b]{flex:1;display:flex;flex-direction:column;gap:.75rem}.update-header-detail[data-v-d23ee33b]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.update-status-info[data-v-d23ee33b]{display:flex;align-items:center;gap:.75rem}.update-time-detail[data-v-d23ee33b]{font-size:.875rem;color:#6b7280;font-weight:500}body.dark-theme .update-time-detail[data-v-d23ee33b]{color:#9ca3af}.update-relative-time[data-v-d23ee33b]{font-size:.75rem;color:#9ca3af}body.dark-theme .update-relative-time[data-v-d23ee33b]{color:#707070}.update-message-detail[data-v-d23ee33b]{margin:0;font-size:1.125rem;line-height:1.7;color:#374151}body.dark-theme .update-message-detail[data-v-d23ee33b]{color:#b0b0b0}.affected-monitors-list[data-v-d23ee33b]{display:flex;flex-direction:column;gap:.75rem}.affected-monitor-item[data-v-d23ee33b]{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background-color:#f9fafb;border-radius:10px}body.dark-theme .affected-monitor-item[data-v-d23ee33b]{background-color:#1e1e1e}.monitor-status-dot[data-v-d23ee33b]{width:.75rem;height:.75rem;border-radius:50%;flex-shrink:0}.dot-online[data-v-d23ee33b]{background-color:#10b981}.dot-offline[data-v-d23ee33b]{background-color:#ef4444}.dot-degraded[data-v-d23ee33b]{background-color:#f59e0b}.dot-pending[data-v-d23ee33b]{background-color:#6b7280}.monitor-info[data-v-d23ee33b]{flex:1}.monitor-name[data-v-d23ee33b]{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:#111827}body.dark-theme .monitor-name[data-v-d23ee33b]{color:#fff}.monitor-endpoint[data-v-d23ee33b]{font-size:1rem;margin:0;color:#6b7280;font-family:Courier New,monospace}body.dark-theme .monitor-endpoint[data-v-d23ee33b]{color:#9ca3af}.public-footer[data-v-d23ee33b]{background-color:#fff;border-top:1px solid #e5e7eb;padding:2rem 0;text-align:center}body.dark-theme .public-footer[data-v-d23ee33b]{background-color:#1e1e1e;border-top-color:#2d2d2d}.public-footer p[data-v-d23ee33b]{margin:0;color:#6b7280;font-size:.875rem}body.dark-theme .public-footer p[data-v-d23ee33b]{color:#9ca3af}.footer-link[data-v-d23ee33b]{color:var(--brand-color, #e87b19);font-weight:600}.footer-link[data-v-d23ee33b]:hover{text-decoration:underline}.loading-container[data-v-d23ee33b]{display:flex;align-items:center;justify-content:center;padding:3rem}@media(max-width:1023px){.public-container[data-v-d23ee33b]{padding:0 1.5rem}.public-main[data-v-d23ee33b]{padding:2rem 0}.header-actions[data-v-d23ee33b]{flex-wrap:wrap;gap:.5rem}.header-actions .btn[data-v-d23ee33b]{white-space:nowrap}.company-logo[data-v-d23ee33b]{height:40px}.company-name[data-v-d23ee33b]{font-size:1.25rem}.incident-detail-card[data-v-d23ee33b],.updates-card[data-v-d23ee33b]{padding:1.5rem}}@media(max-width:768px){.public-container[data-v-d23ee33b]{padding:0 1rem}.public-header[data-v-d23ee33b]{padding:1rem 0}.public-main[data-v-d23ee33b]{padding:1.5rem 0}.header-branding[data-v-d23ee33b]{flex-direction:column;align-items:flex-start;gap:.5rem}.header-actions[data-v-d23ee33b]{flex-wrap:wrap;width:100%;justify-content:flex-start;gap:.5rem}.header-actions .btn[data-v-d23ee33b]{flex:1 1 calc(50% - .25rem);min-width:0;white-space:nowrap}.header-actions .btn span[data-v-d23ee33b]:not(.spinner){display:inline}.company-logo[data-v-d23ee33b]{height:36px}.company-name[data-v-d23ee33b]{font-size:1.125rem}.incident-detail-card[data-v-d23ee33b]{padding:1.5rem}.incident-title-large[data-v-d23ee33b]{font-size:1.5rem}.incident-description-large[data-v-d23ee33b]{font-size:1.125rem}.incident-header[data-v-d23ee33b],.update-header-detail[data-v-d23ee33b]{flex-direction:column;align-items:flex-start}.updates-card[data-v-d23ee33b]{padding:1.25rem}}@media(max-width:480px){.public-container[data-v-d23ee33b]{padding:0 .75rem}.public-header[data-v-d23ee33b]{padding:.75rem 0}.public-main[data-v-d23ee33b]{padding:1rem 0}.header-branding[data-v-d23ee33b]{gap:.375rem}.header-actions[data-v-d23ee33b]{gap:.5rem}.header-actions .btn[data-v-d23ee33b]{padding:.625rem .875rem;font-size:.875rem;flex:1 1 100%;min-width:0;justify-content:center}.header-actions .btn-sm[data-v-d23ee33b]{padding:.625rem .875rem}.company-logo[data-v-d23ee33b]{height:32px}.company-name[data-v-d23ee33b]{font-size:1rem}.incident-detail-card[data-v-d23ee33b]{padding:1rem}.incident-title-large[data-v-d23ee33b]{font-size:1.25rem}.incident-description-large[data-v-d23ee33b]{font-size:1rem}.updates-card[data-v-d23ee33b]{padding:1rem}}.manage-notifications-page[data-v-17388f75]{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}body.dark-theme .manage-notifications-page[data-v-17388f75]{background-color:#121212}.public-header[data-v-17388f75]{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 0}body.dark-theme .public-header[data-v-17388f75]{background-color:#1e1e1e;border-bottom-color:#2d2d2d}.public-container[data-v-17388f75]{max-width:800px;margin:0 auto;padding:0 2rem}.company-name[data-v-17388f75]{font-size:1.5rem;font-weight:600;margin:0;color:#111827}body.dark-theme .company-name[data-v-17388f75]{color:#fff}.public-main[data-v-17388f75]{flex:1;padding:3rem 0}.loading-container[data-v-17388f75]{display:flex;align-items:center;justify-content:center;padding:3rem}.error-state[data-v-17388f75]{text-align:center;padding:3rem}.error-icon[data-v-17388f75]{color:#ef4444;margin-bottom:1rem}.error-title[data-v-17388f75]{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}body.dark-theme .error-title[data-v-17388f75]{color:#fff}.error-description[data-v-17388f75]{color:#6b7280;margin-bottom:1rem}body.dark-theme .error-description[data-v-17388f75]{color:#9ca3af}.error-hint[data-v-17388f75]{font-size:.875rem;color:#6b7280}body.dark-theme .error-hint[data-v-17388f75]{color:#9ca3af}.notification-card[data-v-17388f75]{background-color:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 1px 3px #0000001a}body.dark-theme .notification-card[data-v-17388f75]{background-color:#1e1e1e}.section-title[data-v-17388f75]{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#111827}body.dark-theme .section-title[data-v-17388f75]{color:#fff}.section-description[data-v-17388f75]{color:#6b7280;margin-bottom:2rem}body.dark-theme .section-description[data-v-17388f75]{color:#9ca3af}.subscription-form[data-v-17388f75]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-v-17388f75]{display:flex;flex-direction:column;gap:.5rem}.form-label[data-v-17388f75]{font-size:.875rem;font-weight:600;color:#374151}body.dark-theme .form-label[data-v-17388f75]{color:#d0d0d0}.monitor-count[data-v-17388f75]{font-weight:400;color:#3b82f6}.input[data-v-17388f75],.select[data-v-17388f75]{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;color:#111827;background-color:#fff}body.dark-theme .input[data-v-17388f75],body.dark-theme .select[data-v-17388f75]{border-color:#404040;background-color:#1e1e1e;color:#e0e0e0}.input[data-v-17388f75]:disabled{background-color:#f3f4f6;cursor:not-allowed}body.dark-theme .input[data-v-17388f75]:disabled{background-color:#2d2d2d}.form-hint[data-v-17388f75]{font-size:.875rem;color:#6b7280}body.dark-theme .form-hint[data-v-17388f75]{color:#9ca3af}.monitor-checklist[data-v-17388f75]{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;background-color:#f9fafb}body.dark-theme .monitor-checklist[data-v-17388f75]{border-color:#404040;background-color:#121212}.monitor-checkbox-item[data-v-17388f75]{display:flex;align-items:center;gap:.75rem;padding:.75rem;cursor:pointer;border-radius:6px;transition:background-color .2s}.monitor-checkbox-item[data-v-17388f75]:hover{background-color:#f3f4f6}body.dark-theme .monitor-checkbox-item[data-v-17388f75]:hover{background-color:#2d2d2d}.checkbox-input[data-v-17388f75]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#e87b19}.monitor-info[data-v-17388f75]{flex:1;display:flex;flex-direction:column;gap:.25rem}.monitor-name[data-v-17388f75]{font-weight:600;color:#111827}body.dark-theme .monitor-name[data-v-17388f75]{color:#e0e0e0}.monitor-endpoint[data-v-17388f75]{font-size:.875rem;color:#6b7280;font-family:Courier New,monospace}body.dark-theme .monitor-endpoint[data-v-17388f75]{color:#9ca3af}.toggle-label[data-v-17388f75]{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#374151}body.dark-theme .toggle-label[data-v-17388f75]{color:#d0d0d0}.action-buttons[data-v-17388f75]{display:flex;gap:1rem;margin-top:1rem}.feedback-message[data-v-17388f75]{padding:1rem;border-radius:8px;text-align:center;font-weight:500}.text-success[data-v-17388f75]{background-color:#10b9811a;color:#10b981}.text-error[data-v-17388f75]{background-color:#ef44441a;color:#ef4444}.public-footer[data-v-17388f75]{background-color:#fff;border-top:1px solid #e5e7eb;padding:2rem 0;text-align:center}body.dark-theme .public-footer[data-v-17388f75]{background-color:#1e1e1e;border-top-color:#2d2d2d}.public-footer p[data-v-17388f75]{margin:0;color:#6b7280;font-size:.875rem}body.dark-theme .public-footer p[data-v-17388f75]{color:#9ca3af}.footer-link[data-v-17388f75]{color:#e87b19;font-weight:600}.footer-link[data-v-17388f75]:hover{text-decoration:underline}.empty-monitors[data-v-17388f75]{padding:2rem;text-align:center;color:#6b7280}body.dark-theme .empty-monitors[data-v-17388f75]{color:#9ca3af}@media(max-width:768px){.action-buttons[data-v-17388f75]{flex-direction:column}}.auth-page[data-v-ba0ee297]{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#121212,#1a1a1a);padding:1rem}.auth-card[data-v-ba0ee297]{background-color:#1e1e1e;padding:40px;border-radius:16px;box-shadow:0 12px 32px #0006;width:100%;max-width:420px;box-sizing:border-box;animation:fadeIn-ba0ee297 .6s ease;border:1px solid #2d2d2d}.tabs[data-v-ba0ee297]{display:flex;justify-content:center;gap:1rem;margin-bottom:24px}.tabs button[data-v-ba0ee297]{background:none;border:none;padding:8px 16px;font-weight:600;cursor:pointer;color:#b0b0b0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.tabs button[data-v-ba0ee297]:hover{color:#e87b19}.tabs button.active[data-v-ba0ee297]{color:#e87b19;border-color:#e87b19}.title[data-v-ba0ee297]{font-size:26px;font-weight:700;margin-bottom:6px;text-align:center;color:#fff}.subtitle[data-v-ba0ee297]{font-size:14px;margin-bottom:24px;text-align:center;color:#b0b0b0}.form[data-v-ba0ee297]{display:flex;flex-direction:column;gap:16px}.form label[data-v-ba0ee297]{display:flex;flex-direction:column;font-size:14px;font-weight:600;color:#e0e0e0}.form input[data-v-ba0ee297]{margin-top:6px;padding:12px 14px;background-color:#2d2d2d;border:1px solid #404040;border-radius:8px;font-size:14px;color:#e0e0e0;transition:border-color .2s,box-shadow .2s}.form input[data-v-ba0ee297]::placeholder{color:#707070}.form input[data-v-ba0ee297]:focus{border-color:#e87b19;outline:none;box-shadow:0 0 0 3px #e87b1933}.form button[data-v-ba0ee297]{padding:12px;background-color:#e87b19;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s,box-shadow .2s}.form button[data-v-ba0ee297]:hover:not(:disabled){background-color:#d66a0f;box-shadow:0 0 0 3px #e87b194d}.form button[data-v-ba0ee297]:disabled{opacity:.6;cursor:not-allowed}.error-box[data-v-ba0ee297]{background-color:#ef444433;color:#ef4444;padding:10px 12px;border-radius:6px;font-size:13px;border:1px solid rgba(239,68,68,.3)}.actions[data-v-ba0ee297]{margin-top:16px;text-align:center}.actions .link[data-v-ba0ee297]{background:none;border:none;color:#e87b19;cursor:pointer;font-size:13px;text-decoration:underline;padding:0}.actions .link[data-v-ba0ee297]:hover{color:#d66a0f}@keyframes fadeIn-ba0ee297{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.auth-card[data-v-ba0ee297]{padding:30px 20px}.title[data-v-ba0ee297]{font-size:22px}.subtitle[data-v-ba0ee297]{font-size:13px}}.onboarding-view[data-v-30202c86]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f4f8,#e0e7ef);padding:2rem}body.dark-theme .onboarding-view[data-v-30202c86]{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.onboarding-container[data-v-30202c86]{max-width:900px;width:100%}.onboarding-hero[data-v-30202c86]{text-align:center;margin-bottom:3rem}.onboarding-logo[data-v-30202c86]{height:60px;width:auto;margin:0 auto 2rem}.onboarding-title[data-v-30202c86]{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:#111827}body.dark-theme .onboarding-title[data-v-30202c86]{color:#fff}.onboarding-description[data-v-30202c86]{font-size:1.125rem;color:#4b5563;max-width:600px;margin:0 auto}body.dark-theme .onboarding-description[data-v-30202c86]{color:#b0b0b0}.onboarding-content[data-v-30202c86]{display:flex;flex-direction:column;gap:3rem}.onboarding-card[data-v-30202c86]{background-color:#fff;border-radius:16px;padding:3rem;text-align:center;box-shadow:0 10px 40px #0003}body.dark-theme .onboarding-card[data-v-30202c86]{background-color:#1e1e1e;box-shadow:0 10px 40px #0006}.card-icon[data-v-30202c86]{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background-color:#e87b1926;color:#e87b19;margin:0 auto 1.5rem}.card-title[data-v-30202c86]{font-size:1.75rem;font-weight:600;margin:0 0 1rem;color:#111827}body.dark-theme .card-title[data-v-30202c86]{color:#fff}.card-description[data-v-30202c86]{font-size:1rem;color:#6b7280;margin:0 0 2rem;max-width:500px;margin-left:auto;margin-right:auto}body.dark-theme .card-description[data-v-30202c86]{color:#9ca3af}.onboarding-form[data-v-30202c86]{max-width:400px;margin:0 auto}.input-lg[data-v-30202c86]{padding:.875rem 1rem;font-size:1rem}.form-hint[data-v-30202c86]{font-size:.875rem;color:#6b7280;margin-top:.5rem;text-align:left}body.dark-theme .form-hint[data-v-30202c86]{color:#9ca3af}.features-grid[data-v-30202c86]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.feature-item[data-v-30202c86]{background-color:#fff;border-radius:12px;padding:2rem;text-align:center}body.dark-theme .feature-item[data-v-30202c86]{background-color:#1e1e1e}.feature-icon[data-v-30202c86]{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:12px;margin:0 auto 1rem}.feature-icon-primary[data-v-30202c86]{background-color:#e87b1926;color:#e87b19}.feature-icon-warning[data-v-30202c86]{background-color:#f59e0b26;color:#f59e0b}.feature-icon-success[data-v-30202c86]{background-color:#10b98126;color:#10b981}.feature-icon-info[data-v-30202c86]{background-color:#3b82f626;color:#3b82f6}.feature-title[data-v-30202c86]{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:#111827}body.dark-theme .feature-title[data-v-30202c86]{color:#fff}.feature-description[data-v-30202c86]{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.6}body.dark-theme .feature-description[data-v-30202c86]{color:#9ca3af}@media(max-width:1023px){.onboarding-title[data-v-30202c86]{font-size:2rem}.onboarding-card[data-v-30202c86]{padding:2rem}.features-grid[data-v-30202c86]{gap:1.5rem}.feature-item[data-v-30202c86]{padding:1.5rem}}@media(max-width:768px){.onboarding-view[data-v-30202c86]{padding:1rem}.onboarding-hero[data-v-30202c86]{margin-bottom:2rem}.onboarding-logo[data-v-30202c86]{height:50px;margin-bottom:1.5rem}.onboarding-title[data-v-30202c86]{font-size:1.75rem}.onboarding-description[data-v-30202c86]{font-size:1rem}.onboarding-content[data-v-30202c86]{gap:2rem}.onboarding-card[data-v-30202c86]{padding:1.5rem}.card-title[data-v-30202c86]{font-size:1.5rem}.features-grid[data-v-30202c86]{grid-template-columns:1fr;gap:1rem}.feature-item[data-v-30202c86]{padding:1.25rem}}@media(max-width:480px){.onboarding-logo[data-v-30202c86]{height:40px}.onboarding-title[data-v-30202c86]{font-size:1.5rem}.onboarding-description[data-v-30202c86]{font-size:.9375rem}.onboarding-card[data-v-30202c86]{padding:1.25rem}.card-title[data-v-30202c86]{font-size:1.25rem}.card-icon[data-v-30202c86]{width:3rem;height:3rem}.feature-icon[data-v-30202c86]{width:2.5rem;height:2.5rem}}.error-page[data-v-fd9612b2]{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#121212,#1a1a1a)}.error-container[data-v-fd9612b2]{max-width:600px;width:100%;text-align:center;position:relative;z-index:10}.error-code[data-v-fd9612b2]{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;perspective:1000px}.digit[data-v-fd9612b2]{font-size:8rem;font-weight:800;background:linear-gradient(135deg,#e87b19,#d66a0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp-fd9612b2 .6s ease-out forwards;opacity:0;text-shadow:0 0 40px rgba(232,123,25,.3)}.digit[data-v-fd9612b2]:nth-child(1){animation-delay:.1s}.digit.middle[data-v-fd9612b2]{animation-delay:.2s;transform-style:preserve-3d;animation:fadeInUp-fd9612b2 .6s ease-out .2s forwards,rotate3d-fd9612b2 3s ease-in-out infinite}.digit[data-v-fd9612b2]:nth-child(3){animation-delay:.3s}.error-content[data-v-fd9612b2]{margin-bottom:3rem}.error-title[data-v-fd9612b2]{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;animation:fadeIn-fd9612b2 .8s ease-out .4s forwards;opacity:0}.error-description[data-v-fd9612b2]{font-size:1.125rem;color:#b0b0b0;line-height:1.6;max-width:500px;margin:0 auto;animation:fadeIn-fd9612b2 .8s ease-out .5s forwards;opacity:0}.error-actions[data-v-fd9612b2]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp-fd9612b2 .8s ease-out .6s forwards;opacity:0}.floating-circle[data-v-fd9612b2]{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(232,123,25,.15) 0%,transparent 70%);animation:float-fd9612b2 20s ease-in-out infinite;pointer-events:none}.circle-1[data-v-fd9612b2]{width:300px;height:300px;top:-150px;left:-150px;animation-delay:0s}.circle-2[data-v-fd9612b2]{width:400px;height:400px;bottom:-200px;right:-200px;animation-delay:-7s}.circle-3[data-v-fd9612b2]{width:250px;height:250px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-14s}@keyframes fadeInUp-fd9612b2{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn-fd9612b2{0%{opacity:0}to{opacity:1}}@keyframes rotate3d-fd9612b2{0%,to{transform:rotateY(0)}50%{transform:rotateY(360deg)}}@keyframes float-fd9612b2{0%,to{transform:translate(0) scale(1);opacity:.3}33%{transform:translate(50px,-50px) scale(1.1);opacity:.4}66%{transform:translate(-30px,30px) scale(.9);opacity:.2}}@media(max-width:768px){.error-code[data-v-fd9612b2]{gap:.5rem}.digit[data-v-fd9612b2]{font-size:5rem}.error-title[data-v-fd9612b2]{font-size:1.5rem}.error-description[data-v-fd9612b2]{font-size:1rem}.error-actions[data-v-fd9612b2]{flex-direction:column;align-items:stretch}.circle-1[data-v-fd9612b2],.circle-2[data-v-fd9612b2],.circle-3[data-v-fd9612b2]{width:200px;height:200px}}@media(max-width:480px){.digit[data-v-fd9612b2]{font-size:4rem}.error-title[data-v-fd9612b2]{font-size:1.25rem}.error-description[data-v-fd9612b2]{font-size:.9375rem}}
