@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=circle_circle,graph_1,pause_circle,play_circle,radar,sensors,settings";.assistant-chatbot{position:fixed;right:20px;bottom:20px;z-index:60;color:#25365a;font-family:inherit}.assistant-launcher{position:relative;width:68px;height:68px;border:0;border-radius:50%;padding:8px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff2e;box-shadow:0 18px 34px #25365a29,0 0 0 1px #ffffff29 inset;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.assistant-launcher:hover{transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 20px 38px #25365a33,0 0 0 1px #fff3 inset}.assistant-launcher:focus-visible{outline:none;box-shadow:0 20px 38px #25365a33,0 0 0 3px #7aa5ff57}.assistant-launcher-orb{width:100%;height:100%;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2959bf,#4f8fff);color:#fff;box-shadow:0 10px 18px #2559bf3d,0 1px #ffffff14 inset}.assistant-panel{position:fixed;right:20px;bottom:92px;width:min(392px,calc(100vw - 20px));height:min(640px,calc(100vh - 120px));display:flex;flex-direction:column;overflow:hidden;border-radius:22px;border:1px solid #dfe7f3;background:radial-gradient(circle at top right,rgba(79,143,255,.08),transparent 34%),linear-gradient(180deg,#fff,#f8fbff);color:#25365a;box-shadow:0 24px 48px #25365a29,0 0 0 1px #ffffffd6 inset;transform-origin:bottom right;will-change:width,height,transform,box-shadow;transition:width .24s cubic-bezier(.22,1,.36,1),height .24s cubic-bezier(.22,1,.36,1),transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s ease;animation:assistant-panel-enter .3s ease both}.assistant-panel.is-expanded{width:min(520px,calc(100vw - 20px));height:min(780px,calc(100vh - 100px));transform:translateY(-4px)}.assistant-panel.is-expanded .assistant-bubble{max-width:min(390px,92%)}.assistant-panel:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#2959bf,#4f8fff 55%,#7ab4ff)}.assistant-header{padding:14px 16px 12px;display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid #e6edf6;background:radial-gradient(circle at top right,rgba(79,143,255,.08),transparent 30%),linear-gradient(180deg,#fff,#f7f9fe)}.assistant-header-back,.assistant-header-action,.assistant-input-tool{border:0;cursor:pointer;font:inherit}.assistant-header-back{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#6e82a4;background:#eef4fb;flex-shrink:0;transition:transform .16s ease,background-color .16s ease,color .16s ease}.assistant-header-back:hover{transform:translateY(-1px);background:#e2ecf9;color:#4367a7}.assistant-header-main{display:flex;align-items:flex-start;gap:12px;min-width:0;flex:1}.assistant-header-icon{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#2959bf,#4f8fff);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;box-shadow:0 14px 22px #2559bf38}.assistant-header h2{margin:0;color:#25365a;font-size:1rem;font-weight:800;letter-spacing:.01em}.assistant-header p{margin:4px 0 0;color:#7b8eaf;font-size:.78rem;line-height:1.45}.assistant-header-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.assistant-header-menu-anchor{position:relative;display:inline-flex}.assistant-header-action{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#6e82a4;background:#eef4fb;transition:transform .16s ease,background-color .16s ease,color .16s ease}.assistant-header-action:hover{transform:translateY(-1px);background:#e2ecf9;color:#4367a7}.assistant-header-action.is-active{background:#e7f0ff;color:#2959bf}.assistant-header-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:6;min-width:218px;padding:8px;border-radius:18px;border:1px solid #dfe7f3;background:#fffffffa;box-shadow:0 20px 40px #25365a24,0 0 0 1px #ffffffb3 inset}.assistant-header-menu-item{width:100%;border:0;border-radius:14px;padding:10px 12px;display:flex;align-items:center;gap:10px;background:transparent;color:#25365a;cursor:pointer;font:inherit;text-align:left;transition:background-color .16s ease,color .16s ease,transform .16s ease}.assistant-header-menu-item:hover{background:#eef4fb;color:#2959bf;transform:translateY(-1px)}.assistant-header-menu-item+.assistant-header-menu-item{margin-top:4px}.assistant-header-menu-item-icon{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#f4f7fc;color:#4367a7}.assistant-header-menu-item-text{font-size:.86rem;font-weight:600;line-height:1.3}.assistant-body{flex:1;overflow:auto;padding:14px 14px 12px;display:flex;flex-direction:column;gap:12px;overscroll-behavior:contain;background:radial-gradient(circle at top right,rgba(79,143,255,.05),transparent 30%),linear-gradient(180deg,#fbfcfe,#f6f9fd)}.assistant-message-row{display:flex;flex-direction:column;gap:6px;max-width:100%}.assistant-message-row.user{align-items:flex-end}.assistant-message-row.assistant{align-items:flex-start}.assistant-bubble{max-width:min(320px,92%);border-radius:20px;padding:14px 16px;border:1px solid #e5edf7;box-shadow:0 10px 20px #25365a0f;transition:max-width .24s cubic-bezier(.22,1,.36,1)}.assistant-bubble p{margin:0;white-space:pre-wrap;line-height:1.6;font-size:.92rem}.assistant-bubble.user{margin-left:auto;background:linear-gradient(135deg,#2959bf,#4f8fff);color:#fff;border-color:#2559bf24}.assistant-bubble.user p{color:#fff}.assistant-bubble.assistant{background:linear-gradient(180deg,#fff,#f8fbff);color:#25365a}.assistant-bubble.error{background:#fff3f1;border-color:#f2c4bd;color:#b04135}.assistant-retry-button{margin-top:12px;padding:8px 16px;border:1px solid #f2c4bd;border-radius:6px;background:#fff8f7;color:#b04135;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease;font-family:inherit}.assistant-retry-button:hover:not(:disabled){background:#ffe8e3;border-color:#e8b0a3}.assistant-retry-button:focus-visible{outline:none;box-shadow:0 0 0 3px #f06b4b3d}.assistant-retry-button:disabled{opacity:.6;cursor:not-allowed}.assistant-message-meta{margin:0 0 0 14px;color:#7b8eaf;font-size:.72rem}.assistant-typing{display:inline-flex;align-items:center;gap:10px;color:#7b8eaf;font-size:.88rem}.assistant-typing-icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef4fb;color:#4f8fff;animation:assistant-spin 1s linear infinite}.assistant-footer{padding:0 14px 14px;display:grid;gap:8px}.assistant-input-shell{position:relative;border:1px solid #dfe7f3;border-radius:22px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:8px;overflow:visible;box-shadow:0 8px 20px #25365a0d}.assistant-file-input{display:none}.assistant-attachment-list{display:flex;flex-wrap:wrap;gap:8px;padding:0 2px 2px}.assistant-attachment-chip{display:inline-flex;align-items:center;gap:8px;max-width:100%;border-radius:999px;border:1px solid #dce6f4;background:#eef4fb;color:#4367a7;padding:6px 8px 6px 7px}.assistant-attachment-chip-icon{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#4f8fff;background:#fff}.assistant-attachment-chip-text{display:flex;min-width:0;flex-direction:column;gap:1px}.assistant-attachment-chip-name{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:600;color:#25365a}.assistant-attachment-chip-size{font-size:.66rem;color:#7b8eaf}.assistant-attachment-remove{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;color:#7b8eaf;transition:background-color .16s ease,color .16s ease,transform .16s ease}.assistant-attachment-remove:hover{background:#4f8fff1f;color:#4367a7;transform:translateY(-1px)}.assistant-attachment-remove:focus-visible,.assistant-emoji-option:focus-visible,.assistant-input-tool:focus-visible,.assistant-header-action:focus-visible,.assistant-header-menu-item:focus-visible{outline:none;box-shadow:0 0 0 2px #4f8fff38}.assistant-input-shell textarea{width:100%;min-height:64px;resize:none;border:0;outline:none;background:transparent;color:#25365a;font:inherit;line-height:1.55;padding:6px 6px 8px 8px}.assistant-input-shell textarea::placeholder{color:#8ba0c0}.assistant-input-toolbar{display:flex;align-items:center;gap:6px;justify-content:space-between}.assistant-input-tools{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.assistant-input-tool{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#8293b1;background:transparent;transition:background-color .16s ease,color .16s ease,transform .16s ease}.assistant-input-tool:hover{background:#eef4fb;color:#4367a7;transform:translateY(-1px)}.assistant-input-tool.is-active{background:#e7f0ff;color:#2959bf}.assistant-input-tool:disabled{opacity:.55;cursor:not-allowed;transform:none}.assistant-emoji-popover{position:absolute;right:10px;bottom:calc(100% + 10px);z-index:3;width:min(260px,calc(100vw - 52px));border-radius:18px;border:1px solid #dfe7f3;background:#fffffffa;padding:12px;box-shadow:0 18px 32px #25365a24,0 0 0 1px #ffffffb3 inset}.assistant-emoji-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.assistant-emoji-option{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#f4f7fc;color:#25365a;font-size:1rem;transition:transform .16s ease,background-color .16s ease}.assistant-emoji-option:hover{background:#e7f0ff;transform:translateY(-1px)}.assistant-send-button{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2959bf,#4f8fff);color:#fff;box-shadow:none;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease,opacity .16s ease}.assistant-send-button:hover{transform:translateY(-1px);box-shadow:0 10px 18px #2559bf2e}.assistant-send-button:disabled{background:#e5ebf4;color:#9aa9bd;opacity:1;cursor:not-allowed;transform:none;box-shadow:none}.assistant-composer-notice{margin:0;padding:0 6px;color:#7b8eaf;font-size:.72rem;line-height:1.4}.assistant-send-spinning{animation:assistant-spin .9s linear infinite}.assistant-footer-hint{margin:0;text-align:center;color:#7b8eaf;font-size:.72rem}.assistant-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes assistant-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes assistant-panel-enter{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){.assistant-chatbot{right:10px;bottom:10px}.assistant-launcher{width:60px;height:60px}.assistant-panel{right:10px;bottom:82px;width:calc(100vw - 20px);height:min(78vh,620px)}.assistant-panel.is-expanded{width:calc(100vw - 20px);height:min(86vh,700px);transform:translateY(-2px)}.assistant-bubble{max-width:92%}}.chatbot-page{position:relative;overflow:hidden;min-height:calc(100vh - 96px);color:#eef2fb}.chatbot-page-shell{margin:0!important;padding:0!important;border:0!important;background:transparent!important;min-height:calc(100vh - 32px)}.chatbot-page__workspace{position:relative;z-index:1;display:grid;grid-template-columns:minmax(300px,350px) minmax(0,1fr);gap:16px;align-items:stretch;min-height:calc(100vh - 96px)}.chatbot-page__glow{position:absolute;border-radius:999px;pointer-events:none;filter:blur(18px);opacity:.42}.chatbot-page__glow--one{top:-70px;left:-90px;width:260px;height:260px;background:radial-gradient(circle,rgba(84,136,255,.28),transparent 70%)}.chatbot-page__glow--two{top:14%;right:-120px;width:320px;height:320px;background:radial-gradient(circle,rgba(30,189,166,.18),transparent 70%)}.chatbot-page__glow--three{bottom:-120px;left:35%;width:300px;height:300px;background:radial-gradient(circle,rgba(242,179,63,.22),transparent 72%)}.chatbot-panel{position:relative;border:1px solid rgba(186,207,255,.12);border-radius:24px;background:radial-gradient(circle at top right,rgba(84,136,255,.16),transparent 34%),linear-gradient(180deg,#080e18f5,#0b121ee6);box-shadow:0 24px 60px #03081670,0 0 0 1px #ffffff0a inset;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.chatbot-sidebar{padding:22px;display:flex;flex-direction:column;gap:18px;min-height:100%;animation:chatbot-enter .42s ease both}.chatbot-brand{display:flex;align-items:center;gap:14px}.chatbot-brand__icon{width:56px;height:56px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2347a8,#4f8fff);color:#fff;box-shadow:0 16px 28px #2559bf52}.chatbot-eyebrow{margin:0 0 6px;font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:#7fd6c4}.chatbot-brand h1{margin:0;font-size:1.9rem;line-height:1;color:#eef2fb}.chatbot-lede{margin:0;color:#95a7c2;line-height:1.7;font-size:.94rem}.chatbot-status{display:flex;gap:12px;align-items:flex-start;padding:14px 15px;border-radius:18px;border:1px solid rgba(186,207,255,.1);background:#ffffff08}.chatbot-status__dot{width:12px;height:12px;border-radius:999px;margin-top:5px;flex-shrink:0;background:#f2b33f;box-shadow:0 0 0 4px #f2b33f24}.chatbot-status--ready .chatbot-status__dot{background:#39d0b8;box-shadow:0 0 0 4px #39d0b824}.chatbot-status--offline .chatbot-status__dot{background:#f06b5f;box-shadow:0 0 0 4px #f06b5f24}.chatbot-status__label{margin:0 0 4px;color:#98abc7;font-size:.78rem}.chatbot-status strong{display:block;margin-bottom:4px;color:#eef2fb;font-size:.94rem}.chatbot-status span{display:block;margin-top:2px;color:#8ea1bf;font-size:.8rem;line-height:1.45}.chatbot-field{display:grid;gap:10px}.chatbot-field__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.chatbot-field label,.chatbot-field output{color:#dbe5f8;font-size:.88rem}.chatbot-field input,.chatbot-field textarea{width:100%;border:1px solid rgba(186,207,255,.12);border-radius:18px;background:#040a12a8;color:#eef2fb;padding:13px 15px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.chatbot-field textarea{min-height:210px;resize:vertical;line-height:1.6}.chatbot-field input:focus,.chatbot-field textarea:focus{border-color:#4f8fff8c;box-shadow:0 0 0 3px #4f8fff24;transform:translateY(-1px)}.chatbot-field input[type=range]{padding:0;height:30px;background:transparent;border:0;box-shadow:none}.chatbot-link-button,.chatbot-secondary,.chatbot-prompt-chip,.chatbot-send-button{border:0;cursor:pointer;font:inherit}.chatbot-link-button{padding:0;background:transparent;color:#8ab6ff;font-size:.78rem;font-weight:700}.chatbot-link-button:hover{color:#a7c8ff}.chatbot-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.chatbot-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;border-radius:16px;background:#ffffff0d;color:#eef2fb;border:1px solid rgba(186,207,255,.12);transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.chatbot-secondary:hover{transform:translateY(-1px);background:#4f8fff1f;border-color:#4f8fff3d}.chatbot-hint{margin:0;color:#7f93b4;font-size:.82rem;line-height:1.6}.chatbot-conversation{display:flex;flex-direction:column;overflow:hidden;min-height:100%;animation:chatbot-enter .5s ease .04s both}.chatbot-header{padding:22px 22px 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(186,207,255,.1)}.chatbot-header h2{margin:0;color:#eef2fb;font-size:clamp(1.5rem,2vw,1.9rem)}.chatbot-header__copy{margin:8px 0 0;color:#91a5c7;line-height:1.55;max-width:62ch}.chatbot-header__meta{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.chatbot-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(186,207,255,.12);background:#ffffff0d;color:#d7e3f8;font-size:.78rem;font-weight:700}.chatbot-pill--accent{background:#4f8fff24;color:#cfe0ff;border-color:#4f8fff3d}.chatbot-prompt-rail{display:flex;gap:10px;padding:14px 22px 0;flex-wrap:wrap}.chatbot-prompt-chip{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(186,207,255,.12);background:#ffffff0a;color:#edf4ff;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.chatbot-prompt-chip:hover{transform:translateY(-1px);background:#4f8fff24;border-color:#4f8fff3d}.chatbot-prompt-chip:disabled{opacity:.52;cursor:not-allowed;transform:none}.chatbot-empty-state{display:none;padding:18px 22px 0}.chatbot-empty-state.show{display:block}.chatbot-empty-card{border-radius:22px;border:1px solid rgba(186,207,255,.12);background:radial-gradient(circle at top right,rgba(79,143,255,.16),transparent 34%),linear-gradient(180deg,#0d1522f5,#070d16f0);padding:20px;box-shadow:0 18px 40px #03081652}.chatbot-empty-card h3{margin:0;color:#eef2fb;font-size:1.2rem}.chatbot-empty-card p{margin:10px 0 0;color:#8da1bf;line-height:1.7}.chatbot-messages{flex:1;overflow:auto;display:flex;flex-direction:column;gap:12px;padding:18px 22px 16px;scroll-behavior:smooth}.chatbot-message{display:flex;max-width:100%}.chatbot-message.user{justify-content:flex-end}.chatbot-message.assistant{justify-content:flex-start}.chatbot-bubble{max-width:min(780px,100%);border-radius:20px;padding:14px 16px;border:1px solid rgba(186,207,255,.12);box-shadow:0 14px 30px #03081638}.chatbot-bubble p{margin:0;white-space:pre-wrap;line-height:1.7}.chatbot-bubble.user{background:linear-gradient(135deg,#4f8ffff0,#2559bff2);color:#f7fbff;border-color:#8ab9ff33}.chatbot-bubble.assistant{background:#ffffff0f;color:#eff4ff}.chatbot-bubble.error{background:#f06b5f1f;border-color:#f06b5f3d;color:#ffd8d4}.chatbot-typing{display:inline-flex;align-items:center;gap:10px;color:#91a5c7;font-size:.9rem}.chatbot-typing__icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;color:#8eb7ff;animation:chatbot-spin 1s linear infinite}.chatbot-inline-error{margin:4px 0 0;color:#ffb7b1;font-size:.86rem}.chatbot-composer{padding:0 22px 22px;display:grid;gap:10px}.chatbot-input-shell{display:flex;align-items:flex-end;gap:10px;padding:10px;border-radius:22px;border:1px solid rgba(186,207,255,.12);background:#ffffff0d}.chatbot-input-shell textarea{flex:1;min-height:92px;resize:vertical;border:0;outline:none;background:transparent;color:#eef2fb;font:inherit;line-height:1.65;padding:6px 6px 6px 8px}.chatbot-input-shell textarea::placeholder{color:#8ea1bf}.chatbot-send-button{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f8fff,#2959bf);color:#fff;box-shadow:0 14px 24px #2559bf52;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.chatbot-send-button:hover{transform:translateY(-1px);box-shadow:0 18px 28px #2559bf61}.chatbot-send-button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.chatbot-send-button__spinning{animation:chatbot-spin .9s linear infinite}.chatbot-footer-hint{margin:0;color:#7f93b4;font-size:.8rem;line-height:1.6}.chatbot-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes chatbot-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes chatbot-enter{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 1180px){.chatbot-page__workspace{grid-template-columns:1fr}.chatbot-sidebar{min-height:auto}}@media (max-width: 720px){.chatbot-page,.chatbot-page__workspace{min-height:auto}.chatbot-sidebar,.chatbot-header,.chatbot-prompt-rail,.chatbot-messages,.chatbot-composer{padding-left:16px;padding-right:16px}.chatbot-header{flex-direction:column;align-items:flex-start}.chatbot-actions{grid-template-columns:1fr}.chatbot-composer{padding-bottom:16px}}.edit-monitor-page{grid-column:2 / 4;display:flex;flex-direction:column;gap:12px;margin-top:2%}.edit-monitor-breadcrumb{display:inline-flex;align-items:center;gap:6px;color:#7a8cae;font-size:.75rem}.edit-monitor-breadcrumb-link{border:0;background:transparent;color:#7a8cae;padding:0;cursor:pointer;font-size:inherit}.edit-monitor-breadcrumb-link:hover{color:#4e648f}.edit-monitor-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 140px;gap:12px;align-items:start}.edit-monitor-main{display:flex;flex-direction:column;gap:12px;min-height:calc(100vh - 120px)}.edit-monitor-title{margin:0;color:#25365a;font-size:1.35rem;font-weight:800}.edit-monitor-card{border:1px solid #dfe7f3;border-radius:10px;background:#fff;padding:10px}.edit-monitor-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.edit-monitor-card-header h3{margin:0;font-size:.95rem;color:#25365a}.edit-monitor-manage-btn{border:0;border-radius:8px;background:#2b74df;color:#fff;height:32px;padding:0 13px;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;gap:6px;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .16s ease}.edit-monitor-manage-btn:hover{background:#236fda}.edit-monitor-top-shell,.edit-monitor-integrations-shell{border:1px solid #e8eef8;border-radius:8px;background:#f7faff;padding:12px}.edit-monitor-top-shell h3{margin:0;color:#2b3f66;font-size:1rem;font-weight:800}.edit-monitor-top-shell>input,.edit-monitor-field input,.edit-monitor-meta-box input,.edit-monitor-meta-box select{box-sizing:border-box;width:100%;margin-top:8px;border:1px solid #d8e3f5;border-radius:8px;min-height:36px;padding:0 11px;color:#304b74;font-size:.78rem;background:#fff;outline:none}.edit-monitor-top-shell>input:focus,.edit-monitor-field input:focus,.edit-monitor-meta-box input:focus{border-color:#9cb8e9;box-shadow:0 0 0 2px #5285db26}.edit-monitor-field input::placeholder,.edit-monitor-meta-box input::placeholder{color:#8fa1bf}.edit-monitor-friendly-row{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.edit-monitor-friendly-row p{margin:0;font-size:.78rem;color:#5f7395}.edit-monitor-friendly-row strong{color:#2d436d}.edit-monitor-friendly-row button{border:1px solid #dbe6f8;border-radius:8px;background:#fff;color:#3d5782;min-height:31px;padding:0 10px;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.edit-monitor-friendly-row button:hover{background:#f5f9ff}.edit-monitor-meta-grid{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.edit-monitor-domain-row{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #e2eaf7;border-radius:10px;background:#fff}.edit-monitor-domain-copy h4{margin:0;color:#2d436d;font-size:.9rem}.edit-monitor-domain-copy p{margin:5px 0 0;font-size:.74rem;color:#7c92b6}.edit-monitor-domain-select select{border:1px solid #d8e3f5;border-radius:8px;min-height:32px;padding:0 10px;color:#304b74;font-size:.78rem;background:#fff;outline:none}.edit-monitor-domain-select select:focus{border-color:#9cb8e9;box-shadow:0 0 0 2px #5285db26}.edit-monitor-meta-box h4{margin:0;color:#2d436d;font-size:.9rem}.edit-monitor-meta-box p{margin:5px 0 0;font-size:.74rem;color:#7c92b6}.edit-monitor-top-shell hr{border:0;border-top:1px solid #dfe8f7;margin:12px 0}.edit-monitor-notify-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.edit-monitor-notify-grid{margin-top:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.edit-monitor-notify-item{border:1px solid #dde7f8;border-radius:8px;background:#fff;min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;font-size:.8rem;color:#4c638b}.edit-monitor-notify-item input{margin:0}.edit-monitor-access-panel{margin-top:14px;border:1px solid #dde7f8;border-radius:10px;background:#fff;padding:12px}.edit-monitor-access-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.edit-monitor-access-panel-head h4{margin:0;color:#2d436d;font-size:.9rem}.edit-monitor-access-panel-head p{margin:5px 0 0;color:#7c92b6;font-size:.74rem}.edit-monitor-access-stats{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.edit-monitor-access-stat{border-radius:999px;background:#f2f7ff;color:#4c638b;min-height:28px;padding:0 10px;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;gap:6px}.edit-monitor-access-stat.pending{background:#fff7e7;color:#9a6a00}.edit-monitor-access-form-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.edit-monitor-access-form-grid .edit-monitor-field{margin-top:0}.edit-monitor-access-form-actions{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.edit-monitor-access-submit{border:0;border-radius:8px;background:#2b74df;color:#fff;min-height:36px;padding:0 14px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:7px;cursor:pointer}.edit-monitor-access-submit:hover{background:#236fda}.edit-monitor-access-submit:disabled{opacity:.7;cursor:not-allowed}.edit-monitor-access-note{margin:12px 0 0;color:#7b90b3;font-size:.74rem}.edit-monitor-access-message{margin:12px 0 0;border:1px solid #dfe7f3;border-radius:8px;padding:9px 10px;font-size:.74rem;font-weight:700}.edit-monitor-access-message.error{border-color:#efc1c1;background:#fff6f6;color:#b64a4a}.edit-monitor-access-message.success{border-color:#c9e4cf;background:#f5fff6;color:#2f7a46}.edit-monitor-access-search{margin-top:12px;border:1px solid #d8e3f5;border-radius:8px;background:#f8fbff;min-height:38px;padding:0 10px;display:flex;align-items:center;gap:8px;color:#7a8cae}.edit-monitor-access-search input{border:0;outline:none;background:transparent;width:100%;min-width:0;color:#304b74;font-size:.78rem}.edit-monitor-access-lists{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.edit-monitor-access-list{border:1px solid #e3ebf8;border-radius:10px;background:#f9fbff;padding:10px}.edit-monitor-access-list-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.edit-monitor-access-list-head h5{margin:0;color:#2d436d;font-size:.82rem}.edit-monitor-access-list-head span{color:#6f86ac;font-size:.72rem;font-weight:700}.edit-monitor-access-empty{margin:12px 0 0;color:#7b90b3;font-size:.74rem}.edit-monitor-access-rows{margin-top:10px;display:flex;flex-direction:column;gap:8px}.edit-monitor-access-row{border:1px solid #e0e8f6;border-radius:9px;background:#fff;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.edit-monitor-access-row-main{min-width:0;display:flex;flex-direction:column;gap:4px}.edit-monitor-access-row-main strong{color:#2d436d;font-size:.78rem}.edit-monitor-access-row-email,.edit-monitor-access-row-meta{min-width:0;color:#6f86ac;font-size:.72rem;display:inline-flex;align-items:center;gap:5px}.edit-monitor-access-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.edit-monitor-access-role,.edit-monitor-access-status{border-radius:999px;min-height:24px;padding:0 9px;font-size:.68rem;font-weight:700;display:inline-flex;align-items:center}.edit-monitor-access-role.admin,.edit-monitor-access-status.accepted{background:#edf4ff;color:#2f5fa8}.edit-monitor-access-role.user,.edit-monitor-access-status.pending{background:#eef9f0;color:#2f7a46}.edit-monitor-access-status.expired{background:#fff3f3;color:#b64a4a}.edit-monitor-access-row-button{border:1px solid #dbe6f8;border-radius:8px;background:#fff;min-height:31px;padding:0 10px;color:#3d5782;font-size:.71rem;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.edit-monitor-access-row-button:hover{background:#f5f9ff}.edit-monitor-access-row-button:disabled{opacity:.7;cursor:not-allowed}.edit-monitor-access-row-button.danger{color:#b64a4a}.edit-monitor-field{margin-top:12px;display:flex;flex-direction:column;gap:5px}.edit-monitor-field span{font-size:.72rem;font-weight:700;color:#5e769f}.edit-monitor-footnote{margin:10px 0 0;color:#7b90b3;font-size:.74rem}.edit-monitor-inline-link{border:0;padding:0;background:transparent;color:#2f85ea;text-decoration:underline;font:inherit;font-weight:700;cursor:pointer}.edit-monitor-submit-card{margin-top:auto;border:1px solid #dfe7f3;border-radius:10px;background:#fff;padding:12px}.edit-monitor-submit-card button{border:0;border-radius:8px;background:#2b74df;color:#fff;min-width:120px;height:34px;padding:0 18px;font-size:.74rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease}.edit-monitor-submit-card button:hover{background:#236fda}.edit-monitor-submit-card button:disabled{opacity:.7;cursor:not-allowed}.edit-monitor-save-error{margin:0 0 8px;border:1px solid #efc1c1;border-radius:8px;background:#fff6f6;color:#b64a4a;font-size:.73rem;font-weight:700;padding:8px 10px}.edit-monitor-side-card{border:1px solid #dfe7f3;border-radius:8px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:8px}.edit-monitor-side-title-link{border:0;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;text-align:left;cursor:pointer;color:#5e7599;font-size:.72rem;font-weight:500;line-height:1.2}.edit-monitor-side-title-link:hover{color:#5e7599}.edit-monitor-side-link{border:0;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;text-align:left;cursor:pointer;color:#5e7599;font-size:.72rem;font-weight:500;text-decoration:none}.edit-monitor-side-title-link.active,.edit-monitor-side-card .edit-monitor-side-link.active{color:#2f85ea;font-weight:700}@media (max-width: 1000px){.edit-monitor-page{grid-column:1;margin-top:0}.edit-monitor-content-grid{grid-template-columns:1fr}.edit-monitor-side-card{max-width:220px}}@media (max-width: 700px){.edit-monitor-card-header{flex-direction:column;align-items:stretch}.edit-monitor-meta-grid{grid-template-columns:1fr}.edit-monitor-notify-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.edit-monitor-access-form-grid,.edit-monitor-access-lists{grid-template-columns:1fr}.edit-monitor-access-row{flex-direction:column;align-items:stretch}.edit-monitor-access-row-actions{justify-content:space-between}}.app-shell.incidents-view{grid-template-columns:230px minmax(0,1fr)}.app-shell.incidents-view .panel-main{margin-top:20px}.app-shell.incidents-view .panel-main:has(.incident-detail-view){background:transparent;border:0;box-shadow:none;margin-top:8px;margin-left:0;margin-right:0;padding:0}.app-shell.incidents-view.sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.app-shell.incidents-view .incidents-table-card{width:100%}.incidents-header-row{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:12px}.incidents-header-row h1{margin:0;font-size:1.4rem;color:var(--blue);font-weight:800}.incidents-toolbar{margin-left:auto;width:fit-content;max-width:100%;background:#e7edf6;border:1px solid #d8e1ee;border-radius:12px;padding:5px;margin-bottom:10px;display:flex;align-items:center;gap:6px;justify-content:flex-start;flex-wrap:nowrap}.incidents-search-box{border:1px solid #cfd9e7;border-radius:10px;background:#fff;color:#7d90b2;flex:0 0 180px;min-width:180px;height:44px;padding:0 11px;display:inline-flex;align-items:center;gap:8px}.incidents-search-box input{border:0;outline:none;width:100%;background:transparent;font-size:.76rem}.incidents-filter-button,.incidents-icon-button{border:1px solid #cfd9e7;border-radius:10px;background:#fff;color:#3d4f72;height:44px;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.incidents-filter-button{padding:0 11px;font-size:.8rem;font-weight:500;white-space:nowrap}.incidents-filter-content{display:inline-flex;align-items:center;gap:7px;min-width:0}.incidents-icon-button{width:48px;justify-content:center;flex:0 0 48px}.incidents-filter-tags{width:168px;justify-content:space-between}.incidents-filter-tags-wrap{position:relative}.incidents-filter-tags.active{border-color:#bfd3f8;background:var(--blue-soft);color:var(--blue);font-weight:700}.incidents-tag-menu{position:absolute;top:calc(100% + 8px);right:0;width:188px;border:1px solid #dfe7f3;border-radius:10px;background:#fff;box-shadow:0 10px 18px #16264224;overflow:hidden;z-index:36}.incidents-tag-menu button{width:100%;min-height:48px;border:0;border-top:1px solid #e5ecf6;background:#fff;color:#3a4f73;padding:0 14px;display:inline-flex;align-items:center;justify-content:space-between;font-size:.82rem;font-weight:700;text-align:left;cursor:pointer}.incidents-tag-menu button:first-child{border-top:0}.incidents-tag-menu button:hover{background:#f4f8ff}.incidents-tag-menu button.selected{background:#e9f0fc;color:#1f4fa2}.incidents-tag-menu button.selected svg{color:#2f79ff}.incidents-filter-order{width:154px;font-size:.76rem;justify-content:space-between}.incidents-filter-order-wrap{position:relative}.incidents-filter-order.active{border-color:#bfd3f8;background:var(--blue-soft);color:var(--blue);font-weight:700}.incidents-sort-menu{position:absolute;top:calc(100% + 8px);right:0;width:210px;border:1px solid #dfe7f3;border-radius:10px;background:#fff;box-shadow:0 10px 18px #16264224;overflow:hidden;z-index:36}.incidents-sort-menu button{width:100%;min-height:48px;border:0;border-top:1px solid #e5ecf6;background:#fff;color:#3a4f73;padding:0 14px;display:inline-flex;align-items:center;justify-content:space-between;font-size:.82rem;font-weight:700;text-align:left;cursor:pointer}.incidents-sort-menu button:first-child{border-top:0}.incidents-sort-menu button:hover{background:#f4f8ff}.incidents-sort-menu button.selected{background:#e9f0fc;color:#1f4fa2}.incidents-sort-menu button.selected svg{color:#2f79ff}.incidents-filter-panel{width:92px;justify-content:center}.incidents-filter-panel-wrap{position:relative}.incidents-filter-panel.active{border-color:#b8caea;background:#edf3fd;color:#1f4fa2}.incidents-filter-menu{position:absolute;top:calc(100% + 8px);right:0;width:336px;max-width:min(336px,calc(100vw - 22px));border:1px solid #dfe7f3;border-radius:12px;background:#fff;box-shadow:0 10px 18px #16264224;overflow:hidden;z-index:36}.incidents-filter-options{max-height:486px;overflow:auto}.incidents-filter-option{min-height:52px;padding:0 16px;display:flex;align-items:center;gap:14px;border-bottom:1px solid #e5ecf6;color:#334a73;font-size:.91rem;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.incidents-filter-option:hover{background:#f4f8ff}.incidents-filter-option input{width:15px;height:15px;margin:0;border-radius:3px;border:1px solid #c8d6ea;background:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;flex-shrink:0}.incidents-filter-option input:checked{border-color:#2f79ff;background:#2f79ff}.incidents-filter-option input:checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.incidents-filter-option span{line-height:1.24}.incidents-filter-reset-button{width:calc(100% - 16px);min-height:42px;margin:8px;border:1px solid #d8e3f2;border-radius:10px;background:#fff;color:#3c547d;font-size:.9rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.incidents-filter-reset-button:hover{background:#f4f8ff}.incidents-filter-reset-button svg{width:16px;height:16px;stroke-width:2}.incidents-table-card,.incidents-table,.incidents-table thead th,.incidents-table tbody tr{background:#f0f4fa}.incidents-table thead tr,.incidents-table thead th{background:#edf3fd}.incidents-table-card{border:0;border-radius:0;padding:0;overflow:auto}.incidents-table{width:100%;min-width:100%;border-collapse:collapse;table-layout:auto}.incidents-table thead th{text-align:left;font-size:.76rem;font-weight:700;color:#334a73;padding:11px 14px;border-bottom:2px solid #ffffff;white-space:nowrap}.incidents-table tbody td{font-size:.75rem;color:#44567c;padding:11px 14px;border-bottom:2px solid #ffffff;white-space:nowrap}.incidents-empty-row{text-align:center;color:#5f7499;font-weight:600}.incidents-table tbody tr:last-child td{border-bottom:0}.incidents-row-clickable{cursor:pointer}.incidents-row-clickable:hover td{background:#e8effa}.incidents-row-clickable:focus-visible{outline:2px solid #9abdf3;outline-offset:-2px}.incidents-status{display:inline-flex;align-items:center;gap:8px;color:#02b86f;font-weight:700;font-size:.78rem;line-height:1}.incidents-status.ongoing{color:#d97706}.incidents-status-icon{width:16px;height:16px;border-radius:999px;background:#04be75;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.incidents-status.ongoing .incidents-status-icon{background:#f59e0b}.incidents-status-icon svg{width:9px;height:9px;stroke-width:3}.incident-detail-view{display:flex;flex-direction:column;gap:12px}.incident-detail-breadcrumb{display:inline-flex;align-items:center;gap:7px;color:#9bacc8;font-size:.78rem;margin-top:2px}.incident-detail-breadcrumb-link{border:0;background:transparent;color:#9bacc8;cursor:pointer;padding:0;font-size:.78rem}.incident-detail-breadcrumb-link:hover{color:#6f8db8;text-decoration:underline}.incident-detail-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px;background:#fff;border:0;margin-top:4px;border-radius:8px;padding:28px 20px}.incident-detail-title-wrap{display:flex;align-items:center;gap:12px;flex:1 1 420px;min-width:0}.incident-detail-status-badge{width:52px;height:52px;border-radius:999px;background:#cfe2ff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.incident-detail-status-badge-core{width:32px;height:32px;border-radius:999px;background:#8db5f7;display:inline-flex;align-items:center;justify-content:center}.incident-detail-status-badge-core:before{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:7px solid #ffffff;transform:translateY(-1px)}.incident-detail-title-copy h2{margin:0 0 4px;font-size:.98rem;line-height:1.18;color:#2c3f61;font-weight:700;overflow-wrap:anywhere}.incident-detail-title-copy{min-width:0}.incident-detail-title-copy p{margin:0;font-size:.74rem;color:#7188ad;line-height:1.3;overflow-wrap:anywhere}.incident-detail-title-copy a{color:#3f78d4;word-break:break-word}.incident-detail-title-copy>span{display:inline-block;margin-top:2px;font-size:.74rem;color:#9cafc9}.incident-detail-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:wrap;justify-content:flex-end}.incident-detail-actions button{border:none;border-radius:9px;background:#eef3fb;color:#3b4f74;min-height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;font-size:.73rem;font-weight:500;cursor:pointer}.incident-detail-actions .incident-detail-more-button{width:auto;min-height:auto;padding:0 3px;background:transparent;border:0;border-radius:0;color:#60779d;justify-content:center;box-shadow:none}.incident-detail-actions .incident-detail-more-button:hover,.incident-detail-actions .incident-detail-more-button:active,.incident-detail-actions .incident-detail-more-button:focus-visible{background:transparent;border:0;box-shadow:none}.incident-detail-content{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:10px}.incident-detail-main{display:flex;flex-direction:column;gap:12px}.incident-detail-card{background:#fff;border:1px solid #e3e9f3;border-radius:6px;padding:12px}.incident-detail-label{margin:0 0 6px;font-size:.78rem;color:#5f6f86;font-weight:700}.incident-detail-card h3{margin:0;font-size:.95rem;color:#2f425f}.incident-detail-root-cause{font-size:1.02rem}.incident-detail-root-cause-card{background:#fff;border-color:#e3e9f3;border-radius:6px;padding:12px;min-height:78px}.incident-detail-root-cause-card .incident-detail-label{margin-bottom:5px;font-size:.76rem}.incident-detail-root-cause-card .incident-detail-root-cause{font-size:1.08rem;font-weight:700}.incident-detail-two-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.incident-detail-two-cards .incident-detail-card{padding:14px 16px 12px;min-height:102px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.incident-detail-two-cards .incident-detail-label{margin-bottom:8px}.incident-detail-two-cards .incident-detail-value{margin-bottom:4px}.incident-detail-two-cards .incident-detail-meta{margin-top:0}.incident-detail-value{margin:0;font-size:.97rem;color:#2f425f;font-weight:700;line-height:1.1}.incident-detail-value.status{color:#3a73d8}.incident-detail-meta{margin:4px 0 0;font-size:.68rem;color:#9cadc5}.incident-detail-log{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:12px}.incident-detail-log li{display:flex;align-items:center;gap:10px;font-size:.78rem;color:#445675}.incident-detail-log-icon{width:24px;height:24px;border-radius:999px;border:1px solid #d6deeb;background:#f7f9fc;display:inline-flex;align-items:center;justify-content:center;color:#5d7090;flex-shrink:0}.incident-detail-activity-card{padding:15px 18px 16px}.incident-detail-activity-card h3{font-size:.95rem;font-weight:800;color:#2e3e5b;line-height:1.1}.incident-detail-activity-card .incident-detail-log{margin-top:11px;gap:12px}.incident-detail-activity-card .incident-detail-log li{font-size:.92rem;color:#2f3f5d;gap:12px;line-height:1.2;position:relative}.incident-detail-activity-card .incident-detail-log-icon{width:36px;height:36px;border:0;background:#edf1f6;color:#34435f;position:relative;z-index:1}.incident-detail-activity-card .incident-detail-log-icon svg{width:18px;height:18px;stroke-width:1.9}.incident-detail-activity-card .incident-detail-log li:not(:last-child) .incident-detail-log-icon:after{content:"";position:absolute;top:36px;left:50%;transform:translate(-50%);height:12px;border-left:2px dotted #9db0cc}.incident-detail-side{display:flex;flex-direction:column;gap:12px}.incident-detail-card.side{background:#fff;border-radius:10px;padding:12px 14px}.incident-detail-card.side h3{font-size:12px;font-weight:700;line-height:1.15}.incident-detail-side-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.incident-detail-tabs{display:inline-flex;align-items:center;gap:0;background:#e4e9f1;border-radius:9px;padding:2px}.incident-detail-tabs button{font-size:11px;color:#334a70;border-radius:7px;padding:2px 8px;line-height:1.15;font-weight:500;border:0;background:transparent;cursor:pointer}.incident-detail-tabs button.active{background:#79abf3;color:#26589f;font-weight:600}.incident-detail-tabs button:focus-visible{outline:2px solid #9abdf3;outline-offset:1px}.incident-detail-code{margin-top:7px;border-radius:7px;background:#e9eff8;color:#8fa3c2;font-size:8px;padding:8px;line-height:1.25;height:55px}.incident-detail-code-json{min-height:120px;height:auto;overflow:auto;font-size:11px;line-height:1.4;color:#41567a}.incident-detail-code-json pre{margin:0;white-space:pre;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace}.incident-detail-code.has-action{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.incident-detail-code.has-action pre{margin:0;flex:1;min-width:0}.incident-detail-code.has-action span{display:inline-block;padding-top:1px}.incident-detail-code.has-action button{border:0;background:transparent;color:#5e7398;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;cursor:pointer;width:18px;height:18px;border-radius:6px}.incident-detail-code.has-action button:hover{background:#5e739824}.incident-detail-note{margin:8px 0 0;color:#5f7499;font-size:12px;line-height:1.3}.incident-detail-note a{color:#2f67d4}.incident-detail-note-link{border:0;background:transparent;color:#2f67d4;cursor:pointer;padding:0;font:inherit;text-decoration:underline}@media (max-width: 900px){.app-shell.incidents-view{grid-template-columns:1fr}.incidents-header-row{flex-wrap:wrap;flex-direction:column;align-items:flex-start}.incidents-toolbar{width:100%;flex-wrap:wrap;justify-content:flex-start;margin-left:0}.incidents-search-box{flex:1 1 100%;min-width:0;width:100%}.incidents-filter-tags,.incidents-filter-order,.incidents-filter-panel{flex:1 1 160px;min-width:140px;width:auto}}@media (max-width: 640px){.incidents-toolbar{gap:6px;padding:6px}.incidents-search-box{flex:1 1 100%;min-width:0;width:100%}.incidents-filter-tags,.incidents-filter-order,.incidents-filter-panel{flex:1 1 100%;min-width:0}.incidents-icon-button{width:100%;flex:1 1 100%;justify-content:center}}@media (max-width: 1100px){.incident-detail-header{flex-direction:column;align-items:flex-start}.incident-detail-content{grid-template-columns:1fr}}@media (max-width: 700px){.incident-detail-two-cards{grid-template-columns:1fr}.incident-detail-actions{width:100%;flex-wrap:wrap}.incident-detail-actions button{flex:1 1 auto;justify-content:center}.incident-detail-more-button{flex:0 0 36px}}.integrations-api-page{grid-column:2 / 4;display:flex;flex-direction:column;gap:10px;margin-top:2%}.integrations-api-header h1{margin:0;font-size:1.25rem;font-weight:800;color:#1f58bb;letter-spacing:-.01em}.integrations-api-layout{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:12px;align-items:start}.integrations-api-main{display:flex;flex-direction:column;gap:10px}.integrations-api-notice{margin:0;border:1px solid transparent;border-radius:8px;min-height:36px;padding:8px 11px;display:flex;align-items:center;font-size:.8rem;font-weight:700}.integrations-api-notice.success{border-color:#cbe6d4;background:#eefaf2;color:#2f7a45}.integrations-api-search{border:1px solid #dbe4f3;border-radius:8px;background:#fff;height:40px;display:inline-flex;align-items:center;gap:8px;color:#8ea1be;padding:0 12px}.integrations-api-search svg{width:16px;height:16px;color:#8ea1be;flex-shrink:0}.integrations-api-search input{width:100%;border:0;background:transparent;color:#2f446a;font-size:.95rem;font-weight:500;outline:none}.integrations-api-search input::placeholder{color:#97a8c3}.integrations-api-list{display:flex;flex-direction:column;gap:10px}.integrations-api-card{border:1px solid #dce6f4;border-radius:8px;background:#fff;min-height:62px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.integrations-api-card-main{display:flex;align-items:center;gap:10px;min-width:0}.integration-icon{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.integration-icon-image{width:16px;height:16px;display:block}.integration-icon.slack{background:#eef3fb}.integration-icon.telegram{background:#e8f5ff}.integration-icon.webhook{color:#d84579;background:#fbe7ef}.integrations-api-card-copy{min-width:0}.integrations-api-card-copy h3{margin:0;font-size:1.1rem;color:#1f345a;font-weight:800;letter-spacing:-.01em}.integrations-api-card-copy p{margin:3px 0 0;color:#6f84a6;font-size:.78rem;line-height:1.4;font-weight:500}.integration-add-button{border:0;border-radius:6px;background:#1e5bc3;color:#fff;min-width:72px;height:30px;padding:0 10px;font-size:.78rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}.integration-add-button:hover{background:#1a51ad}.integration-add-button:disabled{opacity:1}.integration-add-button.coming-soon{border:1px solid #d7e3f4;background:#f4f8ff;color:#59739b;min-width:120px;cursor:not-allowed}.integration-add-button.coming-soon:hover{background:#f4f8ff}.integrations-api-empty{border:1px dashed #c9d7ed;border-radius:8px;background:#f4f8ff;padding:12px}.integrations-api-empty p{margin:0;color:#617898;font-size:.72rem}.integrations-api-configured{border:1px solid #dce6f4;border-radius:10px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:10px}.integrations-api-configured-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.integrations-api-configured-head h2{margin:0;font-size:.98rem;color:#1f345a;font-weight:800}.integrations-api-configured-head button{border:1px solid #dbe4f3;border-radius:7px;background:#fff;color:#345783;min-height:30px;padding:0 10px;font-size:.76rem;font-weight:800;cursor:pointer}.integrations-api-configured-head button:hover{background:#f4f8ff}.integrations-api-configured-head button:disabled{opacity:.7;cursor:not-allowed}.integrations-api-configured-feedback{margin:0;color:#617898;font-size:.8rem;font-weight:600}.integrations-api-configured-feedback.error{color:#d13963}.integrations-api-configured-list{display:flex;flex-direction:column;gap:8px}.integrations-api-configured-item{border:1px solid #dbe4f3;border-radius:8px;background:#f9fbff;padding:10px}.integrations-api-configured-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.integrations-api-configured-main{display:flex;align-items:flex-start;gap:10px;min-width:0;flex:1}.integrations-api-configured-copy{min-width:0}.integrations-api-configured-copy h3{margin:0;color:#1f345a;font-size:.92rem;font-weight:800}.integrations-api-configured-copy p{margin:3px 0 0;color:#667da1;font-size:.75rem;line-height:1.42;font-weight:600}.integrations-api-configured-copy p strong{color:#385d8f}.integrations-api-configured-copy p.endpoint{font-family:Consolas,Courier New,monospace;color:#365986;font-weight:700;word-break:break-all}.integrations-api-configured-actions{flex-shrink:0}.integrations-api-configured-actions button{border:1px solid #f2c7d3;border-radius:7px;background:#fff4f7;color:#a64060;min-height:30px;padding:0 9px;font-size:.73rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}.integrations-api-configured-actions button:hover{background:#ffe9ef;color:#8d3250}.integrations-api-configured-actions button:disabled{opacity:.72;cursor:not-allowed}.integrations-api-filter-panel{border:1px solid #dce6f4;border-radius:10px;background:#fff;padding:12px 14px;display:flex;flex-direction:column;gap:0}.integrations-api-filter{border:0;border-radius:0;background:transparent;color:#2f3f5e;font-size:.84rem;line-height:1.28;text-align:left;padding:8px 0;cursor:pointer;font-weight:500;width:100%;white-space:nowrap;overflow:visible;text-overflow:clip;display:block}.integrations-api-filter:hover{background:transparent;color:#324e7e}.integrations-api-filter.active{background:transparent;color:#2b66c5;font-weight:800}.integrations-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:42;background:#1c2c4842;display:flex;align-items:flex-start;justify-content:center;padding:28px 16px;overflow-y:auto}.integrations-modal{width:min(560px,100%);border-radius:14px;border:1px solid #dfe7f3;background:#f2f6fc;color:#2f456a;box-shadow:0 18px 42px #15274733}.integrations-modal-head{padding:20px 22px;border-bottom:1px solid #dfe7f3;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.integrations-modal-title-group{display:flex;align-items:center;gap:10px}.integration-modal-icon{width:34px;height:34px}.integration-modal-icon .integration-icon-image{width:18px;height:18px}.integrations-modal-head h2{margin:0;color:#1f345a;font-size:1.55rem;line-height:1.16;letter-spacing:-.01em;font-weight:800}.integrations-modal-head h2 span{color:#1f58bb}.integrations-modal-head button{width:30px;height:30px;border:0;border-radius:8px;background:#e7eef9;color:#6f83a7;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.integrations-modal-head button:hover{color:#3f5d8f;background:#dce7f8}.integrations-modal-form{padding:16px 22px 22px;display:flex;flex-direction:column;gap:18px}.integrations-modal-field{padding-bottom:16px;border-bottom:1px solid #e1e8f4}.integrations-modal-field label{display:block;margin-bottom:8px;color:#2f446a;font-size:.98rem;font-weight:800}.integrations-modal-field p{margin:0 0 10px;color:#6f84a6;font-size:.8rem;line-height:1.42;font-weight:500}.integrations-modal-field input,.integrations-modal-select-shell select{width:100%;border:1px solid #dbe4f3;border-radius:10px;background:#fff;color:#2f446a;min-height:42px;font-size:.9rem;font-weight:500;padding:0 12px;outline:none}.integrations-modal-field input::placeholder,.integrations-modal-select-shell select{color:#97a8c3}.integrations-modal-field input:focus,.integrations-modal-select-shell select:focus{border-color:#6f9ae0;box-shadow:0 0 0 3px #4273ce2e}.integrations-modal-select-shell{position:relative}.integrations-modal-select-shell select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px}.integrations-modal-select-shell svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#8ea1be;pointer-events:none}.integrations-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:2px}.integrations-modal-error{margin:-2px 0 0;color:#d13963;font-size:.78rem;font-weight:700}.integrations-modal-actions button{border:1px solid transparent;border-radius:10px;min-height:44px;font-size:.9rem;font-weight:800;cursor:pointer}.integrations-modal-cancel{background:#fff;border-color:#dce6f4;color:#4b638b}.integrations-modal-cancel:hover{background:#f4f8ff;color:#2f4c7b}.integrations-modal-submit{background:#1e5bc3;color:#fff}.integrations-modal-submit:hover{background:#1a51ad}.integrations-modal-actions button:disabled{opacity:.72;cursor:not-allowed}@media (max-width: 1000px){.integrations-api-page{grid-column:1;margin-top:0}.integrations-api-layout{grid-template-columns:1fr}.integrations-api-filter-panel{max-width:200px}}@media (max-width: 640px){.integrations-api-card{flex-direction:column;align-items:flex-start}.integration-add-button{width:100%}.integrations-modal-overlay{padding:12px}.integrations-modal-head,.integrations-modal-form{padding-left:14px;padding-right:14px}.integrations-modal-head h2{font-size:1.5rem}.integrations-modal-actions{grid-template-columns:1fr}.integrations-api-configured-row{flex-direction:column}.integrations-api-configured-actions,.integrations-api-configured-actions button{width:100%}}.accept-invitation-page{min-height:100vh;background:#e4e9f0;display:flex;align-items:center;justify-content:center;padding:14px}.accept-invitation-shell{width:min(560px,100%)}.accept-invitation-card{border:1px solid #dce4f0;border-radius:14px;background:#f3f6fc;padding:22px 20px}.accept-invitation-brand{margin:0;text-align:center;color:#1c57bb;font-size:1.55rem;font-weight:700}.accept-invitation-title{margin:22px 0 0;color:#2c3a57;text-align:center;font-size:2rem;line-height:1.1;font-weight:800}.accept-invitation-title span{display:block;color:#1c57bb;margin-top:8px}.accept-invitation-form{margin-top:20px;display:flex;flex-direction:column;gap:9px}.accept-invitation-form label{color:#334865;font-size:.8rem;font-weight:700}.accept-invitation-form input:not([type=checkbox]){width:100%;border:1px solid #dde3eb;border-radius:8px;background:#f7f8fa;color:#324966;height:44px;padding:0 14px;font-size:.84rem;outline:none}.accept-invitation-form input:not([type=checkbox]):focus{border-color:#9cb6e5;box-shadow:0 0 0 2px #608ad724}.accept-invitation-password-wrap{position:relative}.accept-invitation-password-wrap input{padding-right:44px}.accept-invitation-password-toggle{position:absolute;top:50%;right:11px;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:5px;background:transparent;color:#5f718f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.accept-invitation-password-toggle:hover{background:#edf1f8}.accept-invitation-remember{margin-top:2px;display:inline-flex;align-items:center;gap:8px;color:#435874;font-size:.82rem;font-weight:500}.accept-invitation-remember input[type=checkbox]{width:14px;height:14px}.accept-invitation-error{margin:2px 0 0;border:1px solid #f0c9cd;border-radius:8px;background:#fff5f7;color:#b23d4b;padding:8px 10px;font-size:.76rem;font-weight:700}.accept-invitation-field-error{margin:4px 0 0;color:#dc2626;font-size:.75rem;font-weight:600}.accept-invitation-form>button[type=submit]{margin-top:8px;border:0;border-radius:10px;height:40px;background:#1c57bb;color:#fff;font-size:.85rem;font-weight:700;cursor:pointer}.accept-invitation-form>button[type=submit]:disabled{background:#7e9fcf;cursor:not-allowed}.accept-invitation-back{margin-top:4px;border:1px solid #d3def0;border-radius:10px;height:38px;background:#edf3ff;color:#2f61ba;font-size:.8rem;font-weight:700;cursor:pointer}.password-strength{margin:8px 0;padding:10px 12px;background:#f8fafc;border-radius:8px;font-size:.72rem;border:1px solid #e2e8f0}.password-strength p{margin:0 0 6px;color:#475569;font-weight:600;font-size:.75rem}.password-strength li{position:relative;padding-left:16px;margin-bottom:3px;color:#94a3b8;transition:color .2s ease}.confirmation-code-page{min-height:100dvh;background:#e4e9f0;display:flex;align-items:center;justify-content:center;overflow-x:hidden;overflow-y:auto;position:relative}.confirmation-code-page:before,.confirmation-code-page:after{content:"";position:absolute;pointer-events:none}.confirmation-code-page:before{width:72vw;height:72vw;max-width:860px;max-height:860px;left:-22vw;top:-24vh;background:radial-gradient(circle,#8e94ff2e,#8e94ff00 70%)}.confirmation-code-page:after{width:64vw;height:64vw;max-width:760px;max-height:760px;right:-14vw;bottom:-31vh;background:radial-gradient(circle,#ecb6f629,#ecb6f600 72%)}.confirmation-code-shell{width:100%;min-height:100dvh;padding:40px 24px 24px;box-sizing:border-box;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.confirmation-code-back{position:absolute;left:44px;top:50px;width:28px;height:28px;border:0;border-radius:999px;background:#f5f8fe;color:#2a69d7;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.confirmation-code-content{width:min(100%,520px);margin-left:auto;margin-right:auto;display:flex;padding:40px 0;flex-direction:column;align-items:center}.confirmation-code-brand{margin:0;color:#1c57bb;font-size:clamp(1.05rem,1.45vw,1.65rem);font-weight:700;letter-spacing:-.01em;text-align:center}.confirmation-code-badge{margin-top:clamp(16px,3.2vh,30px);width:58px;height:58px;border-radius:9px;background:#273e6d;color:#3070dd;display:inline-flex;align-items:center;justify-content:center}.confirmation-code-badge-image{width:24px;height:24px;object-fit:contain;display:block}.confirmation-code-title{color:#2c3a57;font-size:clamp(2rem,2.45vw,2.45rem);font-weight:800;letter-spacing:-.02em;line-height:1.08;text-align:center;margin:30px 0}.confirmation-code-subtitle{width:100%;color:#6b7b95;font-size:.81rem;line-height:1.45;text-align:center;margin:20px 0}.confirmation-code-subtitle strong{color:#4a5f80;font-weight:700}.confirmation-code-form{width:100%;margin-top:26px;display:flex;flex-direction:column;align-items:center}.confirmation-code-inputs{display:flex;align-items:center;justify-content:center;gap:14px}.confirmation-code-inputs input{width:65px;height:65px;border:1px solid #d5e0f3;border-radius:10px;background:#f8f9fb;color:#1f2f4f;text-align:center;font-size:1.8rem;font-weight:700;outline:none}.confirmation-code-inputs input:focus{border-color:#2a69d7;box-shadow:0 0 0 2px #608ad724}.confirmation-code-resend{margin:10px 0 0;color:#2f4d7e;font-size:.8rem;text-align:center}.confirmation-code-resend a{color:#1d57bb;font-weight:700;text-decoration:underline}.confirmation-code-form>button{margin-top:16px;width:min(100%,266px);border:0;border-radius:8px;height:44px;background:#1c57bb;color:#fff;font-size:.94rem;font-weight:700;cursor:pointer}.confirmation-code-form>button:hover{background:#1a52b0}.confirmation-code-footer{margin-top:auto;padding-top:22px;color:#6e7f99;font-size:.72rem;line-height:1.35;text-align:center}.confirmation-code-footer strong{color:#1d57bb}@media (max-width: 800px){.confirmation-code-page{align-items:flex-start}.confirmation-code-shell{width:min(100%,calc(100vw - 14px));min-height:100dvh;padding:30px 14px 18px}.confirmation-code-back{left:14px;top:34px;width:24px;height:24px}.confirmation-code-content{width:min(100%,520px)}.confirmation-code-title{font-size:clamp(1.5rem,8vw,2rem)}.confirmation-code-subtitle{font-size:.8rem}}.forgot-password-page{min-height:100dvh;background:#e4e9f0 url(/assets/Rectangle-QxBXaRhS.png) center center / cover no-repeat;display:flex;align-items:center;justify-content:center;overflow-x:hidden;overflow-y:auto;position:relative}.forgot-password-shell{width:min(1160px,calc(100vw - 16px));min-height:100dvh;padding:34px 24px 24px;box-sizing:border-box;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.forgot-password-content{width:min(100%,660px);margin-left:auto;margin-right:auto;display:flex;flex-direction:column}.forgot-password-brand{margin:0;color:#1c57bb;font-size:clamp(1.05rem,1.45vw,1.65rem);font-weight:700;letter-spacing:-.01em;text-align:center}.forgot-password-lock{margin-top:clamp(16px,3.2vh,30px);width:44px;height:44px;border-radius:9px;margin-top:20px;background:transparent;display:inline-flex;align-items:center;justify-content:center;align-self:center}.forgot-password-lock-image{width:44px;height:44px;object-fit:contain;display:block}.forgot-password-title{margin:12px 0 0;color:#2c3a57;font-size:clamp(1.58rem,2.35vw,2.2rem);font-weight:800;letter-spacing:-.02em;line-height:1.12;text-align:center}.forgot-password-subtitle{margin:7px 0 0;width:100%;color:#6b7b95;font-size:.83rem;line-height:1.45;text-align:center}.forgot-password-subtitle strong{color:#4a5f80;font-weight:700}.forgot-password-form{padding:10px 0;width:100%;margin-top:24px;display:flex;flex-direction:column;gap:10px}.forgot-password-form label{color:#334865;font-size:.78rem;font-weight:700}.forgot-password-form .forgot-password-input-wrap+label{margin-top:46px}.forgot-password-input-wrap{position:relative}.forgot-password-input-wrap input{width:100%;height:39px;border:1px solid #dde3eb;border-radius:8px;background:#f7f8fa;color:#324966;font-size:.8rem;padding:0 42px 0 14px;outline:none;margin:0}.forgot-password-input-wrap input::placeholder{color:#a7b3c6}.forgot-password-input-wrap input:focus{border-color:#9cb6e5;box-shadow:0 0 0 2px #608ad724}.forgot-password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:26px;height:26px;border:0;border-radius:5px;background:transparent;color:#5f718f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.forgot-password-toggle:hover{background:#edf1f8}.forgot-password-form>button{margin-top:12px;border:0;border-radius:7px;height:40px;background:#1c57bb;color:#fff;font-size:.83rem;font-weight:700;cursor:pointer}.forgot-password-form>button:hover{background:#1a52b0}.forgot-password-footer{margin-top:auto;padding-top:22px;color:#6e7f99;font-size:.72rem;line-height:1.35;text-align:center}.forgot-password-footer strong{color:#1d57bb}@media (max-width: 800px){.forgot-password-page{align-items:flex-start}.forgot-password-shell{width:min(100%,calc(100vw - 14px));min-height:100dvh;padding:30px 14px 18px}.forgot-password-content{width:min(100%,520px);margin-left:auto;margin-right:auto}.forgot-password-title{font-size:clamp(1.5rem,8vw,2rem);text-align:center}.forgot-password-subtitle{font-size:.8rem;text-align:center}.forgot-password-form{margin-top:20px}.forgot-password-footer{text-align:center}}.login-page{min-height:100vh;padding:0;background:#e4e9f0;display:flex;align-items:center;justify-content:center}.login-shell{width:min(1320px,calc(100vw - 16px));min-height:calc(100vh - 12px);border:0;background:#e4e9f0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;padding:20px;align-items:start}.login-left{width:100%;max-width:560px;margin:0 auto;display:flex;flex-direction:column;min-height:min(680px,calc(100vh - 48px));padding:0}.login-brand{margin:12px 0 0;text-align:center;color:#1c57bb;font-size:clamp(1.1rem,1.55vw,1.95rem);font-weight:700;letter-spacing:-.01em}.login-title{width:min(100%,372px);margin:clamp(74px,12vh,122px) auto 0;color:#2c3a57;text-align:center;font-size:clamp(1.72rem,3.05vw,2.78rem);line-height:1.08;letter-spacing:-.02em;font-weight:800}.login-title span{display:block;color:#1c57bb;margin-top:8px}.login-form{width:min(100%,540px);margin:clamp(12px,2.6vh,22px) auto 0;display:flex;flex-direction:column;gap:9px}.login-form label{color:#334865;font-size:.8rem;font-weight:700;margin-top:6px}.login-form input:not([type=checkbox]){width:100%;border:1px solid #dde3eb;border-radius:8px;background:#f7f8fa;color:#324966;height:46px;padding:0 14px;font-size:.84rem;outline:none}.login-form input:not([type=checkbox])::placeholder{color:#a7b3c6}.login-form input:not([type=checkbox]):focus{border-color:#9cb6e5;box-shadow:0 0 0 2px #608ad724}.login-password-wrap{position:relative}.login-password-wrap input{padding-right:46px}.login-password-toggle{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:5px;background:transparent;color:#5f718f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.login-password-toggle:hover{background:#edf1f8}.login-meta-row{margin-top:2px;display:flex;align-items:center;justify-content:space-between;gap:10px}.login-remember{display:inline-flex;align-items:center;gap:9px;color:#435874;font-size:.82rem;font-weight:500}.login-remember .login-remember-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;width:14px!important;height:14px!important;min-width:14px;min-height:14px;max-width:14px;max-height:14px;padding:0!important;margin:0;box-sizing:border-box;flex:0 0 14px;border:1px solid #d3dae7;border-radius:0!important;background:#f0f3f8;background-image:none;box-shadow:none;position:relative;cursor:pointer}.login-remember .login-remember-checkbox:focus{outline:none;box-shadow:0 0 0 1px #9cb6e5}.login-remember .login-remember-checkbox:checked{background:#1c57bb;border-color:#1c57bb}.login-remember .login-remember-checkbox:checked:after{content:"";position:absolute;left:4px;top:1px;width:3px;height:7px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.login-meta-row a{color:#1d57bb;font-size:.82rem;text-decoration:none}.login-meta-row a:hover{text-decoration:underline}.login-form>button{margin-top:10px;border:0;border-radius:10px;height:40px;background:#1c57bb;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:0;cursor:pointer}.login-buttons-row{margin-top:10px;display:flex;gap:12px}.login-btn-primary{flex:1;border:0;border-radius:10px;height:40px;background:#1c57bb;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:0;cursor:pointer;transition:background .2s ease}.login-btn-primary:hover{background:#1a52b0}.login-btn-primary:disabled{background:#7e9fcf;cursor:not-allowed}.login-btn-secondary{flex:1;border:1px solid #1c57bb;border-radius:10px;height:40px;background:transparent;color:#1c57bb;font-size:.85rem;font-weight:700;letter-spacing:0;cursor:pointer;transition:all .2s ease}.login-btn-secondary:hover{background:#1c57bb14}.login-btn-secondary:disabled{border-color:#9cb6e5;color:#9cb6e5;cursor:not-allowed;background:transparent}.login-form-error{margin:4px 0 0;color:#b33a3a;font-size:.78rem;font-weight:600}.login-footer{width:min(100%,540px);margin-left:auto;margin-right:auto;margin-top:auto;padding-top:20px;color:#6e7f99;font-size:.74rem;line-height:1.35;text-align:center}.login-footer strong{color:#1d57bb}.login-visual{position:relative;border-radius:16px;border:0;background:#fefefe;overflow:hidden;padding:14px;width:100%;height:min(680px,calc(100vh - 48px));min-height:620px}.login-visual-grid{position:relative;z-index:1;height:100%;display:grid;background:#edf1f8;grid-template-columns:41.8% 1.5% 30.5% 1.5% 24.7%;grid-template-rows:30.8% 1.2% 7% 1.2% 13.7% 1.2% 22.1% 1.5% 21.3%;gap:0;overflow:hidden}.login-visual-grid:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;box-shadow:inset -2px 0 #edf1f8,inset 0 -2px #edf1f8}.visual-card{border-radius:0;overflow:hidden;background:#f4f7fd;border:0}.visual-card img{width:100%;height:100%;object-fit:fill;display:block;opacity:.985;transform:scale(1.01);transform-origin:center}.visual-card-a{grid-column:1 / 2;grid-row:1 / 2}.visual-card-b{grid-column:3 / 6;grid-row:1 / 4}.visual-card-c{grid-column:1 / 2;grid-row:3 / 6}.visual-card-d{grid-column:3 / 6;grid-row:5 / 8}.visual-card-e{grid-column:1 / 2;grid-row:7 / 8}.visual-card-f{grid-column:1 / 2;grid-row:9 / 10}.visual-card-g{grid-column:3 / 4;grid-row:9 / 10}.visual-card-h{grid-column:5 / 6;grid-row:9 / 10}.login-visual-overlay{position:absolute;top:8px;right:8px;bottom:8px;left:8px;z-index:2;width:calc(100% - 16px);height:calc(100% - 16px);object-fit:cover;opacity:.37;mix-blend-mode:normal;filter:saturate(1.02);pointer-events:none}.login-visual:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;z-index:3;background:#ffffff0f;pointer-events:none}@media (max-width: 1100px){.login-shell{grid-template-columns:1fr;min-height:calc(100vh - 6px);padding:18px 14px;border:0}.login-left{max-width:100%;min-height:auto;padding:0}.login-title{margin-top:34px}.login-visual{display:none}.login-footer{margin-top:28px;padding-top:0}}@media (max-width: 640px){.login-page{padding:0}.login-shell{border:0;border-radius:0;padding:20px 12px}.login-title{font-size:clamp(2rem,10vw,2.55rem)}.login-meta-row{flex-direction:column;align-items:flex-start}.login-form>button{width:100%}}.login-modal-back{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#64748b;border-radius:8px;cursor:pointer;transition:all .2s ease}.login-modal-back:hover{background:#f1f5f9;color:#334155}.login-modal-resend{display:block;width:100%;margin-top:12px;padding:10px;border:none;background:transparent;color:#3b82f6;font-size:.875rem;cursor:pointer;transition:color .2s ease}.login-modal-resend:hover:not(:disabled){color:#2563eb;text-decoration:underline}.login-modal-resend:disabled{color:#94a3b8;cursor:not-allowed}.password-strength{margin:16px 0;padding:12px;background:#f8fafc;border-radius:8px;font-size:.75rem}.password-strength p{margin:0 0 8px;color:#475569;font-weight:500}.password-strength ul{margin:0;padding-left:16px;list-style:none}.password-strength li{position:relative;padding-left:16px;margin-bottom:4px;color:#94a3b8;transition:color .2s ease}.password-strength li:before{content:"✗";position:absolute;left:0;font-size:.625rem}.password-strength li.valid{color:#059669}.password-strength li.valid:before{content:"✓"}.login-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1c57bb66,#25365a99);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.login-modal-container{background:linear-gradient(180deg,#fff,#f8fbff);border-radius:20px;box-shadow:0 25px 80px #1c57bb40,0 10px 30px #0000001a,inset 0 1px #fffc;width:100%;max-width:440px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1);border:1px solid rgba(156,182,229,.3)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.login-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 20px;background:linear-gradient(135deg,#1c57bb,#2d6bc9);position:relative;overflow:hidden}.login-modal-header:before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);transform:translate(30%,-30%)}.login-modal-header h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0;display:flex;align-items:center;gap:10px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.login-modal-header h2:before{content:"👤";font-size:1.4rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.login-modal-close{background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;padding:8px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .25s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-modal-close:hover{background:#ffffff40;transform:rotate(90deg);box-shadow:0 4px 12px #00000026}.login-modal-body{padding:28px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.login-modal-body::-webkit-scrollbar{display:none}.login-modal-description{margin:0 0 24px;color:#475569;font-size:.9rem;line-height:1.6;text-align:center;padding:0 8px}.login-modal-label{display:flex;align-items:center;gap:6px;color:#1e293b;font-size:.85rem;font-weight:600;margin-top:18px;margin-bottom:8px}.login-modal-label:after{content:"*";color:#dc2626;font-size:.75rem}.login-modal-label:last-of-type:after{content:none}.login-modal-input,.login-modal-textarea{width:100%;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#1e293b;padding:14px 16px;font-size:.95rem;outline:none;font-family:inherit;transition:all .25s ease}.login-modal-input::placeholder,.login-modal-textarea::placeholder{color:#94a3b8;font-size:.9rem}.login-modal-input:hover,.login-modal-textarea:hover{border-color:#cbd5e1}.login-modal-input:focus,.login-modal-textarea:focus{border-color:#1c57bb;box-shadow:0 0 0 4px #1c57bb1a;background:#fff}.login-modal-input-error{border-color:#dc2626!important;background:#fef2f2!important}.login-modal-input-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 4px #dc26261a!important}.login-modal-field-error{margin:8px 0 0;color:#dc2626;font-size:.82rem;font-weight:500;display:flex;align-items:center;gap:4px;animation:fadeInError .2s ease}.login-modal-field-error:before{content:"⚠";font-size:.9rem}@keyframes fadeInError{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.login-modal-textarea{resize:vertical;min-height:100px}.login-modal-error{margin:16px 0 0;color:#dc2626;font-size:.88rem;font-weight:600;background:linear-gradient(135deg,#fef2f2,#fee2e2);padding:14px 16px;border-radius:10px;border-left:4px solid #dc2626;display:flex;align-items:center;gap:8px;animation:shake .5s ease}.login-modal-error:before{content:"⚠️";font-size:1.1rem}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.login-modal-success{margin:16px 0 0;color:#16a34a;font-size:.88rem;font-weight:600;background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:14px 16px;border-radius:10px;border-left:4px solid #16a34a;display:flex;align-items:center;gap:8px;animation:successPop .4s ease}.login-modal-success:before{content:"✅";font-size:1.1rem}@keyframes successPop{0%{transform:scale(.95);opacity:0}50%{transform:scale(1.02)}to{transform:scale(1);opacity:1}}.login-modal-submit{width:100%;margin-top:24px;border:0;border-radius:12px;height:50px;background:linear-gradient(135deg,#1c57bb,#2d6bc9,#1c57bb);background-size:200% 100%;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #1c57bb59,0 2px 4px #0000001a;position:relative;overflow:hidden}.login-modal-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.login-modal-submit:hover:not(:disabled){background-position:100% 0;transform:translateY(-2px);box-shadow:0 8px 25px #1c57bb73,0 4px 8px #00000026}.login-modal-submit:hover:not(:disabled):before{left:100%}.login-modal-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 14px #1c57bb59}.login-modal-submit:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;color:#94a3b8}@media (max-width: 480px){.login-modal-overlay{padding:16px;align-items:flex-end}.login-modal-container{border-radius:20px 20px 0 0;max-height:85vh;animation:modalSlideUpMobile .35s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.login-modal-header{padding:20px 24px}.login-modal-body{padding:24px}}.maintenance-main-panel{gap:14px}.maintenance-header-actions{display:inline-flex;gap:8px}.maintenance-header-actions .primary-button{border-radius:10px}.maintenance-filter-bar{flex-wrap:nowrap;row-gap:0}.maintenance-chip-row{flex-wrap:nowrap;flex-shrink:0}.maintenance-search-row{flex:1 1 auto;min-width:0;flex-wrap:nowrap;justify-content:flex-end}.maintenance-search-box{flex:1 1 340px;min-width:220px}.maintenance-filter-bar .bulk-actions-wrap,.maintenance-filter-bar .monitor-tag-wrap,.maintenance-filter-bar .monitor-sort-wrap,.maintenance-filter-bar .monitor-filter-trigger{flex-shrink:0}.maintenance-success{border-color:#b5dfc0;background:#f4fcf6;color:#237242}.maintenance-hero{border:1px solid var(--line);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:1.2fr 1fr;background:linear-gradient(120deg,#f7faff,#eef4ff 55%,#eef8ff);min-height:340px}.maintenance-hero-copy{padding:28px;color:var(--text);display:flex;flex-direction:column;gap:14px}.maintenance-hero-eyebrow{margin:0;font-size:.79rem;letter-spacing:.06em;text-transform:uppercase;color:#5f78a3;font-weight:700}.maintenance-hero-copy h2{margin:0;font-size:clamp(1.7rem,3.1vw,2.8rem);line-height:1.08;color:#24365a}.maintenance-hero-copy h2 span{color:var(--blue)}.maintenance-hero-copy p{margin:0;max-width:52ch;color:#3f5782;line-height:1.5;font-size:.92rem}.maintenance-hero-copy ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:9px}.maintenance-hero-copy li{border:1px solid #cddcf3;background:#f8fbff;border-radius:999px;padding:7px 12px;font-size:.76rem;font-weight:700;color:#355583}.maintenance-hero-note{color:#2d62be!important;font-weight:600}.maintenance-create-card{margin:16px;border:1px solid var(--line);border-radius:12px;background:var(--card);padding:16px;display:flex;flex-direction:column;gap:10px;color:var(--text)}.maintenance-create-card h3{margin:0 0 6px;font-size:1.03rem}.maintenance-create-card label{display:flex;flex-direction:column;gap:5px;font-size:.78rem;font-weight:600;color:#496189}.maintenance-create-card input,.maintenance-create-card select,.maintenance-create-card textarea{border:1px solid var(--line);background:#fff;color:var(--text);border-radius:8px;min-height:38px;padding:0 10px;font-size:.83rem;outline:none}.maintenance-create-card textarea{min-height:84px;resize:vertical;padding:10px}.maintenance-create-card input:focus,.maintenance-create-card select:focus,.maintenance-create-card textarea:focus{border-color:#b8cdef;box-shadow:0 0 0 2px #7ca4e433}.maintenance-create-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.maintenance-create-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.maintenance-create-actions .chip-button{height:34px}.maintenance-create-actions .primary-button{height:34px;border-radius:10px}.maintenance-weekdays{border:1px solid #d5e3f7;border-radius:10px;padding:8px;background:#f8fbff}.maintenance-weekdays p{margin:0 0 8px;font-size:.74rem;color:#6a82ac;font-weight:700}.maintenance-weekday-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.maintenance-weekday-grid button{border:1px solid #d4e0f2;background:#fff;color:#4f6792;height:30px;border-radius:999px;font-size:.74rem;font-weight:700;cursor:pointer}.maintenance-weekday-grid button.active{border-color:#bdd1f2;background:var(--blue-soft);color:var(--blue)}.maintenance-window-row{border:1px solid #d4e3f7;border-radius:10px;background:#fff;padding:11px 12px;display:grid;grid-template-columns:minmax(0,1fr) 120px 220px 86px auto;gap:10px;align-items:center}.maintenance-window-row.selected{border-color:#bfd3f8;background:#f8fbff}.maintenance-window-main{min-width:0;display:flex;align-items:center;gap:8px}.maintenance-window-copy{min-width:0}.maintenance-window-copy strong,.maintenance-window-copy p,.maintenance-window-copy span{margin:0;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.maintenance-window-copy strong{font-size:.85rem;color:#243f6a}.maintenance-window-copy p{font-size:.77rem;color:#4f6690}.maintenance-window-copy span{font-size:.73rem;color:#8295b7}.maintenance-status-pill{justify-self:start;border-radius:999px;border:1px solid #d2deef;background:#f0f5ff;color:#31507e;padding:6px 11px;font-size:.72rem;font-weight:700}.maintenance-status-pill.ongoing{border-color:#eab891;background:#fff3e8;color:#af5f2b}.maintenance-status-pill.paused{border-color:#d8ddeb;background:#f5f7fb;color:#5f6f8f}.maintenance-status-pill.completed{border-color:#bde7c7;background:#eefaf2;color:#2e8051}.maintenance-window-time{min-width:0}.maintenance-window-time strong,.maintenance-window-time span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.maintenance-window-time strong{font-size:.78rem;color:#2f4a73}.maintenance-window-time span{font-size:.74rem;color:#7c90b4}.maintenance-window-duration{font-size:.78rem;color:#4d648d;font-weight:700}.maintenance-window-actions{justify-self:end;display:inline-flex;align-items:center;gap:6px}.maintenance-window-actions button{border:1px solid #d7e4f7;background:#f4f8ff;color:#3d5786;width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.maintenance-window-actions button:hover{border-color:#b7caf0;background:#e8f0ff}.maintenance-window-actions button.danger{color:#a14c5a;background:#fff3f5;border-color:#efc6cf}.maintenance-status-grid{margin-top:10px}@media (max-width: 1380px){.maintenance-hero{grid-template-columns:1fr}.maintenance-create-card{margin-top:0}}@media (max-width: 1100px){.maintenance-filter-bar{flex-wrap:wrap;row-gap:8px}.maintenance-chip-row{width:100%;flex-wrap:wrap}.maintenance-search-row{width:100%;flex-wrap:wrap;justify-content:flex-start}.maintenance-window-row{grid-template-columns:1fr;align-items:stretch;gap:8px}.maintenance-window-actions{justify-self:start}}@media (max-width: 700px){.maintenance-chip-row,.maintenance-search-row{width:100%}.maintenance-search-box{min-width:0;width:100%}.maintenance-create-grid{grid-template-columns:1fr}.maintenance-weekday-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.monitor-details-page{grid-column:2 / 4;display:flex;flex-direction:column;gap:12px;margin-top:2%;min-width:0}.monitor-details-breadcrumb{display:inline-flex;align-items:center;gap:6px;color:#7a8cae;font-size:.75rem}.monitor-details-back{border:0;background:transparent;color:#7a8cae;display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:0}.monitor-details-back:hover{color:#4e648f}.monitor-details-separator{color:#9fb0cf}.monitor-details-header-card{border:1px solid #dfe7f3;border-radius:12px;background:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.monitor-details-title-wrap{display:flex;align-items:center;gap:10px;min-width:0}.monitor-details-logo{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#cfe0ff}.monitor-details-logo span{width:18px;height:18px;border-radius:50%;background:#8fb2ed;display:inline-block;position:relative}.monitor-details-logo span:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:5px solid #fff}.monitor-details-copy h2{font-size:.92rem;margin:0;color:#26395f;line-height:1.25}.monitor-details-copy p{margin:2px 0 0;color:#7790b6;font-size:.7rem;display:inline-flex;align-items:center;gap:5px;flex-wrap:wrap}.monitor-details-subline{display:inline-flex;align-items:center;gap:5px}.monitor-details-link{color:#2f85ea;text-decoration:none}.monitor-details-link:hover{color:#2968da;text-decoration:underline}.monitor-details-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:nowrap;margin-left:auto}.monitor-details-actions .monitor-action-button{border:0px solid #dce6f5;background:#f6f9ff;color:#4f648c;border-radius:8px;height:32px;padding:0 11px;font-size:.72rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;line-height:1.1;white-space:nowrap;cursor:pointer}.monitor-details-actions .monitor-action-button svg{width:14px;height:14px;flex-shrink:0}.monitor-details-actions .monitor-action-button .material-symbols-outlined{font-family:Material Symbols Outlined;width:16px;height:16px;display:inline-block;font-size:16px!important;line-height:1;margin:0;padding:0;vertical-align:middle;flex-shrink:0;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.monitor-pause-icon{font-size:17px!important}.monitor-details-actions button.monitor-details-more-button{border:0;background:transparent;border-radius:8px;width:28px;height:28px;min-width:28px;min-height:28px;padding:0;justify-content:center;gap:0;cursor:pointer}.monitor-details-actions button.monitor-details-more-button:hover{background:#f1f6ff}.monitor-details-actions button.monitor-details-more-button svg{color:#8ea2bf}.monitor-details-more-menu{position:relative}.monitor-details-more-menu-popover{position:absolute;top:calc(100% + 6px);right:0;min-width:168px;border:1px solid #d6e1f1;background:#fff;border-radius:10px;box-shadow:0 10px 30px #1f3d6e24;padding:6px;z-index:30}.monitor-details-more-menu-popover button{width:100%;border:0;border-radius:8px;background:transparent;color:#4b6289;font-size:.72rem;font-weight:600;text-align:left;padding:8px 10px;cursor:pointer}.monitor-details-more-menu-popover button:hover{background:#f3f7ff}.monitor-details-more-menu-popover button.danger{color:#cb4040}.monitor-details-more-menu-popover button.danger:hover{background:#fff1f1}.monitor-details-stats-grid,.monitor-details-ranges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-width:0}.monitor-details-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.monitor-details-stats-grid article{border:1px solid #dfe7f3;border-radius:12px;background:#fff;padding:12px;min-height:88px}.monitor-details-stats-grid h3,.monitor-details-ranges h3{font-size:.74rem;color:#8799b6;margin:0}.monitor-details-stats-grid p,.monitor-details-ranges p{margin:7px 0 2px;font-size:.86rem;font-weight:700;color:#2c3f66}.monitor-details-stats-grid span,.monitor-details-ranges span{font-size:.68rem;color:#7f93b7}.monitor-details-stats-grid .status-up{color:#2f85ea}.monitor-details-stats-grid .status-down{color:#dd4f4f}.monitor-last24-card .stat-row-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.monitor-last24-card .stat-row-head strong{color:#5f7397;font-size:.72rem;font-weight:700;margin-left:auto}.mini-history{display:grid;align-items:center;width:100%;gap:0;margin:7px 0 6px;overflow:hidden;padding-inline:2px;min-height:18px}.mini-history-bar{width:100%;max-width:5px;height:14px;border-radius:2px;min-width:0;justify-self:center}.mini-history-bar.up{background:#3b82f6}.mini-history-bar.down{background:#dd4f4f}.mini-history-bar.warning{background:#f0a35c}.monitor-details-ranges-card{border:1px solid #dfe7f3;border-radius:12px;background:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;min-width:0}.range-cell{padding:12px;min-height:86px;min-width:0}.range-cell+.range-cell{border-left:1px solid #e5edf9}.range-cell h3{font-size:.74rem;color:#8799b6;margin:0}.range-cell p{margin:7px 0 2px;font-size:.86rem;font-weight:700;color:#2c3f66}.range-cell span{font-size:.68rem;color:#7f93b7}.range-cell:nth-child(1) p,.range-cell:nth-child(2) p{color:#2f85ea}.range-inline-link{font-size:.68rem;color:#2f85ea;text-decoration:underline}.range-inline-link:hover{color:#2968da}.range-picker-button{border:0px solid #d9e3f5;border-radius:8px;background:#f8fbff;color:#6e85ab;font-size:.72rem;padding:5px 8px;width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:5px;margin-bottom:6px;cursor:pointer}.range-picker-button svg:last-child{margin-left:auto}.monitor-details-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:10px;min-width:0}.monitor-details-data-error{margin:0;border:1px solid #e7b4b4;border-radius:10px;background:#fff8f8;color:#a33f3f;padding:9px 12px;font-size:.76rem;font-weight:700}.monitor-details-action-feedback{margin:0;border:1px solid #dce9ff;border-radius:10px;background:#f5f9ff;color:#3c5f97;padding:9px 12px;font-size:.75rem;font-weight:700}.monitor-details-main-column{display:flex;flex-direction:column;gap:10px;min-width:0}.monitor-details-response{border:1px solid #dfe7f3;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 24px #2f3d6e0a;padding:12px;min-width:0}.response-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:10px}.response-header h3{margin:0;font-size:.94rem;color:#2a3d64}.response-range-menu-wrap{position:relative;margin-left:auto;flex-shrink:0}.response-range-button{border:1px solid #d9e3f5;border-radius:10px;background:linear-gradient(180deg,#fff,#f4f8ff);color:#55729a;font-size:.72rem;font-weight:700;min-width:148px;padding:6px 10px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;line-height:1;cursor:pointer;box-shadow:inset 0 1px #ffffffc7;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.response-range-button:hover{border-color:#b9cdf6;color:#35527f}.response-range-button.open{border-color:#b8cbec;background:#eef4ff;color:#244c95}.response-range-button svg:last-child{transition:transform .18s ease}.response-range-button.open svg:last-child{transform:rotate(180deg)}.response-range-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:176px;border:1px solid #d6e1f1;border-radius:12px;background:#fff;box-shadow:0 12px 28px #1f3d6e24;padding:6px;z-index:20}.response-range-menu-item{width:100%;border:0;border-radius:8px;background:transparent;color:#4b6289;font-size:.72rem;font-weight:600;text-align:left;padding:8px 10px;cursor:pointer}.response-range-menu-item:hover{background:#f3f7ff}.response-range-menu-item.selected{background:#eaf2ff;color:#204b96}.response-chart-layout{display:grid;grid-template-columns:52px minmax(0,1fr);column-gap:8px;align-items:stretch}.response-y-axis{padding-top:8px;display:flex;flex-direction:column;justify-content:space-between}.response-y-axis span{font-size:.68rem;color:#7e92b4;line-height:1}.response-chart-wrap{min-width:0}.response-chart{position:relative;border:1px solid #e5edf8;border-radius:14px;background:linear-gradient(180deg,#2f79ff0d,#2f79ff04);height:120px;overflow:visible;box-shadow:inset 0 1px #ffffffd9}.response-chart svg{width:100%;height:100%;display:block}.response-grid line{stroke:#e5edf9;stroke-width:1;stroke-dasharray:4 8}.response-area{pointer-events:none}.response-line{filter:drop-shadow(0 4px 10px rgba(47,121,255,.16))}.response-point-hit{fill:transparent;stroke:transparent;pointer-events:all;cursor:pointer}.response-point{pointer-events:none;transition:r .14s ease,stroke .14s ease,stroke-width .14s ease,filter .14s ease}.response-point.latest,.response-point.active{filter:drop-shadow(0 0 0 rgba(0,0,0,0))}.response-chart-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:0 14px;text-align:center;color:#6e85ab;font-size:.74rem;font-weight:700;background:linear-gradient(180deg,#ffffffa3,#ffffff38);pointer-events:none}.response-chart-tooltip{position:absolute;z-index:5;min-width:150px;max-width:min(220px,calc(100vw - 32px));padding:10px 12px;border:1px solid #d7e4f7;border-radius:12px;background:#fffffffa;box-shadow:0 14px 30px #1f3d6e2e;color:#2a3d64;pointer-events:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.response-chart-tooltip.above{transform:translate(-50%,calc(-100% - 12px))}.response-chart-tooltip.below{transform:translate(-50%,12px)}.response-chart-tooltip-time{display:block;margin-bottom:6px;font-size:.68rem;font-weight:700;color:#6d82a7}.response-chart-tooltip-row{display:flex;align-items:center;gap:8px;min-width:0}.response-chart-tooltip strong{font-size:.9rem;color:#24385f;white-space:nowrap}.response-chart-tooltip-status{margin-left:auto;font-size:.7rem;font-weight:700;color:#5b7096;white-space:nowrap}.response-chart-tooltip-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.response-chart-tooltip-dot.up{background:#2f79ff}.response-chart-tooltip-dot.down{background:#eb6e6e}.response-x-axis{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.response-x-axis span{font-size:.68rem;color:#7e92b4;line-height:1.1;white-space:nowrap}.response-metrics{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.response-metrics article{padding:12px 10px 0;display:flex;flex-direction:column;gap:3px}.response-metrics article+article{border-left:1px solid #e6edf8}.metric-value{display:inline-flex;align-items:center;gap:8px}.response-metrics strong{font-size:1rem;color:#2c3f66}.response-metrics span{font-size:.8rem;color:#4b6289}.metric-average strong{color:#2c3f66}.metric-min strong{color:#1aa97c}.metric-max strong{color:#d95b5b}.metric-average .metric-value svg{color:#95a8c7}.metric-min .metric-value svg{color:#23bf92}.metric-max .metric-value svg{color:#eb6e6e}.monitor-details-side{display:flex;flex-direction:column;gap:10px;min-width:0}.monitor-side-card{border:0px solid #dfe7f3;border-radius:10px;background:#fff;padding:10px;min-width:0}.monitor-side-card h3{margin:0 0 7px;font-size:.76rem}.monitor-side-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.monitor-side-card-head h3{margin-bottom:0}.material-symbols-outlined.side-card-settings-icon{font-family:Material Symbols Outlined;font-size:13px;line-height:1;color:#8ea2bf;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.side-card-settings-button{border:0;background:transparent;width:22px;height:22px;border-radius:6px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.side-card-settings-button:hover{background:#f2f6ff}.side-card-settings-button:disabled{cursor:default;opacity:.55}.monitor-side-card p{margin:0;font-size:.68rem;color:#8298ba;line-height:1.45}.monitor-side-card>button{margin-top:9px;border:0;background:#2f7deb;color:#fff;border-radius:8px;padding:7px 9px;font-size:.7rem;display:inline-flex;align-items:center;gap:5px;cursor:pointer;transition:background-color .16s ease}.monitor-side-card>button:hover{background:#236fda}.notify-row{display:flex;align-items:center;gap:5px}.avatar{width:22px;height:22px;border-radius:50%;background:linear-gradient(145deg,#203d6d,#4c77be);color:#fff;font-size:.62rem;display:inline-flex;align-items:center;justify-content:center}.users-icon{background:#ecf2fe;color:#4a6ea7}.monitor-details-incidents{border:0px solid #dfe7f3;border-radius:12px;background:#fff;padding:10px 12px;min-width:0}.incidents-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.incidents-header h3{margin:0;font-size:.94rem}.incidents-header button{border:0;background:#f8fbff;color:#6e85ab;border-radius:8px;font-size:.68rem;padding:5px 8px;display:inline-flex;align-items:center;gap:5px}.incidents-table{border-top:1px solid #e3ebf7;overflow-x:auto}.incidents-table-head,.incidents-row{display:grid;grid-template-columns:160px 1fr 1fr 120px;gap:10px;align-items:center;padding:9px 0;min-width:560px}.incidents-table-head{font-size:.7rem;font-weight:700;color:#5b7096}.incidents-row{border-top:1px solid #edf2fb;font-size:.69rem;color:#7b90b2}.resolved-pill{color:#119e67;font-weight:700;display:inline-flex;align-items:center;gap:6px}.resolved-pill.ongoing{color:#d97706}.resolved-dot{width:12px;height:12px;border-radius:999px;background:#16b878;display:inline-block;position:relative;flex-shrink:0}.resolved-dot.ongoing{background:#f59e0b}.resolved-dot:after{content:"";position:absolute;width:5px;height:3px;border-left:1.6px solid #fff;border-bottom:1.6px solid #fff;transform:rotate(-45deg);left:3px;top:3px}@media (max-width: 1100px){.monitor-details-content-grid{grid-template-columns:1fr}.monitor-details-side{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.monitor-details-page{grid-column:1;margin-top:0}.monitor-details-actions{flex-wrap:wrap}.monitor-details-stats-grid{grid-template-columns:1fr}.monitor-details-ranges-card{grid-template-columns:repeat(2,minmax(0,1fr))}.range-cell{border-left:0;border-top:1px solid #e5edf9}.range-cell:nth-child(1),.range-cell:nth-child(2){border-top:0}.range-cell:nth-child(odd){border-right:1px solid #e5edf9}.monitor-details-side{grid-template-columns:1fr}}@media (max-width: 680px){.monitor-details-header-card{align-items:flex-start}.response-chart-layout{grid-template-columns:1fr}.response-y-axis{display:none}.response-range-menu-wrap{margin-left:0}.response-metrics{grid-template-columns:1fr}.response-metrics article{padding:10px 0 0}.response-metrics article+article{border-left:0;border-top:1px solid #e6edf8}.monitor-details-ranges-card{grid-template-columns:1fr}.range-cell{border-right:0}.range-cell:nth-child(odd){border-right:0}.range-cell:first-child{border-top:0}.incidents-table-head,.incidents-row{grid-template-columns:1fr;gap:4px;min-width:0}}.new-monitor-page{grid-column:2 / 4;display:flex;flex-direction:column;gap:12px;margin-top:2%}.new-monitor-breadcrumb{display:inline-flex;align-items:center;gap:6px;color:#7a8cae;font-size:.75rem}.new-monitor-breadcrumb-link{border:0;background:transparent;color:#7a8cae;padding:0;cursor:pointer;font-size:inherit}.new-monitor-breadcrumb-link:hover{color:#4e648f}.new-monitor-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:12px;align-items:start}.new-monitor-main{display:flex;flex-direction:column;gap:12px}.new-monitor-card{border:1px solid #dfe7f3;border-radius:10px;background:#fff;padding:14px}.new-monitor-type-picker{position:relative}.new-monitor-type-selector{border:1px solid #dfe7f3;border-radius:8px;background:#f3f6fc;padding:12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;cursor:pointer}.new-monitor-type-selector:focus-visible{outline:2px solid rgba(82,133,219,.4);outline-offset:2px}.new-monitor-type-badge{border:2px solid #8bb1ea;border-radius:6px;color:#6c9de8;background:#ebf3ff;padding:10px 8px;font-size:.9rem;font-weight:700;line-height:1}.new-monitor-type-copy h2{margin:0;color:#2a3f67;font-size:.95rem;font-weight:800}.new-monitor-type-copy p{margin:5px 0 0;color:#8ca0be;font-size:.71rem}.new-monitor-type-toggle{display:inline-flex;align-items:center;justify-content:center}.new-monitor-type-toggle-button{border:0;background:transparent;color:#4c6287;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.new-monitor-type-toggle-button svg{transition:transform .2s ease}.new-monitor-type-toggle-button svg.open{transform:rotate(180deg)}.new-monitor-type-panel{margin-top:8px;border:1px solid #d7e2f2;border-radius:8px;background:#fff;overflow:hidden}.new-monitor-type-option{width:100%;border:0;border-top:1px solid #e7edf9;background:transparent;padding:10px 12px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;text-align:left;cursor:pointer}.new-monitor-type-option:first-child{border-top:0}.new-monitor-type-option:hover{background:#f2f7ff}.new-monitor-type-option.active{background:#eaf2ff}.new-monitor-type-option-badge{border:1px solid #90b6f1;border-radius:6px;color:#6c9de8;background:#ebf3ff;padding:7px 6px;font-size:.78rem;font-weight:700;line-height:1}.new-monitor-type-option-copy{display:flex;flex-direction:column;gap:4px}.new-monitor-type-option-copy strong{color:#223a63;font-size:.84rem}.new-monitor-type-option-copy span{color:#768cad;font-size:.7rem;line-height:1.35}.new-monitor-separator{height:1px;background:#e6edf8;margin:14px 0}.new-monitor-field label,.new-monitor-notify h3,.new-monitor-card h3{display:block;margin:0;color:#172744;font-size:.78rem;font-weight:700}.new-monitor-input{margin-top:8px;width:100%;border:1px solid #e2ebf7;border-radius:6px;background:#f3f7fd;color:#2a3f67;font-size:.75rem;height:32px;padding:0 10px;outline:none}.new-monitor-input::placeholder{color:#9daeca}.new-monitor-notify-grid{margin-top:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.notify-option{min-height:88px;padding:0 10px}.notify-option+.notify-option{border-left:1px solid #e7edf9}.notify-option label{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;color:#4c5f83}.notify-option input[type=checkbox]{width:12px;height:12px;accent-color:#2b74df}.notify-option-value,.notify-option-meta,.notify-phone-action{margin:5px 0 0;display:block;font-size:.67rem;color:#7f93b7;text-decoration:none}.notify-phone-action{border:0;background:transparent;padding:0;color:#2f85ea;text-decoration:underline;cursor:pointer;font-family:inherit;font-size:.67rem;font-weight:400;line-height:1.2}.notify-option-meta-button{border:0;background:transparent;padding:0;cursor:pointer;font-family:inherit;font-size:.67rem;line-height:1.2}.notify-option-meta-button:hover span:last-child{text-decoration:underline;text-decoration-color:#4b628999}.notify-option-value .notify-inline-link{display:inline;margin:0;color:#2f85ea;text-decoration:underline}.notify-option-meta{display:inline-flex;align-items:center;gap:5px;color:#4b6289}.notify-repeat-icon-wrap{width:13px;height:13px;border:1px solid #d7e2f2;border-radius:2px;background:#f7faff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.notify-repeat-icon{width:9px;height:9px;color:#a0b4d3}.notify-option-footnote{margin:10px 0 0;font-size:.68rem;color:#5f7294}.notify-option-footnote a{color:#2f85ea}.notify-inline-action{border:0;background:transparent;color:#1e5bc3;padding:0;margin:0;font:inherit;line-height:inherit;font-weight:700;text-decoration:underline;cursor:pointer}.monitor-interval-description{margin:6px 0 0;color:#617695;font-size:.71rem}.monitor-interval-description strong{color:#2b436a}.monitor-interval-description a{color:#2f85ea}.monitor-interval-slider-wrap{margin-top:12px;padding-bottom:10px}.monitor-interval-slider{--range-progress: 0%;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:22px;background:transparent;cursor:pointer}.monitor-interval-slider:focus{outline:none}.monitor-interval-slider::-webkit-slider-runnable-track{height:12px;border-radius:999px;background:linear-gradient(to right,#1d5dbb 0%,#1d5dbb var(--range-progress),#dce4f1 var(--range-progress),#dce4f1 100%)}.monitor-interval-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;margin-top:-4px;border:3px solid #1d5dbb;background:#fff}.monitor-interval-slider::-moz-range-track{height:12px;border-radius:999px;background:#dce4f1}.monitor-interval-slider::-moz-range-progress{height:12px;border-radius:999px;background:#1d5dbb}.monitor-interval-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;border:3px solid #1d5dbb;background:#fff}.monitor-interval-labels{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.monitor-interval-labels span{font-size:.72rem;color:#6f84a7}.ssl-domain-panel{margin-top:8px;border:0;border-radius:0;background:transparent;overflow:visible}.ssl-domain-header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:56px;padding:0;background:transparent;border-bottom:1px solid #dce5f2}.ssl-domain-header.open{border-bottom:0}.ssl-domain-header.closed{border-bottom:1px solid #dce5f2}.ssl-domain-toggle{border:0;background:transparent;color:#2e3f5f;padding:0;display:inline-flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700;cursor:pointer}.ssl-domain-toggle-icon{color:#5a7197;transition:transform .2s ease}.ssl-domain-toggle-icon.closed{transform:rotate(-90deg)}.ssl-domain-toggle-icon.open{transform:rotate(0)}.ssl-domain-options{padding:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;background:#fff}.ssl-select-item{display:flex;flex-direction:column;gap:6px}.ssl-select-label{color:#5f7ea8;font-size:.78rem;font-weight:600}.ssl-select-wrap{position:relative}.ssl-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:32px;border:0;border-radius:7px;background:#edf3fc;color:#8ea2bf;font-size:.74rem;padding:0 28px 0 10px;outline:none}.ssl-select-wrap svg{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#9fb2ce;pointer-events:none}.monitor-advanced-row{width:100%;border:0;border-bottom:1px solid #e8eef8;background:transparent;color:#2c3f66;padding:12px 2px;display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;cursor:pointer;text-align:left}.monitor-advanced-row.advanced-toggle-row{margin-top:0;border:0;border-bottom:1px solid #dce5f2;border-radius:0;background:transparent;color:#2e3f5f;min-height:56px;padding:0 2px;font-size:.95rem;font-weight:700;gap:8px}.monitor-advanced-row.advanced-toggle-row.open{border-bottom:0}.advanced-toggle-icon{color:#5a7197;transition:transform .2s ease}.advanced-toggle-icon.closed{transform:rotate(-90deg)}.advanced-settings-panel{margin-top:0;border:0;border-radius:0;background:transparent;padding:0;color:#2f446a}.advanced-block{padding:14px 0}.advanced-settings-panel .advanced-block:first-child{padding-top:16px}.advanced-settings-panel .advanced-block:last-child{padding-bottom:16px}.advanced-block h4{margin:0;font-size:.95rem;color:#25365a}.advanced-muted-text{margin:7px 0 0;color:#6f84a7;font-size:.77rem;line-height:1.4}.advanced-muted-text strong{color:#25365a}.advanced-muted-text a{color:#2f85ea;text-decoration:underline}.advanced-timeout-slider-wrap{margin-top:10px}.advanced-timeout-slider{--range-progress: 0%;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:22px;background:transparent;cursor:pointer}.advanced-timeout-slider:focus{outline:none}.advanced-timeout-slider::-webkit-slider-runnable-track{height:14px;border-radius:999px;background:linear-gradient(to right,#2b74df 0%,#2b74df var(--range-progress),#dbe5f4 var(--range-progress),#dbe5f4 100%)}.advanced-timeout-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:23px;height:23px;border-radius:50%;margin-top:-4px;border:4px solid #2b74df;background:#fff}.advanced-timeout-slider::-moz-range-track{height:14px;border-radius:999px;background:#dbe5f4}.advanced-timeout-slider::-moz-range-progress{height:14px;border-radius:999px;background:#2b74df}.advanced-timeout-slider::-moz-range-thumb{width:23px;height:23px;border-radius:50%;border:4px solid #2b74df;background:#fff}.advanced-timeout-labels{margin-top:9px;display:flex;align-items:center;justify-content:space-between}.advanced-timeout-labels span{font-size:.73rem;color:#6f84a7}.advanced-divider{border-top:1px solid #e6edf8}.advanced-row-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.advanced-switch-line{position:relative;display:inline-flex;align-items:center;gap:10px;cursor:pointer}.advanced-switch-input{position:absolute;opacity:0}.advanced-switch-track{width:32px;height:20px;border-radius:999px;background:#cbd7e9;position:relative;flex-shrink:0}.advanced-switch-track:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#7f95b8;transition:left .18s ease,background-color .18s ease}.advanced-switch-input:checked+.advanced-switch-track{background:#2f85ea}.advanced-switch-input:checked+.advanced-switch-track:after{left:15px;background:#fff}.advanced-row-title{font-size:.84rem;font-weight:700;color:#25365a}.advanced-threshold-input-wrap{margin-top:10px;border:0;border-radius:8px;background:#edf3fc;padding:0 12px;height:32px;display:flex;align-items:center;justify-content:space-between;gap:12px}.advanced-threshold-input{border:0;outline:none;background:transparent;color:#25365a;font-size:1rem;font-weight:600;width:100%}.advanced-threshold-input-wrap span{color:#6f84a7;font-size:.74rem;white-space:nowrap}.advanced-threshold-input:disabled{opacity:.6}.advanced-select-wrap{margin-top:10px;position:relative}.advanced-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:32px;border:0;border-radius:8px;background:#edf3fc;color:#25365a;padding:0 36px 0 14px;font-size:.8rem;font-weight:600}.advanced-select-wrap svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6f84a7;pointer-events:none}.advanced-auth-head{display:grid;grid-template-columns:190px 1fr;gap:12px}.advanced-auth-head h4:last-child{color:#6f84a7}.advanced-auth-grid{margin-top:10px;display:grid;grid-template-columns:190px 1fr 1fr;gap:12px}.advanced-auth-grid .advanced-select-wrap{margin-top:0}.advanced-input{width:100%;height:32px;border:0;border-radius:8px;background:#edf3fc;color:#25365a;font-size:.78rem;padding:0 14px;outline:none}.advanced-input::placeholder{color:#9cb0ce}.advanced-password-wrap{position:relative}.advanced-password-wrap svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#8aa0c2}.advanced-methods-tabs{margin-top:10px;border:0;border-radius:10px;overflow:hidden;background:#edf3fc;display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.advanced-method-tab{border:0;background:transparent;color:#5c7397;height:40px;font-size:.72rem;font-weight:700;cursor:pointer}.advanced-method-tab.active{background:#8eb6f5;color:#2b74df}.advanced-textarea{margin-top:10px;width:100%;min-height:105px;resize:vertical;border:0;border-radius:8px;background:#edf3fc;color:#25365a;font-size:.78rem;font-family:inherit;padding:10px 12px;outline:none}.advanced-textarea::placeholder{color:#9cb0ce}.advanced-switch-inline-gap{margin-top:10px}.advanced-status-codes-box{margin-top:10px;border:0;border-radius:8px;background:#edf3fc;min-height:48px;padding:8px;display:flex;align-items:flex-start;gap:8px}.status-code-chip{border:0;border-radius:10px;padding:6px 10px;display:inline-flex;align-items:center;gap:7px;font-size:.9rem;font-weight:800;cursor:pointer}.status-code-chip.success{background:#dff1ea;color:#2f8f6f}.status-code-chip.info{background:#dfe9fa;color:#476ea8}.status-code-chip.is-unselected{background:#edf3fc;color:#7b8cab}.status-code-chip.is-unselected svg{opacity:.5}.status-code-chip svg{width:14px;height:14px;color:#2c3f6673}.advanced-headers-grid{margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px;align-items:center;justify-content:stretch}.advanced-headers-grid .advanced-input{min-width:0}.advanced-header-delete{width:32px;height:32px;border:0;border-radius:6px;background:#ffb3b3;color:#f06464;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.advanced-header-add{margin-top:8px;border:1px solid #d3deef;background:#f4f8ff;color:#2f4f86;border-radius:6px;height:30px;padding:0 10px;font-size:.72rem;font-weight:600;cursor:pointer}.advanced-validation-grid{margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:10px;align-items:end}.advanced-validation-grid label>span,.advanced-validation-field-name label{display:block;margin-bottom:6px;font-size:.72rem;font-weight:700;color:#2f3f66}.advanced-validation-field-name input[disabled]{opacity:.85}.advanced-row-top.advanced-row-top-split{display:flex;align-items:center;justify-content:space-between;gap:10px}.advanced-validation-add{margin-top:6px;border:1px dashed #c9d7ef;background:#f7fbff;color:#2f4f86;border-radius:8px;height:34px;padding:0 12px;font-size:.74rem;font-weight:700;cursor:pointer}.advanced-validation-remove{border:1px solid #f0c7c7;background:#ffecec;color:#b33a3a;border-radius:8px;height:30px;padding:0 10px;font-size:.7rem;font-weight:700;cursor:pointer}.tags-field{margin-top:12px}.tag-help{margin:5px 0 0;font-size:.66rem;color:#6d83a5}.new-monitor-submit-card{border:1px solid #dfe7f3;border-radius:10px;background:#fff;padding:14px}.new-monitor-submit-card button{border:0;border-radius:6px;background:#2b74df;color:#fff;height:32px;padding:0 18px;font-size:.74rem;font-weight:700;cursor:pointer}.new-monitor-submit-card button:disabled{background:#8caee2;cursor:not-allowed}.new-monitor-submit-error{margin:0 0 10px;color:#b33a3a;font-size:.74rem;font-weight:600}.new-monitor-side-card{border:1px solid #dfe7f3;border-radius:8px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:8px}.new-monitor-side-title-link{border:0;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;text-align:left;cursor:pointer;color:#5e7599;font-size:.72rem;font-weight:500;line-height:1.2}.new-monitor-side-title-link:hover{color:#5e7599}.new-monitor-side-link{border:0;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;text-align:left;cursor:pointer;color:#304b74;font-size:.72rem;font-weight:500;text-decoration:none}.new-monitor-side-title-link.active,.new-monitor-side-card .new-monitor-side-link.active{color:#2f85ea;font-weight:700}.new-monitor-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0f1b3173;display:flex;align-items:center;justify-content:center;padding:20px}.new-monitor-modal{width:min(470px,100%);border:1px solid #dce6f7;border-radius:16px;background:#fff;box-shadow:0 24px 48px #122b542e;padding:18px}.new-monitor-modal.new-monitor-modal-wide{width:min(660px,100%)}.new-monitor-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.new-monitor-modal-header h3{margin:0;color:#1f3256;font-size:1.1rem;font-weight:800}.new-monitor-modal-close{width:30px;height:30px;border:0;border-radius:8px;background:transparent;color:#6d84aa;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.new-monitor-modal-close:hover{background:#f0f5ff;color:#2f5fa8}.new-monitor-modal-copy{margin:10px 0 0;color:#5f7397;font-size:.85rem;line-height:1.45}.new-monitor-modal-field{margin-top:14px;display:flex;flex-direction:column;gap:6px}.new-monitor-modal-field span{color:#223a62;font-size:.78rem;font-weight:700}.new-monitor-modal-field input,.new-monitor-modal-field select{width:100%;height:40px;border:1px solid #dce6f7;border-radius:9px;background:#f3f7fe;color:#1f3256;font-size:.85rem;padding:0 12px;outline:none}.new-monitor-modal-help{margin:8px 0 0;color:#6f84a7;font-size:.74rem}.new-monitor-modal-error{margin:8px 0 0;color:#c23a3a;font-size:.75rem;font-weight:600}.new-monitor-modal-actions{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.new-monitor-modal-actions button{height:40px;border-radius:10px;font-size:.86rem;font-weight:700;cursor:pointer}.new-monitor-modal-cancel{border:1px solid #dbe6f8;background:#f5f8ff;color:#2e4a76}.new-monitor-modal-confirm{border:0;background:#2c74df;color:#fff}.new-monitor-modal-cancel:hover{background:#eaf1ff}.new-monitor-modal-confirm:hover{background:#1e63cb}.new-monitor-phone-modal{width:min(520px,100%);padding:0;border:1px solid #dce6f7;border-radius:16px;overflow:visible;background:#fff;color:#1f3256}.new-monitor-phone-modal-top{position:relative;padding:14px 18px 12px;background:#f7faff;border-bottom:1px solid #e4ecf8;text-align:center}.new-monitor-phone-modal-close{position:absolute;top:10px;right:10px;color:#6d84aa}.new-monitor-phone-modal-close:hover{background:#edf3ff;color:#2f5fa8}.new-monitor-phone-modal-icon{width:34px;height:34px;margin:0 auto 8px;border-radius:9px;background:#eaf2ff;color:#2c74df;display:inline-flex;align-items:center;justify-content:center}.new-monitor-phone-modal-top h3{margin:0;color:#1f3256;font-size:1.2rem;font-weight:800}.new-monitor-phone-modal-body{padding:14px 18px 16px}.new-monitor-phone-modal-body h4{margin:0;color:#1f3256;font-size:.98rem;font-weight:800}.new-monitor-phone-modal-copy{margin:8px 0 0;color:#5f7397;font-size:.8rem}.new-monitor-phone-country-picker{margin-top:14px;position:relative}.new-monitor-phone-input-row{border:1px solid #d7e2f2;border-radius:8px;overflow:hidden;background:#fff;display:grid;grid-template-columns:170px minmax(0,1fr)}.new-monitor-phone-country{position:relative;border-right:1px solid #d7e2f2}.new-monitor-phone-country-trigger{width:100%;height:42px;border:0;background:#f3f7fd;color:#2a3f67;font-size:.78rem;font-weight:700;padding:0 10px 0 12px;outline:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:space-between;gap:8px}.new-monitor-phone-country-trigger svg{color:#6f84a7;flex-shrink:0;transition:transform .15s ease}.new-monitor-phone-country-trigger svg.open{transform:rotate(180deg)}.new-monitor-phone-country-trigger-text{white-space:nowrap}.new-monitor-phone-country-flag{min-width:22px;height:18px;color:#5f7ea8;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.new-monitor-phone-country:after{content:"▾";position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#7a8fae;font-size:.8rem;pointer-events:none}.new-monitor-phone-country:after{content:none}.new-monitor-phone-country-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:30;width:100%;border:1px solid #d7e2f2;border-radius:10px;background:#fff;box-shadow:0 12px 28px #1f3f7529;padding:6px}.new-monitor-phone-country-search-wrap{padding:2px 2px 8px}.new-monitor-phone-country-search-input{width:100%;height:34px;border:1px solid #d7e2f2;border-radius:7px;background:#f3f7fd;color:#2a3f67;font-size:.76rem;padding:0 10px;outline:none}.new-monitor-phone-country-search-input::placeholder{color:#9daeca}.new-monitor-phone-country-search-input:focus{border-color:#8bb1ea;box-shadow:0 0 0 1px #8bb1ea59}.new-monitor-phone-country-options{max-height:min(220px,32vh);overflow-y:auto;display:flex;flex-direction:column;gap:4px}.new-monitor-phone-country-option{width:100%;border:0;border-radius:7px;background:transparent;color:#2a3f67;min-height:38px;padding:6px 9px;font-size:.78rem;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;cursor:pointer}.new-monitor-phone-country-option-main{display:inline-flex;align-items:center;gap:8px;overflow:hidden}.new-monitor-phone-country-option-main span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-monitor-phone-country-option-code{color:#5f7ea8;font-weight:700;flex-shrink:0}.new-monitor-phone-country-option:hover{background:#f2f7ff}.new-monitor-phone-country-option.active{background:#eaf2ff}.new-monitor-phone-country-empty{margin:0;padding:10px 9px;color:#7f93b7;font-size:.76rem}.new-monitor-phone-number-input{width:100%;min-width:0;height:42px;border:0;background:#fff;color:#2a3f67;font-size:.82rem;padding:0 12px;outline:none}.new-monitor-phone-number-input::placeholder{color:#9daeca}.new-monitor-phone-error{margin:8px 0 0;min-height:30px;border-radius:8px;border:1px solid #f0ccd2;background:#fff1f4;color:#c23a3a;font-size:.74rem;font-weight:600;padding:6px 10px;display:flex;align-items:center}.new-monitor-phone-error.is-empty{min-height:10px;border:0;padding:0;background:transparent;color:transparent}.new-monitor-phone-step-note{margin:10px 0 0;color:#5f7397;font-size:.8rem;font-weight:700;text-align:center}.new-monitor-phone-divider{margin-top:12px;border-top:1px solid #e6edf8}.new-monitor-phone-modal-actions{margin-top:12px}.new-monitor-phone-modal-actions .new-monitor-modal-cancel{border:1px solid #dbe6f8;background:#f5f8ff;color:#2e4a76}.new-monitor-phone-next{background:#2c74df;color:#fff}.new-monitor-phone-next:disabled{background:#8caee2;color:#fff;cursor:not-allowed}.new-monitor-phone-modal-actions .new-monitor-modal-cancel:hover{background:#eaf1ff}.new-monitor-phone-next:hover{background:#1e63cb}.new-monitor-timing-grid{margin-top:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.new-monitor-notification-preview{margin:14px 0 0;border:1px solid #dce6f7;border-radius:12px;background:#f5f8ff;padding:14px}.new-monitor-notification-preview h4{margin:0;color:#20395f;font-size:.95rem}.new-monitor-notification-preview p{margin:6px 0 0;color:#5a7196;font-size:.82rem;line-height:1.4}@media (max-width: 1000px){.new-monitor-page{grid-column:1;margin-top:0}.new-monitor-content-grid{grid-template-columns:1fr}.new-monitor-side-card{max-width:220px}}@media (max-width: 1200px){.advanced-headers-grid{grid-template-columns:1fr;align-items:stretch}.advanced-header-delete{justify-self:start}}@media (max-width: 860px){.new-monitor-type-selector{grid-template-columns:auto minmax(0,1fr) auto}.advanced-row-top{flex-direction:column;align-items:flex-start}.advanced-auth-head,.advanced-auth-grid{grid-template-columns:1fr}.advanced-methods-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.advanced-headers-grid{grid-template-columns:1fr}.ssl-domain-header{flex-direction:column;align-items:flex-start}.ssl-domain-options{grid-template-columns:1fr;gap:8px}.new-monitor-notify-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:10px}.notify-option+.notify-option{border-left:0}}@media (max-width: 560px){.advanced-methods-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.new-monitor-notify-grid,.new-monitor-modal-actions,.new-monitor-timing-grid{grid-template-columns:1fr}}.monitor-wizard-page{grid-column:2 / 4;display:flex;flex-direction:column;gap:12px;margin-top:2%}.monitor-wizard-breadcrumb{display:inline-flex;align-items:center;gap:6px;color:#7a8cae;font-size:.75rem}.monitor-wizard-breadcrumb-link{border:0;background:transparent;color:#7a8cae;padding:0;cursor:pointer;font-size:inherit}.monitor-wizard-breadcrumb-link:hover{color:#4e648f}.monitor-wizard-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:12px;align-items:start}.monitor-wizard-main{display:flex;flex-direction:column;gap:12px}.monitor-wizard-main h1{margin:0;color:#1f3358;font-size:1.85rem;font-weight:800}.monitor-wizard-card{border:1px solid var(--line);border-radius:12px;background:var(--card);padding:14px;display:flex;flex-direction:column;gap:10px}.monitor-wizard-card h2{margin:0;color:#1f3358;font-size:1.08rem;font-weight:800}.monitor-wizard-card h3{margin:0;color:#2c456f;font-size:.84rem;font-weight:800}.monitor-wizard-card p{margin:0;color:#6f82a4;font-size:.82rem;line-height:1.45}.monitor-wizard-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.monitor-wizard-input-shell{border:1px solid #d7e3f5;border-radius:8px;background:#f4f8ff;min-height:44px;display:inline-flex;align-items:center;padding:0 12px}.monitor-wizard-input-shell.error{border-color:#db6262;background:#fff7f7}.monitor-wizard-input-shell input{border:0;background:transparent;width:100%;font-size:.88rem;color:#304b73;outline:none}.monitor-wizard-input-shell input::placeholder{color:#8ea2c1}.monitor-wizard-suggest-btn,.monitor-wizard-primary-btn{border:0;border-radius:8px;height:40px;padding:0 16px;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.82rem;font-weight:700;cursor:pointer}.monitor-wizard-suggest-btn:hover,.monitor-wizard-primary-btn:hover{background:#224ca3}.monitor-wizard-primary-btn:disabled,.monitor-wizard-secondary-btn:disabled{opacity:.7;cursor:not-allowed}.monitor-wizard-secondary-btn{border:1px solid #ccd9ed;border-radius:8px;height:40px;padding:0 14px;background:#fff;color:#38547f;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.82rem;font-weight:700;cursor:pointer}.monitor-wizard-secondary-btn:hover{background:#f6f9ff}.monitor-wizard-secondary-btn.inline{align-self:flex-start}.monitor-wizard-error{color:#c64e4e;font-size:.78rem;font-weight:700}.monitor-wizard-monitor-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.monitor-wizard-monitor-item{border:1px solid #dfe8f6;border-radius:8px;background:#f7faff;padding:10px;display:flex;flex-direction:column;gap:4px}.monitor-wizard-monitor-item h3{margin:0;color:#233a62;font-size:.9rem;font-weight:800}.monitor-wizard-monitor-item .endpoint{color:#2f5eaf;font-size:.75rem;font-weight:700;word-break:break-word}.monitor-wizard-monitor-item p{margin:0;color:#6f82a4;font-size:.74rem}.monitor-wizard-empty{border:1px dashed #d7e3f5;border-radius:8px;background:#f9fbff;padding:10px}.monitor-wizard-section-title{display:inline-flex;align-items:center;gap:8px;color:#224d9c}.monitor-wizard-chip-list{display:flex;flex-wrap:wrap;gap:8px}.monitor-wizard-chip{border:1px solid #d7e4f8;border-radius:999px;background:#f4f8ff;color:#2f4f83;padding:6px 10px;font-size:.75rem;font-weight:700}.monitor-wizard-details-list{display:flex;flex-direction:column;gap:8px}.wizard-monitor-detail{border:1px solid #dce6f5;border-radius:8px;background:#f8fbff;padding:10px;display:flex;flex-direction:column;gap:8px}.wizard-monitor-detail.disabled{opacity:.6}.wizard-monitor-detail-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.wizard-monitor-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) repeat(3,minmax(0,120px));gap:8px}.wizard-monitor-grid label,.wizard-field,.wizard-integration-fields label{display:flex;flex-direction:column;gap:4px}.wizard-monitor-grid label.wide{min-width:0}.wizard-monitor-grid span,.wizard-field span,.wizard-integration-fields label>span{color:#6078a0;font-size:.73rem;font-weight:700}.wizard-monitor-grid input,.wizard-monitor-grid select,.wizard-field textarea,.wizard-integration-fields input,.wizard-integration-fields select{width:100%;border:1px solid #d7e3f5;border-radius:7px;background:#fff;color:#2f4b76;min-height:34px;padding:0 10px;font-size:.78rem;outline:none}.wizard-field textarea{min-height:88px;padding:9px 10px;resize:vertical}.wizard-toggle{display:inline-flex;align-items:center;gap:7px;color:#2f4f83;font-size:.8rem;font-weight:700}.wizard-toggle input[type=checkbox]{width:15px;height:15px;accent-color:#2f79ff}.wizard-monitor-delete{border:1px solid #f1c7c7;border-radius:7px;width:32px;height:32px;background:#fff1f1;color:#b35a5a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.wizard-monitor-delete:hover{background:#ffe6e6}.wizard-auto-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.wizard-auto-columns>div{border:1px solid #dde7f7;border-radius:8px;background:#f8fbff;padding:10px;display:flex;flex-direction:column;gap:8px}.wizard-hint{color:#6280ad;font-size:.74rem;font-weight:600}.wizard-integration-block{border:1px solid #dce7f7;border-radius:8px;background:#f8fbff;padding:10px;display:flex;flex-direction:column;gap:10px}.wizard-integration-fields{display:grid;grid-template-columns:minmax(0,180px) minmax(0,1fr) minmax(0,1fr);gap:8px}.wizard-events-row{grid-column:1 / -1;display:inline-flex;align-items:center;gap:16px}.monitor-wizard-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.monitor-wizard-steps-card{border:1px solid var(--line);border-radius:12px;background:var(--card);padding:12px;position:sticky;top:16px}.monitor-wizard-steps-card ol{list-style:none;display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.monitor-wizard-step-button{border:0;width:100%;border-radius:9px;background:transparent;color:inherit;padding:8px;display:inline-flex;align-items:center;gap:10px;text-align:left;font-size:.8rem;font-weight:700;cursor:pointer}.monitor-wizard-step-button:hover{background:#f4f8ff}.monitor-wizard-steps-card li{color:#51688f}.monitor-wizard-steps-card li.active{color:var(--blue)}.monitor-wizard-step-index{width:28px;height:28px;border-radius:50%;border:1px solid #cad8ef;background:#f1f6ff;color:#5576a9;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.monitor-wizard-steps-card li.active .monitor-wizard-step-index{border-color:#2f79ff;background:#2f79ff;color:#fff}@media (max-width: 1160px){.wizard-monitor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-auto-columns,.wizard-integration-fields{grid-template-columns:1fr}}@media (max-width: 1000px){.monitor-wizard-page{grid-column:1;margin-top:0}.monitor-wizard-layout{grid-template-columns:1fr}.monitor-wizard-steps-card{position:static}.monitor-wizard-steps-card ol{flex-direction:row;flex-wrap:wrap}}@media (max-width: 760px){.monitor-wizard-actions{flex-direction:column-reverse;align-items:stretch}.monitor-wizard-primary-btn,.monitor-wizard-secondary-btn{width:100%}}@media (max-width: 640px){.monitor-wizard-input-row{grid-template-columns:1fr}.monitor-wizard-suggest-btn{width:100%}.monitor-wizard-main h1{font-size:1.55rem}.wizard-monitor-grid{grid-template-columns:1fr}}.bulk-upload-page{grid-column:2 / 4;display:flex;flex-direction:column;gap:12px;margin-top:2%}.bulk-upload-breadcrumb{display:inline-flex;align-items:center;gap:6px;color:#7a8cae;font-size:.75rem}.bulk-upload-breadcrumb-link{border:0;background:transparent;color:#7a8cae;padding:0;cursor:pointer;font-size:inherit}.bulk-upload-breadcrumb-link:hover{color:#4e648f}.bulk-upload-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px;align-items:start}.bulk-upload-main{display:flex;flex-direction:column;gap:12px}.bulk-upload-main h1{margin:0;color:#1f3358;font-size:1.85rem;font-weight:800}.bulk-upload-card{border:1px solid var(--line);border-radius:12px;background:var(--card);padding:14px;display:flex;flex-direction:column;gap:10px}.bulk-upload-card h2{margin:0;color:#1f3358;font-size:1.08rem;font-weight:800}.bulk-upload-card h3{margin:0;color:#2c456f;font-size:.9rem;font-weight:800}.bulk-upload-card p{margin:0;color:#6f82a4;font-size:.82rem;line-height:1.45}.bulk-upload-dropzone{border:1px dashed #d0ddf2;border-radius:10px;background:#f8fbff;min-height:220px;padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:#5f7aa2}.bulk-upload-dropzone.drag-over{border-color:#4d7fd1;background:#ecf3ff}.bulk-upload-dropzone svg{color:#4c73b2}.bulk-upload-primary-btn{border:0;border-radius:8px;height:40px;padding:0 16px;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.82rem;font-weight:700;cursor:pointer}.bulk-upload-primary-btn:hover{background:#224ca3}.bulk-upload-primary-btn:disabled,.bulk-upload-secondary-btn:disabled{opacity:.7;cursor:not-allowed}.bulk-upload-secondary-btn{border:1px solid #ccd9ed;border-radius:8px;height:40px;padding:0 14px;background:#fff;color:#38547f;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.82rem;font-weight:700;cursor:pointer}.bulk-upload-secondary-btn:hover{background:#f6f9ff}.bulk-upload-secondary-btn.inline{align-self:flex-start}.bulk-upload-hidden-input{display:none}.bulk-upload-file-feedback{color:#42679f;font-size:.78rem;font-weight:700}.bulk-upload-error{color:#c64e4e;font-size:.78rem;font-weight:700}.bulk-upload-review-list{display:flex;flex-direction:column;gap:8px}.bulk-upload-empty-review{border:1px dashed #d2def3;border-radius:8px;background:#f8fbff;padding:10px;color:#5f7aa2;font-size:.78rem;font-weight:600}.bulk-upload-review-item{border:1px solid #dce6f5;border-radius:8px;background:#f8fbff;padding:10px;display:flex;flex-direction:column;gap:8px}.bulk-upload-review-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.bulk-upload-review-head strong{color:#27446d;font-size:.84rem}.bulk-upload-review-head button{border:1px solid #f1c7c7;border-radius:7px;width:32px;height:32px;background:#fff1f1;color:#b35a5a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.bulk-upload-review-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr) repeat(4,minmax(0,110px));gap:8px}.bulk-upload-review-grid label,.bulk-upload-field,.bulk-upload-integration-grid label{display:flex;flex-direction:column;gap:4px}.bulk-upload-review-grid label.wide{min-width:0}.bulk-upload-review-grid span,.bulk-upload-field span,.bulk-upload-integration-grid label>span{color:#6078a0;font-size:.73rem;font-weight:700}.bulk-upload-review-grid input,.bulk-upload-review-grid select,.bulk-upload-field textarea,.bulk-upload-integration-grid input,.bulk-upload-integration-grid select{width:100%;border:1px solid #d7e3f5;border-radius:7px;background:#fff;color:#2f4b76;min-height:34px;padding:0 10px;font-size:.78rem;outline:none}.bulk-upload-field textarea{min-height:88px;padding:9px 10px;resize:vertical}.bulk-upload-hint{color:#6280ad;font-size:.74rem;font-weight:600}.bulk-upload-toggle{display:inline-flex;align-items:center;gap:7px;color:#2f4f83;font-size:.8rem;font-weight:700}.bulk-upload-toggle input[type=checkbox]{width:15px;height:15px;accent-color:#2f79ff}.bulk-upload-integration-block{border:1px solid #dce7f7;border-radius:8px;background:#f8fbff;padding:10px;display:flex;flex-direction:column;gap:10px}.bulk-upload-integration-grid{display:grid;grid-template-columns:minmax(0,180px) minmax(0,1fr) minmax(0,1fr);gap:8px}.bulk-upload-events{grid-column:1 / -1;display:inline-flex;align-items:center;gap:16px}.bulk-upload-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.bulk-upload-steps-card{border:1px solid var(--line);border-radius:12px;background:var(--card);padding:12px;position:sticky;top:16px}.bulk-upload-steps-card ol{list-style:none;display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.bulk-upload-step-button{border:0;width:100%;border-radius:9px;background:transparent;color:inherit;padding:8px;display:inline-flex;align-items:center;gap:10px;text-align:left;font-size:.8rem;font-weight:700;cursor:pointer}.bulk-upload-step-button:hover{background:#f4f8ff}.bulk-upload-steps-card li{color:#51688f}.bulk-upload-steps-card li.active{color:var(--blue)}.bulk-upload-step-index{width:28px;height:28px;border-radius:50%;border:1px solid #cad8ef;background:#f1f6ff;color:#5576a9;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.bulk-upload-steps-card li.active .bulk-upload-step-index{border-color:#2f79ff;background:#2f79ff;color:#fff}@media (max-width: 1160px){.bulk-upload-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bulk-upload-integration-grid{grid-template-columns:1fr}}@media (max-width: 1000px){.bulk-upload-page{grid-column:1;margin-top:0}.bulk-upload-layout{grid-template-columns:1fr}.bulk-upload-steps-card{position:static}.bulk-upload-steps-card ol{flex-direction:row;flex-wrap:wrap}}@media (max-width: 760px){.bulk-upload-actions{flex-direction:column-reverse;align-items:stretch}.bulk-upload-primary-btn,.bulk-upload-secondary-btn{width:100%}}@media (max-width: 640px){.bulk-upload-main h1{font-size:1.55rem}.bulk-upload-review-grid{grid-template-columns:1fr}}.app-shell.status-pages-view .status-page-info-page{margin-top:8px}.status-page-info-page{display:flex;flex-direction:column;gap:10px;padding:2px 0 14px}.status-page-info-header{display:flex;flex-direction:column;gap:6px}.status-page-info-breadcrumb{display:inline-flex;align-items:center;gap:5px;color:#96a5bd}.status-page-info-breadcrumb button{border:0;background:transparent;color:inherit;font-size:.68rem;padding:0;cursor:pointer}.status-page-info-breadcrumb button:hover{color:#607da9}.status-page-info-header-copy{display:flex;flex-direction:column;gap:4px}.status-page-info-header-copy h1{margin:0;font-size:2rem;font-weight:800;color:#255ac0;line-height:1.08}.status-page-info-header-copy p{margin:0;color:#6f84a6;font-size:.8rem;font-weight:600}.status-page-info-layout{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:10px;align-items:start}.status-page-info-main{display:flex;flex-direction:column;gap:10px}.status-page-info-notice{margin:0;border:1px solid #d2e2ff;border-radius:10px;background:#eff5ff;color:#2857ac;padding:10px 12px;font-size:.78rem;font-weight:800}.status-page-info-card,.status-page-info-sidebar-card{border:1px solid #dce6f3;border-radius:10px;background:#fff;padding:12px}.status-page-info-main-card{display:flex;flex-direction:column;gap:0}.status-page-info-section{padding:12px 0;display:flex;flex-direction:column;gap:12px;border-top:1px solid #e4ebf5}.status-page-info-section:first-child{padding-top:0;border-top:0}.status-page-info-section.two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.status-page-info-section-header{display:flex;flex-direction:column;gap:3px}.status-page-info-section-header h2{margin:0;font-size:.95rem;color:#245dbc;font-weight:800}.status-page-info-section-header p{margin:0;color:#7088ad;font-size:.75rem;line-height:1.45}.status-page-info-field,.status-page-info-field-group{min-width:0;display:flex;flex-direction:column;gap:10px}.status-page-info-field{gap:6px}.status-page-info-field span,.status-page-info-field strong{font-size:.8rem;color:#273e64;font-weight:800}.status-page-info-field small{color:#7088ad;font-size:.73rem;line-height:1.45}.status-page-info-field-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.status-page-info-field-topline em{font-style:normal;color:#2d66ce;background:#edf3ff;border:1px solid #d7e4fa;border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:800}.status-page-info-field input,.status-page-info-field select{width:100%;min-height:38px;border:1px solid #dde6f3;border-radius:8px;background:#edf2fb;color:#334a73;font-size:.76rem;font-weight:700;padding:0 10px;outline:none}.status-page-info-field input::placeholder{color:#8fa4c6}.status-page-info-field.disabled span,.status-page-info-field.disabled small{color:#94a6c3}.status-page-info-field input:disabled,.status-page-info-field select:disabled{background:#f4f7fc;color:#93a5c2;cursor:not-allowed}.status-page-info-password-note{margin:0;color:#7088ad;font-size:.74rem;line-height:1.5}.status-page-info-hidden-file-input{display:none}.status-page-info-logo-dropzone{width:100%;border:1px dashed #ccd9ee;border-radius:10px;background:linear-gradient(180deg,#fbfcff,#f3f7ff);padding:16px;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer}.status-page-info-logo-dropzone.has-file{border-style:solid;border-color:#bfd4f8;background:#eef5ff}.status-page-info-logo-icon{width:38px;height:38px;border-radius:999px;background:#fff;color:#2959bf;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #d8e3f4}.status-page-info-logo-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.status-page-info-logo-copy strong{color:#27406b;font-size:.8rem;font-weight:800;word-break:break-word}.status-page-info-logo-copy small{color:#7088ad;font-size:.72rem;line-height:1.45}.status-page-info-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.status-page-info-toggle-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.status-page-info-toggle-item{border:1px solid #dce6f4;border-radius:10px;background:#f8fbff;padding:12px;display:flex;align-items:flex-start;gap:10px}.status-page-info-password-toggle{width:100%;cursor:pointer}.status-page-info-password-toggle-badge{margin-left:auto;border-radius:999px;padding:5px 10px;font-size:.69rem;font-weight:800;white-space:nowrap}.status-page-info-password-toggle-badge.enabled{background:#e7f6ec;color:#2f8b55}.status-page-info-password-toggle-badge.disabled{background:#edf2fb;color:#6f85a8}.status-page-info-toggle-control{position:relative;width:44px;height:24px;flex-shrink:0}.status-page-info-toggle-control input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.status-page-info-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#d5deee;transition:background-color .2s ease}.status-page-info-toggle-slider:before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 2px 6px #253f6e2e;transition:transform .2s ease}.status-page-info-toggle-control input:checked+.status-page-info-toggle-slider{background:#2959bf}.status-page-info-toggle-control input:checked+.status-page-info-toggle-slider:before{transform:translate(20px)}.status-page-info-toggle-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.status-page-info-toggle-copy strong{color:#2d4775;font-size:.78rem;font-weight:800}.status-page-info-toggle-copy small{color:#7188ac;font-size:.71rem;line-height:1.45}.status-page-info-preview-grid{display:grid;gap:12px}.status-page-info-preview-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.status-page-info-preview-block{display:flex;flex-direction:column;gap:10px}.status-page-info-preview-block-head{display:flex;flex-direction:column;gap:3px}.status-page-info-preview-block-head h3{margin:0;color:#27406b;font-size:.82rem;font-weight:800}.status-page-info-preview-block-head p{margin:0;color:#7188ac;font-size:.72rem;line-height:1.45}.status-page-info-preview-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.status-page-info-preview-card{border:1px solid #dce6f4;border-radius:10px;background:#f9fbff;padding:12px;display:flex;flex-direction:column;gap:10px;text-align:left;cursor:pointer}.status-page-info-preview-card.selected{border-color:#b8cdf1;background:#f1f6ff;box-shadow:0 8px 20px #31579914}.status-page-info-preview-head{display:flex;align-items:flex-start;gap:8px}.status-page-info-preview-check{width:20px;height:20px;border-radius:999px;border:1px solid #cedcf1;background:#fff;color:transparent;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.status-page-info-preview-check.selected{border-color:#2959bf;background:#2959bf;color:#fff}.status-page-info-preview-copy{display:flex;flex-direction:column;gap:3px}.status-page-info-preview-copy strong{color:#27406b;font-size:.76rem;font-weight:800}.status-page-info-preview-copy small{color:#7488a9;font-size:.68rem;line-height:1.4}.status-page-info-mini-preview{border:1px solid #d9e5f6;border-radius:10px;background:linear-gradient(180deg,#fff,#f3f7ff);padding:8px}.status-page-info-mini-preview-shell{border-radius:8px;background:#fff;padding:8px;display:flex;flex-direction:column;gap:5px;min-height:86px}.status-page-info-mini-preview-topline{height:8px;width:38%;border-radius:999px;background:#d9e6fb}.status-page-info-mini-preview-banner{height:18px;border-radius:8px;background:linear-gradient(90deg,#edf4ff,#e2eeff)}.status-page-info-mini-preview-row{height:8px;border-radius:999px;background:#e7eefb}.status-page-info-mini-preview-row.short{width:72%}.status-page-info-mini-preview.density-compact .status-page-info-mini-preview-shell{gap:3px;min-height:74px}.status-page-info-mini-preview.density-compact .status-page-info-mini-preview-banner{height:14px}.status-page-info-mini-preview.alignment-center .status-page-info-mini-preview-topline{margin:0 auto}.status-page-info-field-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.status-page-info-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:16px;border-top:1px solid #e4ebf5}.status-page-info-secondary,.status-page-info-primary{min-height:40px;border-radius:10px;padding:0 16px;font-size:.8rem;font-weight:800;cursor:pointer}.status-page-info-secondary{border:1px solid #d7e3f4;background:#fff;color:#355987}.status-page-info-secondary:hover{background:#f4f8ff}.status-page-info-primary{border:0;background:#255ac0;color:#fff}.status-page-info-primary:hover{background:#214fa9}.status-page-info-sidebar,.status-page-info-sidebar-card{display:flex;flex-direction:column;gap:10px}.status-page-info-sidebar-label{margin:0;color:#8ea0bb;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.status-page-info-sidebar-card h3{margin:0;color:#24457b;font-size:1rem;font-weight:800}.status-page-info-step{width:100%;border:1px solid #dce6f3;border-radius:10px;background:#f8fbff;padding:10px;display:flex;align-items:center;gap:10px;text-align:left}.status-page-info-step.active{border-color:#bfd3f3;background:linear-gradient(180deg,#f5f9ff,#edf3ff)}.status-page-info-step.link{cursor:pointer}.status-page-info-step.link:hover{background:#f0f5ff}.status-page-info-step-index{width:24px;height:24px;border-radius:999px;background:#dfe9fb;color:#2959bf;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;flex-shrink:0}.status-page-info-step.active .status-page-info-step-index{background:#2959bf;color:#fff}.status-page-info-step-copy{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.status-page-info-step-copy strong{color:#2c4775;font-size:.78rem;font-weight:800}.status-page-info-step-copy small{color:#7388aa;font-size:.69rem;line-height:1.35}.status-page-info-sidebar-summary{margin:0;color:#6f84a6;font-size:.76rem;line-height:1.45}.status-page-info-sidebar-tags{display:flex;flex-wrap:wrap;gap:8px}.status-page-info-sidebar-tags span{border:1px solid #d6e3f6;border-radius:999px;background:#fff;color:#2d5289;padding:6px 10px;font-size:.72rem;font-weight:700}.status-page-info-sidebar-meta{display:grid;gap:8px}.status-page-info-sidebar-meta div{border:1px solid #dce6f4;border-radius:10px;background:#f8fbff;padding:10px;display:flex;flex-direction:column;gap:3px}.status-page-info-sidebar-meta span{color:#8ea0bb;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.status-page-info-sidebar-meta strong{color:#2d4775;font-size:.76rem;font-weight:800}@media (max-width: 1050px){.status-page-info-layout{grid-template-columns:1fr}.status-page-info-sidebar{order:-1}}@media (max-width: 820px){.status-page-info-section.two-columns,.status-page-info-preview-grid.two-columns,.status-page-info-toggle-grid,.status-page-info-preview-options,.status-page-info-field-group{grid-template-columns:1fr}}@media (max-width: 640px){.status-page-info-actions{flex-direction:column;align-items:stretch}.status-page-info-secondary,.status-page-info-primary{width:100%}}.app-shell.status-pages-view .status-page-monitors-page{margin-top:8px}.status-page-monitors-page{display:flex;flex-direction:column;gap:10px;padding:2px 0 14px}.status-page-monitors-header{display:flex;flex-direction:column;gap:6px}.status-page-monitors-breadcrumb{display:inline-flex;align-items:center;gap:5px;color:#96a5bd}.status-page-monitors-breadcrumb button{border:0;background:transparent;color:inherit;font-size:.68rem;padding:0;cursor:pointer}.status-page-monitors-breadcrumb button:hover{color:#607da9}.status-page-monitors-header-copy{display:flex;flex-direction:column;gap:4px}.status-page-monitors-header-copy h1{margin:0;font-size:2rem;font-weight:800;color:#255ac0;line-height:1.08}.status-page-monitors-header-copy p{margin:0;font-size:.8rem;color:#6f84a6;font-weight:600}.status-page-monitors-layout{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:10px;align-items:start}.status-page-monitors-main{display:flex;flex-direction:column;gap:10px}.status-page-monitors-card,.status-page-monitors-sidebar-card{border:1px solid #dce6f3;border-radius:10px;background:#fff;padding:12px}.status-page-monitors-card{display:flex;flex-direction:column;gap:12px}.status-page-monitors-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.status-page-monitors-card-head h2{margin:0;font-size:1rem;color:#245dbc;font-weight:800}.status-page-monitors-card-head p{margin:4px 0 0;color:#6f84a6;font-size:.76rem;line-height:1.45;max-width:560px}.status-page-monitors-sort-shell{position:relative;width:190px;flex-shrink:0}.status-page-monitors-sort-shell select{width:100%;min-height:34px;border:1px solid #dde6f3;border-radius:8px;background:#edf2fb;color:#334a73;font-size:.74rem;font-weight:700;padding:0 34px 0 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.status-page-monitors-sort-shell svg{position:absolute;top:50%;right:11px;transform:translateY(-50%);color:#7f95b8;pointer-events:none}.status-page-monitors-toolbar{display:flex;align-items:center;gap:10px}.status-page-monitors-search{flex:1;min-height:38px;border:1px solid #dbe4f3;border-radius:8px;background:#edf2fb;display:inline-flex;align-items:center;gap:8px;padding:0 12px;color:#8aa0c1}.status-page-monitors-search input{width:100%;border:0;background:transparent;color:#2f456d;font-size:.8rem;outline:none}.status-page-monitors-search input::placeholder{color:#93a6c4}.status-page-monitors-toolbar-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.status-page-monitors-toolbar-actions button,.status-page-monitors-empty-state button{border:1px solid #d8e3f4;border-radius:8px;background:#f4f8ff;color:#33588a;min-height:36px;padding:0 12px;font-size:.76rem;font-weight:800;cursor:pointer}.status-page-monitors-toolbar-actions button:hover,.status-page-monitors-empty-state button:hover{background:#eaf1ff}.status-page-monitors-toolbar-actions button:disabled{opacity:.62;cursor:not-allowed}.status-page-monitors-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.status-page-monitors-stats article{border:1px solid #dfe7f3;border-radius:10px;background:linear-gradient(180deg,#f9fbff,#f1f6ff);padding:12px;display:flex;flex-direction:column;gap:4px}.status-page-monitors-stats strong{font-size:1.2rem;line-height:1;color:#245dbc;font-weight:800}.status-page-monitors-stats span{color:#7088ad;font-size:.72rem;font-weight:700}.status-page-monitors-selection-panel{border:1px solid #dce6f4;border-radius:10px;background:linear-gradient(180deg,#f6f9ff,#eef4ff);padding:14px;display:flex;flex-direction:column;gap:10px}.status-page-monitors-selection-panel.empty{border-style:dashed}.status-page-monitors-selection-copy h3{margin:0;color:#23457c;font-size:1rem;font-weight:800}.status-page-monitors-selection-copy p{margin:4px 0 0;color:#6980a5;font-size:.76rem;line-height:1.45}.status-page-monitors-selection-tags,.status-page-monitors-sidebar-selected{display:flex;flex-wrap:wrap;gap:8px}.status-page-monitors-selection-tags span,.status-page-monitors-sidebar-selected span{border:1px solid #d6e3f6;border-radius:999px;background:#fff;color:#2d5289;padding:6px 10px;font-size:.72rem;font-weight:700}.status-page-monitors-list{display:flex;flex-direction:column;gap:10px}.status-page-monitor-item{border:1px solid #dce6f3;border-radius:10px;background:#f9fbff;padding:10px;display:flex;align-items:center;gap:10px;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.status-page-monitor-item.selected{border-color:#b8cdf1;background:#f1f6ff;box-shadow:0 8px 20px #31579914}.status-page-monitor-main-button{border:0;background:transparent;display:flex;align-items:flex-start;gap:10px;flex:1;min-width:0;text-align:left;cursor:pointer}.status-page-monitor-check{width:22px;height:22px;border-radius:999px;border:1px solid #cedcf1;background:#fff;color:transparent;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.status-page-monitor-check.selected{border-color:#2959bf;background:#2959bf;color:#fff}.status-page-monitor-copy{min-width:0}.status-page-monitor-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.status-page-monitor-title-row strong{color:#243b62;font-size:.88rem;font-weight:800}.status-page-monitor-copy p{margin:4px 0 0;color:#7890b3;font-size:.74rem;word-break:break-word}.status-page-monitor-meta{margin-top:8px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.status-page-monitor-badge,.status-page-monitor-uptime,.status-page-monitor-state{border-radius:999px;padding:5px 9px;font-size:.68rem;font-weight:800;line-height:1}.status-page-monitor-badge{border:1px solid #d7e3f6;background:#fff;color:#49678f}.status-page-monitor-badge.protocol{background:#e9f1ff;border-color:#d2def6;color:#2959bf}.status-page-monitor-uptime{background:#eef4ff;color:#4f8fff}.status-page-monitor-state.up{background:#e8f1ff;color:#4f8fff}.status-page-monitor-state.down{background:#fff0f4;color:#c94762}.status-page-monitor-state.paused{background:#f4f5f9;color:#687892}.status-page-monitor-state.pending{background:#fff5e7;color:#b87414}.status-page-monitor-toggle{border:1px solid #cfe0fa;border-radius:8px;background:#fff;color:#2959bf;min-width:74px;min-height:34px;padding:0 12px;font-size:.76rem;font-weight:800;cursor:pointer;flex-shrink:0}.status-page-monitor-toggle:hover{background:#eef4ff}.status-page-monitor-toggle.selected{border-color:#2959bf;background:#2959bf;color:#fff}.status-page-monitors-empty-state{border:1px dashed #d2def0;border-radius:10px;background:#f7faff;padding:28px 16px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.status-page-monitors-empty-state h3{margin:0;color:#27406b;font-size:1rem;font-weight:800}.status-page-monitors-empty-state p{margin:0;max-width:460px;color:#7088ad;font-size:.76rem;line-height:1.5}.status-page-monitors-sidebar,.status-page-monitors-sidebar-card{display:flex;flex-direction:column;gap:10px}.status-page-monitors-sidebar-label{margin:0;color:#8ea0bb;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.status-page-monitors-sidebar-card h3{margin:0;color:#24457b;font-size:1rem;font-weight:800}.status-page-monitors-step{width:100%;border:1px solid #dce6f3;border-radius:10px;background:#f8fbff;padding:10px;display:flex;align-items:center;gap:10px;text-align:left}.status-page-monitors-step.active{border-color:#bfd3f3;background:linear-gradient(180deg,#f5f9ff,#edf3ff)}.status-page-monitors-step.link{cursor:pointer}.status-page-monitors-step.link:hover{background:#f0f5ff}.status-page-monitors-step-index{width:24px;height:24px;border-radius:999px;background:#dfe9fb;color:#2959bf;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;flex-shrink:0}.status-page-monitors-step.active .status-page-monitors-step-index{background:#2959bf;color:#fff}.status-page-monitors-step-copy{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.status-page-monitors-step-copy strong{color:#2c4775;font-size:.78rem;font-weight:800}.status-page-monitors-step-copy small{color:#7388aa;font-size:.69rem;line-height:1.35}.status-page-monitors-sidebar-summary{margin:0;color:#6f84a6;font-size:.76rem;line-height:1.45}.status-page-monitors-primary-action{border:0;border-radius:10px;min-height:38px;background:#255ac0;color:#fff;font-size:.8rem;font-weight:800;cursor:pointer}.status-page-monitors-primary-action:hover{background:#214fa9}@media (max-width: 1050px){.status-page-monitors-layout{grid-template-columns:1fr}.status-page-monitors-sidebar{order:-1}}@media (max-width: 720px){.status-page-monitors-card-head,.status-page-monitors-toolbar{flex-direction:column;align-items:stretch}.status-page-monitors-sort-shell{width:100%}.status-page-monitors-stats{grid-template-columns:1fr}.status-page-monitor-item{flex-direction:column;align-items:stretch}.status-page-monitor-toggle{width:100%}}.status-page-public-page{--status-public-content-max: 920px;width:100%;max-width:var(--status-public-content-max);display:flex;flex-direction:column;gap:18px;margin:0 auto 24px;padding:0 12px}.status-public-topbar{display:flex;align-items:center;justify-content:flex-start}.status-public-back{border:1px solid #d5e2f4;background:#f5f9ff;color:#315384;min-height:42px;border-radius:9px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;font-size:.83rem;font-weight:700;cursor:pointer}.status-public-back:hover{background:#edf4ff}.status-public-hero{border-radius:0;background:#171e2a;color:#e9f1ff;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:28px 0 52px}.status-public-hero-inner{max-width:var(--status-public-content-max);margin:0 auto;padding:0 8px;display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.status-public-hero-side{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.status-public-hero-right{margin-left:auto;align-items:flex-end;text-align:right}.status-public-eyebrow{margin:0;font-size:.92rem;color:#eff5ff;font-weight:800;letter-spacing:.02em}.status-public-page-name{margin:0;font-size:1.75rem;line-height:1.05;font-weight:800;color:#fff}.status-public-hero h1{margin:0;font-size:.92rem;line-height:1.2;font-weight:800;color:#f4f8ff}.status-public-hero-right p{margin:0;font-size:.6rem;color:#d9e5fb;white-space:nowrap;text-align:right}.status-public-card{border:1px solid #dce7f6;border-radius:14px;background:#fff;padding:14px 16px}.status-public-card-inner{border:1px solid #dce7f6;border-radius:16px;background:#fff;padding:18px 20px;box-shadow:0 12px 28px #12264a0f}.status-public-lock-card{display:flex;flex-direction:column;gap:18px;margin:-24px 0 2px;padding:20px;box-shadow:0 18px 36px #12264a1f}.status-public-lock-intro{display:flex;align-items:center;gap:14px}.status-public-lock-icon{width:48px;height:48px;border-radius:999px;background:#e7f0ff;color:#4f8fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.status-public-lock-intro h2{margin:0;font-size:1.2rem;color:#2c446c}.status-public-lock-intro p{margin:4px 0 0;font-size:.88rem;color:#7086aa}.status-public-lock-form{display:flex;align-items:flex-end;gap:12px}.status-public-lock-field{flex:1;display:flex;flex-direction:column;gap:8px}.status-public-lock-field span{font-size:.83rem;font-weight:700;color:#315384}.status-public-lock-field input{min-height:46px;border-radius:10px;border:1px solid #d5e2f4;background:#f8fbff;padding:0 14px;font-size:.95rem;color:#21385d}.status-public-lock-field input:focus{outline:none;border-color:#5c8fe0;box-shadow:0 0 0 3px #4c83db24}.status-public-lock-submit{min-height:46px;border:0;border-radius:10px;padding:0 18px;background:#4f8fff;color:#fff;font-size:.9rem;font-weight:800;cursor:pointer}.status-public-lock-submit:hover{background:#3f7be8}.status-public-lock-error{margin:-4px 0 0;font-size:.84rem;font-weight:700;color:#d0586c}.status-public-card-uptime,.status-public-card-overall,.status-public-card-response{border:0;background:transparent;padding:0}.status-public-uptime-inner,.status-public-overall-inner{margin-top:8px}.status-public-card-uptime .status-public-card-inner,.status-public-card-overall .status-public-card-inner{padding:16px 18px 14px}.status-public-overall-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.status-public-overall-metrics article,.status-public-response-metrics article{border-right:1px solid #edf3fb;padding:2px 16px 0;min-height:54px}.status-public-overall-metrics article:first-child,.status-public-response-metrics article:first-child{padding-left:0}.status-public-overall-metrics article:last-child,.status-public-response-metrics article:last-child{border-right:0;padding-right:0}.status-public-overall-metrics strong{display:block;font-size:1.06rem;line-height:1.05;color:#4f8fff}.status-public-overall-metrics span{display:block;margin-top:4px;font-size:.74rem;color:#8698b9}.status-public-response-inner{margin-top:8px;display:flex;flex-direction:column;gap:12px}.status-public-card h3{margin:0 0 12px;font-size:1.16rem;color:#2f4f7e;font-weight:800}.status-public-card-uptime h3,.status-public-card-overall h3{margin-bottom:8px}.status-public-card h3 span{margin-left:4px;font-size:.82rem;color:#95a7c4;font-weight:700}.status-public-card.summary{display:flex;align-items:center;gap:14px;padding:18px 20px;margin:-24px 0 2px;width:100%;box-shadow:0 18px 36px #12264a1f}.status-public-summary-icon{width:44px;height:44px;border-radius:999px;background:#d9e7fb;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.status-public-summary-icon span{width:20px;height:20px;border-radius:999px;background:#94b8ee;position:relative}.status-public-summary-icon.health-operational{background:#e8f1ff}.status-public-summary-icon.health-operational span{background:#4f8fff}.status-public-summary-icon.health-degraded{background:#ffe3e8}.status-public-summary-icon.health-degraded span{background:#e35f67}.status-public-summary-icon.health-paused,.status-public-summary-icon.health-pending{background:#e7edf7}.status-public-summary-icon.health-paused span,.status-public-summary-icon.health-pending span{background:#8da0bd}.status-public-summary-copy{min-width:0}.status-public-summary-icon span:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:6px solid #ffffff}.status-public-card.summary h2{margin:0;font-size:1.8rem;line-height:1.1;color:#2c446c}.status-public-card.summary h2 span{color:#2877df}.status-public-card.summary h2 span.health-operational{color:#4f8fff}.status-public-card.summary h2 span.health-degraded{color:#d0586c}.status-public-card.summary h2 span.health-paused{color:#7f92b6}.status-public-card.summary p{margin:3px 0 0;font-size:.68rem;color:#7f95b7}.status-public-kpi{margin:0 0 8px;font-size:.68rem;color:#4f8fff;font-weight:800;line-height:1}.status-public-bars{display:grid;grid-template-columns:repeat(90,minmax(0,1fr));gap:0;align-items:center;width:100%;overflow:hidden;padding-inline:2px;min-height:22px}.status-public-bar{width:100%;max-width:4px;height:18px;border-radius:1px;min-width:0;justify-self:center}.status-public-bar.up{background:#4f8fff}.status-public-bar.down{background:#ef6b6b}.status-public-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.status-public-metrics article{border-right:1px solid #ecf1f9;padding-right:12px;padding-left:12px}.status-public-metrics article:first-child{padding-left:0}.status-public-metrics article:last-child{border-right:0;padding-right:0}.status-public-metrics strong{display:block;font-size:1.02rem;color:#4f8fff;line-height:1.05}.status-public-metrics span{display:block;margin-top:4px;font-size:.74rem;color:#8698b9}.status-public-chart{position:relative;height:156px;border:1px solid #e4ecf8;border-radius:14px;background:#fbfdff;overflow:visible}.status-public-chart-surface{position:absolute;top:0;right:0;bottom:0;left:0;padding:16px 14px 12px;box-sizing:border-box}.status-public-chart-canvas{position:relative;width:100%;height:100%;cursor:crosshair}.status-public-chart-canvas canvas{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cline x1='12' y1='1' x2='12' y2='23' stroke='%23000' stroke-width='1.8'/%3E%3Cline x1='1' y1='12' x2='23' y2='12' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='12' r='2.2' fill='none' stroke='%23000' stroke-width='1.6'/%3E%3C/svg%3E") 12 12,crosshair!important}.status-public-chart svg{display:block;width:100%;height:100%}.status-public-chart-hit-area{fill:transparent;pointer-events:all;cursor:crosshair}.status-public-chart path,.status-public-chart polyline{fill:none;stroke:#4f8fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.status-public-chart-hover-point{fill:#4f8fff;stroke:#f7fbff;stroke-width:3.5}.status-public-chart-tooltip{position:absolute;min-width:172px;max-width:230px;padding:10px 12px 11px;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dce7f6;color:#2c446c;box-shadow:0 14px 28px #12264a1f;pointer-events:none;z-index:3;transform:translate(-50%,calc(-100% - 12px))}.status-public-chart-tooltip.align-left{transform:translateY(calc(-100% - 12px))}.status-public-chart-tooltip.align-right{transform:translate(-100%,calc(-100% - 12px))}.status-public-chart-tooltip:after{content:"";position:absolute;left:50%;bottom:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #ffffff;transform:translate(-50%)}.status-public-chart-tooltip.align-left:after{left:20px}.status-public-chart-tooltip.align-right:after{left:auto;right:20px;transform:none}.status-public-chart-tooltip span{display:block;margin:0 0 4px;font-size:.7rem;line-height:1.25;color:#7f95b7;font-weight:700}.status-public-chart-tooltip strong{display:block;font-size:1rem;line-height:1.15;color:#2877df;font-weight:800}.status-public-response-metrics{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.status-public-response-metrics strong{display:block;font-size:.96rem;line-height:1.1;color:#4f8fff}.status-public-response-metrics span{display:block;margin-top:3px;font-size:.72rem;color:#8ea1bf}.status-public-services-card{display:flex;flex-direction:column;gap:10px}.status-public-services-list{display:flex;flex-direction:column}.status-public-service-row{display:flex;flex-direction:column;gap:10px;padding:14px 0;border-top:1px solid #edf2fa}.status-public-service-row:first-child{border-top:0;padding-top:0}.status-public-service-row:last-child{padding-bottom:0}.status-public-service-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.status-public-service-title{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.status-public-service-title strong{font-size:.82rem;line-height:1.2;color:#2d4a76}.status-public-service-title span{font-size:.72rem;color:#4f8fff;font-weight:800}.status-public-service-state{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:800;white-space:nowrap}.status-public-service-state-dot{width:9px;height:9px;border-radius:999px;background:currentColor}.status-public-service-state.operational{color:#4f8fff}.status-public-service-state.degraded{color:#d75c66}.status-public-service-state.paused,.status-public-service-state.pending{color:#8699b6}.status-public-service-bars{display:grid;grid-template-columns:repeat(90,minmax(0,1fr));gap:3px;width:100%;overflow:hidden}.status-public-service-trend{position:relative;display:flex;flex-direction:column;gap:4px}.status-public-service-trend-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.status-public-service-trend-head span{font-size:.64rem;font-weight:700;letter-spacing:.01em;text-transform:none;color:#5a6f92}.status-public-service-trend-head small{font-size:.62rem;color:#94a8c6;white-space:nowrap}.status-public-service-trend-chart{height:34px;border:1px solid #eef4fb;border-radius:10px;background:linear-gradient(180deg,#fff,#f9fbff);padding:4px 8px 3px;box-sizing:border-box;overflow:hidden}.status-public-service-trend-chart canvas{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cline x1='12' y1='1' x2='12' y2='23' stroke='%23000' stroke-width='1.8'/%3E%3Cline x1='1' y1='12' x2='23' y2='12' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='12' r='2.2' fill='none' stroke='%23000' stroke-width='1.6'/%3E%3C/svg%3E") 12 12,crosshair!important}.status-public-service-chart-tooltip{position:absolute;min-width:130px;max-width:190px;padding:8px 10px 9px;border-radius:11px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dce7f6;color:#2c446c;box-shadow:0 12px 24px #12264a1c;pointer-events:none;z-index:5;transform:translate(-50%,calc(-100% - 10px))}.status-public-service-chart-tooltip.align-left{transform:translateY(calc(-100% - 10px))}.status-public-service-chart-tooltip.align-right{transform:translate(-100%,calc(-100% - 10px))}.status-public-service-chart-tooltip:after{content:"";position:absolute;left:50%;bottom:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #ffffff;transform:translate(-50%)}.status-public-service-chart-tooltip.align-left:after{left:16px}.status-public-service-chart-tooltip.align-right:after{left:auto;right:16px;transform:none}.status-public-service-chart-tooltip span{display:block;margin:0 0 3px;font-size:.66rem;line-height:1.2;color:#7f95b7;font-weight:700}.status-public-service-chart-tooltip strong{display:block;font-size:.88rem;line-height:1.1;color:#2877df;font-weight:800}.status-public-service-trend-chart svg{display:block;width:100%;height:100%}.status-public-service-trend-chart polyline{fill:none;stroke:#4f8fff;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.status-public-service-bar{width:100%;height:22px;border-radius:999px;min-width:0}.status-public-service-bar.up{background:#4f8fff}.status-public-service-bar.down{background:#ea6870}.status-public-monitors-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.status-public-monitor-item{border:1px solid #deebfc;border-radius:10px;background:#f8fbff;padding:10px 12px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.status-public-monitor-item.selected{border-color:#9fc0ef;background:#eef5ff}.status-public-monitor-item.down{border-color:#f3c8cc;background:#fff7f8}.status-public-monitor-main{display:flex;align-items:flex-start;gap:10px;min-width:0}.status-public-monitor-dot{width:9px;height:9px;border-radius:999px;margin-top:5px;flex-shrink:0}.status-public-monitor-dot.up{background:#4f8fff}.status-public-monitor-dot.down{background:#e35f67}.status-public-monitor-dot.paused,.status-public-monitor-dot.pending{background:#98a8c1}.status-public-monitor-main strong{display:block;font-size:.82rem;line-height:1.2;color:#2d4a76}.status-public-monitor-main p{margin:3px 0 0;font-size:.69rem;color:#7b90b2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:460px}.status-public-monitor-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.status-public-monitor-meta span{font-size:.68rem;font-weight:700;color:#4f8fff}.status-public-monitor-meta small{font-size:.66rem;color:#8fa4c4}.status-public-monitors-note{margin:10px 0 0;font-size:.68rem;color:#7f93b4}.status-public-events{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.status-public-events li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:12px;padding:12px 0;border-top:1px solid #edf2fa}.status-public-events li:first-child{border-top:0;padding-top:0}.status-public-events-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-top:1px;flex-shrink:0}.status-public-events-icon svg{display:block}.status-public-events li.running .status-public-events-icon{color:#4f8fff}.status-public-events li.degraded .status-public-events-icon{color:#d45e5e}.status-public-events strong{display:block;font-size:.8rem;color:#2e476f;line-height:1.2}.status-public-events p{margin:3px 0 0;font-size:.72rem;color:#7f93b4}.status-public-events small{margin-top:6px;display:inline-flex;align-items:center;gap:4px;font-size:.64rem;color:#8ea1bf}@media (max-width: 980px){.status-page-public-page{max-width:100%;padding:0}.status-public-hero{padding:20px 0 44px}.status-public-hero-inner{flex-direction:column;align-items:flex-start;padding:0 14px}.status-public-hero-right{margin-left:0;align-items:flex-start;text-align:left}.status-public-hero-right p{white-space:normal;text-align:left}.status-public-hero h1{font-size:.9rem}.status-public-card.summary h2{font-size:1.55rem}.status-public-card.summary{margin-top:-18px;width:100%;padding:16px 18px}.status-public-lock-card{margin-top:-18px;width:100%}.status-public-kpi{font-size:.84rem}.status-public-page-name{font-size:1.45rem}.status-public-metrics strong{font-size:1.05rem}.status-public-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.status-public-metrics article:nth-child(2n){border-right:0;padding-right:0}.status-public-overall-metrics,.status-public-response-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.status-public-overall-metrics article:nth-child(2n),.status-public-response-metrics article:nth-child(2n){border-right:0;padding-right:0}.status-public-chart{height:144px}}@media (max-width: 620px){.status-public-card{padding:14px}.status-public-card-uptime,.status-public-card-overall,.status-public-card-response{padding:0}.status-public-card-uptime .status-public-card-inner,.status-public-card-overall .status-public-card-inner,.status-public-card-response .status-public-card-inner{padding:14px}.status-public-uptime-inner,.status-public-overall-inner,.status-public-response-inner{margin-top:6px}.status-public-card.summary{align-items:flex-start}.status-public-lock-form{flex-direction:column;align-items:stretch}.status-public-lock-submit{width:100%}.status-public-card.summary h2{font-size:1.25rem}.status-public-card.summary p{font-size:.82rem}.status-public-metrics{grid-template-columns:1fr}.status-public-metrics article{border-right:0;border-top:1px solid #edf2fa;padding-top:8px;padding-right:0}.status-public-metrics article:first-child{border-top:0;padding-top:0}.status-public-overall-metrics,.status-public-response-metrics{grid-template-columns:1fr}.status-public-overall-metrics article,.status-public-response-metrics article{border-right:0;border-top:1px solid #edf2fa;padding:10px 0 0}.status-public-overall-metrics article:first-child,.status-public-response-metrics article:first-child{border-top:0;padding-top:0}.status-public-chart{height:132px}.status-public-monitor-item{flex-direction:column}.status-public-service-head,.status-public-service-trend-head{flex-direction:column;align-items:flex-start}.status-public-monitor-main p{white-space:normal;overflow:visible;text-overflow:clip;max-width:none}.status-public-monitor-meta{align-items:flex-start}}.app-shell.status-pages-view{grid-template-columns:230px minmax(0,1fr)}.app-shell.status-pages-view.sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.app-shell.status-pages-view .panel-main{margin-top:8px;margin-left:0;margin-right:0;padding:12px}.status-pages-page{width:100%;border:0;border-radius:10px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:8px}.status-pages-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:1px 2px 5px}.status-pages-header h1{margin:0;font-size:1.3rem;font-weight:800;color:var(--blue)}.status-pages-create-button{border:0;border-radius:8px;min-height:30px;padding:0 11px;background:#1f5cbc;color:#fff;font-size:.74rem;font-weight:700;cursor:pointer}.status-pages-table{border:1px solid #e2e9f3;border-radius:9px;background:#fff;overflow-x:auto;overflow-y:visible}.status-pages-table-grid{min-width:660px}.status-pages-table-head,.status-pages-row{display:grid;grid-template-columns:minmax(230px,1.9fr) minmax(150px,1.2fr) minmax(130px,.9fr) minmax(130px,.8fr);align-items:center;gap:8px}.status-pages-table-head{background:#eef3fb;padding:8px;border-bottom:1px solid #ffffff}.status-pages-table-head span{font-size:.75rem;font-weight:700;color:#334a73}.status-pages-table-head span:last-child{text-align:left}.status-pages-table-feedback{margin:0;padding:18px 12px;font-size:.82rem;color:#516992}.status-pages-table-feedback.error{color:#c64f61}.status-pages-row{background:#f2f6fc;padding:8px;border-bottom:1px solid #ffffff;cursor:pointer;transition:background-color .2s ease}.status-pages-row:last-child{border-bottom:0}.status-pages-row:hover{background:#ebf2fc}.status-pages-row:focus-visible{outline:2px solid #a6c2ec;outline-offset:-2px}.status-pages-name-cell{display:inline-flex;align-items:center;gap:7px;min-width:0}.status-pages-name-icon{width:26px;height:26px;border-radius:999px;background:#cfe1fb;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.status-pages-name-icon-core{width:13px;height:13px;border-radius:999px;background:#91b3ea;display:inline-flex;align-items:center;justify-content:center;position:relative}.status-pages-name-icon-core:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:4px solid #ffffff;transform:translate(-50%,-50%)}.status-pages-name-copy{min-width:0}.status-pages-name-copy strong{display:block;font-size:.75rem;line-height:1.1;color:#2f456a;font-weight:700}.status-pages-name-copy span{display:block;margin-top:3px;font-size:.69rem;color:#8ca0bf}.status-pages-access-cell{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;color:#3a4f73}.status-pages-status-cell{margin:0;font-size:.78rem;color:#3a4f73}.status-pages-actions-cell{display:inline-flex;align-items:center;gap:4px;justify-content:flex-start;justify-self:start}.status-pages-actions-cell>button,.status-pages-actions-cell>.status-pages-menu-wrap>.status-pages-more-button{border:0;width:30px;height:30px;border-radius:9px;background:#f3f7fe;color:#5c7296;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.status-pages-actions-cell>.status-pages-menu-wrap>.status-pages-more-button{width:22px;height:30px;border-radius:6px;background:transparent}.status-pages-actions-cell>.status-pages-menu-wrap>.status-pages-more-button:hover{background:#e9eff8}.status-pages-menu-wrap{position:relative;display:inline-flex;align-items:center}.status-pages-options-menu{position:absolute;top:calc(100% + 8px);right:0;left:auto;transform:none;width:220px;border-radius:12px;border:1px solid #dbe5f4;background:#f8fbff;box-shadow:0 12px 24px #1d2d4a2e;overflow:hidden;z-index:25;display:flex;flex-direction:column;text-align:left}.status-pages-options-menu.open-up{top:auto;bottom:calc(100% + 8px)}.status-pages-options-menu-floating{position:fixed;top:0;left:0;z-index:80}.status-pages-menu-item{width:100%!important;min-height:46px!important;height:auto!important;border:0;border-top:1px solid #e4ebf7;border-radius:0!important;margin:0;background:transparent!important;color:#2f456d;padding:0 14px;font-family:inherit;font-size:.88rem;font-weight:700;line-height:1.2;text-align:left;display:inline-flex;gap:8px;justify-content:flex-start;grid-template-columns:none;align-items:center;cursor:pointer;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}.status-pages-menu-item:first-child{border-top:0}.status-pages-menu-item:hover{background:#e9f1ff!important;color:#1f4ea3}.status-pages-menu-item.delete{color:#d74e64;background:#fff2f5!important;border-top-color:#f0d2da}.status-pages-menu-item.delete:hover{background:#ffe8ee!important;color:#cc3d55}.status-pages-options-menu .status-pages-menu-item svg{flex-shrink:0;width:17px;height:17px;stroke-width:1.9}.status-pages-menu-item-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:currentColor}.status-pages-menu-item-icon svg{display:block}.status-pages-options-menu .status-pages-menu-item>span:not(.status-pages-menu-item-icon){display:block;line-height:1.15;text-align:left}@media (max-width: 900px){.app-shell.status-pages-view{grid-template-columns:1fr}.status-pages-header{flex-direction:column;align-items:flex-start}.status-pages-create-button{width:100%;justify-content:center}}@media (max-width: 700px){.status-pages-table-grid{min-width:0}.status-pages-table-head{display:none}.status-pages-row{grid-template-columns:1fr;gap:6px;padding:12px 10px}.status-pages-access-cell,.status-pages-status-cell,.status-pages-actions-cell{font-size:.74rem}.status-pages-access-cell:before{content:"Access";color:#7c90b1;font-weight:700;margin-right:8px}.status-pages-status-cell:before{content:"Status";color:#7c90b1;font-weight:700;margin-right:8px}.status-pages-actions-cell:before{content:"Actions";color:#7c90b1;font-weight:700;margin-right:8px}.status-pages-actions-cell{justify-self:stretch;flex-wrap:wrap;row-gap:6px}}.invite-team-page{grid-column:2 / 4;margin-top:0}.invite-team-card{position:relative;border:1px solid #dfe8f5;border-radius:16px;background-color:#f5f7fc;background-image:url(/assets/Background-B_WkszVF.png);background-position:center;background-repeat:no-repeat;background-size:cover;min-height:calc(100vh - 32px);overflow:hidden;padding:14px 18px 30px}.invite-team-kicker{margin:0;color:#2465c9;font-size:1rem;font-weight:800}.invite-team-content{margin:18px auto 0;width:min(100%,680px)}.invite-team-title{margin:0 0 20px;color:#2d3853;font-size:3.2rem;line-height:1.06;font-weight:800;letter-spacing:-.018em;white-space:nowrap;text-align:center}.invite-team-title span{color:#2e6de0}.invite-team-form{display:flex;flex-direction:column;gap:9px;width:min(100%,580px);margin:0 auto}.invite-team-form label{color:#2f3e5e;font-size:.76rem;font-weight:700}.invite-team-form input,.invite-team-select-shell select{width:100%;height:36px;border:0;border-radius:6px;background:#ffffffdb;color:#334766;font-size:.76rem;font-weight:500;padding:0 11px;outline:none}.invite-team-form input::placeholder{color:#a2b1c8}.invite-team-select-shell{position:relative}.invite-team-select-shell select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:30px}.invite-team-select-shell svg{position:absolute;right:11px;top:50%;transform:translateY(-50%);color:#8ba0bf;pointer-events:none}.invite-team-multi-select{width:100%;min-height:36px;border:0;border-radius:6px;background:#ffffffdb;display:flex;align-items:center;gap:8px;padding:6px 10px;cursor:pointer}.invite-team-selected-chips{display:flex;flex-wrap:wrap;align-items:center;gap:7px;min-width:0;flex:1}.invite-team-selected-placeholder{color:#a2b1c8;font-size:.74rem;font-weight:500}.invite-team-chip{border:0;border-radius:8px;background:#e9eff9;color:#3d4d6d;height:24px;padding:0 9px;display:inline-flex;align-items:center;gap:8px;font-size:.74rem;font-weight:600;cursor:pointer}.invite-team-chip-dot{width:10px;height:10px;border-radius:999px;background:#2f79ff;box-shadow:0 0 0 2px #dbe7fb}.invite-team-multi-select svg{color:#8ba0bf;flex-shrink:0}.invite-team-multi-toggle{border:0;background:transparent;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.invite-team-multi-toggle svg{transition:transform .2s ease}.invite-team-multi-select.open .invite-team-multi-toggle svg{transform:rotate(180deg)}.invite-team-monitor-list{margin-top:6px;border:1px solid #dfe7f2;border-radius:6px;overflow:hidden;background:#ffffffb8}.invite-team-monitor-row{min-height:34px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;color:#556987;font-size:.74rem;font-weight:600;width:100%;border:0;background:transparent;cursor:pointer;text-align:left}.invite-team-monitor-row+.invite-team-monitor-row{border-top:1px solid #e5ecf6}.invite-team-monitor-row:hover{background:#f6f9ff}.invite-team-monitor-dot{width:11px;height:11px;border-radius:999px;background:#e0e7f2;flex-shrink:0}.invite-team-monitor-row.selected .invite-team-monitor-dot{background:#2f79ff;box-shadow:0 0 0 3px #dbe7fb}.invite-team-submit-button{margin:18px auto 0;border:0;border-radius:7px;background:#1f5bc3;color:#fff;min-width:142px;height:34px;padding:0 16px;font-size:.73rem;font-weight:700;cursor:pointer}.invite-team-submit-button:hover{background:#1b50ac}.invite-team-submit-button:disabled{background:#7fa3d7;cursor:not-allowed}.invite-team-feedback{margin:8px 0 0;font-size:.74rem;font-weight:600}.invite-team-feedback.error{color:#b33a3a}.invite-team-feedback.success{color:#2a7a42;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.45}@media (max-width: 1000px){.invite-team-page{grid-column:1}.invite-team-card{min-height:auto;overflow:visible}.invite-team-content{margin-top:28px}.invite-team-title{font-size:2.6rem}.invite-team-form{width:100%}}@media (max-width: 680px){.invite-team-card{padding:12px}.invite-team-content{width:100%}.invite-team-title{font-size:2rem;white-space:normal}}.team-members-manage-page{grid-column:2 / 4;margin-top:0;padding:2px 8px 2px 2px}.team-members-manage-shell{border:1px solid #dfe8f5;border-radius:16px;background:#f5f8ff;min-height:calc(100vh - 38px);padding:16px 18px 18px}.team-members-manage-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.team-members-manage-title-wrap h1{margin:0;color:#285dc4;font-size:1.75rem;font-weight:800}.team-members-manage-title-wrap p{margin:6px 0 0;color:#6a7f9f;font-size:.84rem;font-weight:600}.team-members-manage-top-actions{display:flex;align-items:center;gap:8px}.team-members-manage-ghost,.team-members-manage-primary{height:36px;border-radius:8px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.72rem;font-weight:700;cursor:pointer}.team-members-manage-ghost{border:1px solid #c7d7f3;background:#edf3ff;color:#2f61ba}.team-members-manage-ghost:hover{background:#e4edff}.team-members-manage-primary{border:0;background:#1f5bc3;color:#fff}.team-members-manage-primary:hover{background:#1c50ad}.team-members-manage-grid{display:grid;grid-template-columns:1fr;gap:12px}.team-members-manage-error{margin:0;border:1px solid #efc2c7;border-radius:9px;background:#fff6f7;color:#bb3d4a;padding:8px 10px;font-size:.75rem;font-weight:700}.team-members-manage-page .team-members-manage-card{border:1px solid #dce6f5;border-radius:12px;background:#fff;padding:12px}.team-members-manage-page .team-members-manage-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.team-members-manage-page .team-members-manage-card-header h2{margin:0;color:#2d446a;font-size:.9rem;font-weight:800}.team-members-manage-page .team-members-manage-card-header span{min-width:22px;height:22px;border-radius:999px;background:#edf4ff;color:#2a64c6;display:inline-flex;align-items:center;justify-content:center;font-size:.66rem;font-weight:800}.team-members-manage-page .team-members-manage-empty{margin:0;color:#8094b6;font-size:.75rem}.team-members-manage-page .team-members-manage-table{border:1px solid #e4ebf7;border-radius:10px;overflow:visible}.team-members-manage-page .team-members-manage-row{display:grid;grid-template-columns:1.1fr 1.8fr .7fr .7fr .7fr;align-items:center;gap:8px;min-height:38px;padding:0 10px;border-top:1px solid #edf2fa;color:#3e5479;font-size:.72rem;font-weight:600}.team-members-manage-page .team-members-manage-row.invitations,.team-members-manage-page .team-members-manage-row.head.invitations{grid-template-columns:1.6fr .7fr .7fr .7fr .7fr}.team-members-manage-page .team-members-manage-row.head{border-top:0;background:#f4f8ff;color:#4e6791;font-size:.66rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase}.team-members-manage-page .team-members-manage-row:first-child{border-top:0}.team-members-manage-page .team-members-manage-email{display:inline-flex;align-items:center;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-members-manage-page .team-members-manage-row.invitation-row-disabled{opacity:.62}.team-members-manage-page .team-members-manage-actions{display:inline-flex;justify-content:flex-end;width:100%;position:relative}.team-members-manage-page .team-members-user-menu-wrap{position:relative;display:inline-flex;justify-content:flex-end}.team-members-manage-page .team-members-user-menu-trigger{width:30px;height:28px;border:1px solid #dae6f8;border-radius:8px;background:#f4f8ff;color:#5d75a0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.team-members-manage-page .team-members-user-menu-trigger:hover{background:#ebf2ff;color:#355c95}.team-members-manage-page .team-members-user-menu-trigger:disabled{opacity:.5;cursor:not-allowed}.team-members-manage-page .team-members-user-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:176px;border:1px solid #d8e3f6;border-radius:10px;background:#fff;box-shadow:0 12px 24px #22406f2e;padding:6px;z-index:12;display:grid;gap:4px}.team-members-manage-page .team-members-user-menu-item{border:1px solid transparent;border-radius:8px;background:#fff;color:#355a8f;height:32px;padding:0 9px;display:inline-flex;align-items:center;gap:7px;font-size:.67rem;font-weight:700;cursor:pointer}.team-members-manage-page .team-members-user-menu-item:hover{background:#f2f7ff;border-color:#d9e5f8}.team-members-manage-page .team-members-user-menu-item.danger{color:#be4050}.team-members-manage-page .team-members-user-menu-item.danger:hover{background:#fff1f3;border-color:#f2ccd2}.team-members-manage-page .team-members-user-menu-item:disabled{opacity:.45;cursor:not-allowed}.team-members-manage-page .team-members-protected-badge{border-radius:999px;background:#edf4ff;color:#2f5fa8;min-height:24px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;font-size:.68rem;font-weight:700;white-space:nowrap}.team-members-manage-page .team-members-delete-button{border:1px solid #f3ccd2;border-radius:7px;background:#fff3f5;color:#c44655;height:28px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:.67rem;font-weight:700;cursor:pointer}.team-members-manage-page .team-members-delete-button:hover{background:#ffe8ec}.team-members-manage-page .team-members-delete-button:disabled{opacity:.45;cursor:not-allowed}.team-members-manage-page .status-active{color:#1b9a5c;font-weight:700}.team-members-manage-page .status-inactive{color:#8ea1bf;font-weight:700}.team-members-manage-page .invitation-status{font-weight:700}.team-members-manage-page .invitation-status.pending{color:#df8c1c}.team-members-manage-page .invitation-status.accepted{color:#1b9a5c}.team-members-manage-page .invitation-status.expired{color:#c45a66}@media (max-width: 1000px){.team-members-manage-page{grid-column:1;margin-top:0;padding:0}.team-members-manage-shell{min-height:auto}}@media (max-width: 780px){.team-members-manage-top{flex-direction:column}.team-members-manage-page .team-members-manage-row,.team-members-manage-page .team-members-manage-row.head,.team-members-manage-page .team-members-manage-row.invitations,.team-members-manage-page .team-members-manage-row.head.invitations{grid-template-columns:1fr;align-items:flex-start;padding:8px 10px;gap:3px}}.team-members-page{grid-column:2 / 4;margin-top:0;padding:2px 8px 2px 2px}.team-members-card{position:relative;border:1px solid #dfe8f5;border-radius:16px;background-color:#f5f7fc;background-image:url(/assets/Background-B_WkszVF.png);background-position:center;background-repeat:no-repeat;background-size:100% 100%;min-height:calc(100vh - 38px);overflow:hidden;padding:16px 18px 30px}.team-members-card:before{content:none;position:absolute;top:24px;right:36px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle at center,#9a95f76b,#9a95f733,#9a95f70a 68%,#9a95f700 76%);filter:blur(6px);pointer-events:none}.team-members-card:after{content:none;position:absolute;left:140px;bottom:-80px;width:520px;height:260px;background:radial-gradient(circle at 20% 50%,#f5c2da6b,#f5c2da00 72%);pointer-events:none}.team-members-kicker{margin:0;position:relative;z-index:1;color:#2465c9;font-size:1rem;font-weight:800}.team-members-content{position:relative;z-index:1;margin-top:112px;max-width:670px}.team-members-title{margin:0;color:#2d3853;font-size:2.6rem;line-height:1.44;font-weight:800;letter-spacing:-.018em}.team-members-title span{display:block;color:#3271e7;letter-spacing:-.01em}.team-members-points{list-style:none;margin:30px 0 0;padding:0;display:flex;flex-direction:column;gap:18px}.team-members-points li{display:flex;align-items:center;gap:16px}.team-members-point-icon{width:40px;height:40px;border-radius:999px;background:#dce7fb;color:#2d6de1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.team-members-point-image{width:15px;height:15px;object-fit:contain;display:block}.team-members-points p{margin:0;color:#4e5f7e;font-size:1.02rem;line-height:1.36;font-weight:500;max-width:560px}.team-members-invite-button{margin-top:22px;border:0;border-radius:7px;background:#1f5bc3;color:#fff;min-width:148px;height:36px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.68rem;font-weight:700;line-height:1;cursor:pointer}.team-members-invite-button:hover{background:#1b50ac}.team-members-actions{margin-top:22px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.team-members-actions .team-members-invite-button{margin-top:0}.team-members-manage-button{border:1px solid #c8d8f3;border-radius:7px;background:#eff4ff;color:#2d5fb8;min-width:214px;height:36px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.68rem;font-weight:700;line-height:1;cursor:pointer}.team-members-manage-button:hover{background:#e6eeff}.team-members-manage-panel{margin-top:16px;display:grid;grid-template-columns:1fr;gap:12px}.team-members-manage-card{border:1px solid #dce6f5;border-radius:12px;background:#fff;padding:12px}.team-members-manage-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.team-members-manage-header h2{margin:0;color:#2d446a;font-size:.9rem;font-weight:800}.team-members-manage-header span{min-width:22px;height:22px;border-radius:999px;background:#edf4ff;color:#2a64c6;display:inline-flex;align-items:center;justify-content:center;font-size:.66rem;font-weight:800}.team-members-manage-empty{margin:0;color:#8094b6;font-size:.75rem}.team-members-manage-table{border:1px solid #e4ebf7;border-radius:10px;overflow:visible}.team-members-manage-row{display:grid;grid-template-columns:1.2fr 1.9fr .8fr .8fr;align-items:center;gap:8px;min-height:38px;padding:0 10px;border-top:1px solid #edf2fa;color:#3e5479;font-size:.72rem;font-weight:600}.team-members-manage-row.invitations,.team-members-manage-row.head.invitations{grid-template-columns:1.8fr .8fr .8fr .8fr}.team-members-manage-row.head{border-top:0;background:#f4f8ff;color:#4e6791;font-size:.66rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase}.team-members-manage-row:first-child{border-top:0}.team-members-manage-email{display:inline-flex;align-items:center;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-active{color:#1b9a5c;font-weight:700}.status-inactive{color:#8ea1bf;font-weight:700}.invitation-status{font-weight:700}.invitation-status.pending{color:#df8c1c}.invitation-status.accepted{color:#1b9a5c}.invitation-status.expired{color:#c45a66}@media (max-width: 1200px){.team-members-title{font-size:3.2rem}.team-members-points p{font-size:1rem}}@media (max-width: 1000px){.team-members-page{grid-column:1;margin-top:0;padding:0}.team-members-card{min-height:auto;overflow:visible}.team-members-content{margin-top:52px}.team-members-title{font-size:2.2rem}}@media (max-width: 680px){.team-members-card{padding:12px}.team-members-title{font-size:1.8rem}.team-members-points p{font-size:.95rem}.team-members-card:before{width:220px;height:220px;right:-30px}.team-members-card:after{width:320px;left:-40px;bottom:-100px}.team-members-manage-row,.team-members-manage-row.head,.team-members-manage-row.invitations,.team-members-manage-row.head.invitations{grid-template-columns:1fr;align-items:flex-start;padding:8px 10px;gap:3px}}.team-management-page{padding:0;background:#f8fafc;min-height:100vh;width:100%;max-width:none;grid-column:1 / -1;margin:-18px -24px -18px -18px}.team-management-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding:16px 0;border-bottom:1px solid #e2e8f0;width:100%}.team-management-title{display:flex;align-items:center;gap:16px}.team-management-title h1{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}.back-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#f1f5f9;color:#64748b;border-radius:10px;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#e2e8f0;color:#334155}.management-tabs{display:flex;gap:8px;margin-bottom:24px;padding:4px;background:#f1f5f9;border-radius:10px;width:fit-content}.tab-button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;background:transparent;color:#64748b;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.tab-button:hover{background:#ffffff80;color:#475569}.tab-button.active{background:#fff;color:#3b82f6;box-shadow:0 1px 3px #0000001a}.tab-button .tab-badge{background:#3b82f6;color:#fff;font-size:.7rem;padding:2px 8px;border-radius:12px;min-width:20px;text-align:center}.tab-button .tab-badge.has-requests{background:#f59e0b;animation:pulse 2s infinite}.invite-section{min-height:400px}.invite-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.invite-placeholder{display:flex;flex-direction:column;align-items:center;gap:16px;color:#94a3b8}.invite-placeholder svg{color:#3b82f6}.invite-placeholder p{margin:0;font-size:1rem}.primary-button.large{padding:14px 28px;font-size:1rem}.team-management-content{display:flex;flex-direction:column;gap:24px;width:100%}.management-section{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:visible;box-shadow:0 1px 3px #0000000d;height:500px;display:flex;flex-direction:column}.management-section.full-width{width:100%;max-width:none;height:auto;min-height:500px}.section-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.section-header svg{color:#3b82f6}.section-header h2{margin:0;font-size:1rem;font-weight:700;color:#1e293b;flex:1}.section-badge{background:#3b82f6;color:#fff;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:20px;min-width:24px;text-align:center}.section-badge.has-requests{background:#f59e0b;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.section-content{padding:16px;flex:1;overflow-y:auto}.empty-message,.loading-message{text-align:center;color:#94a3b8;padding:40px 20px;font-size:.9rem}.users-table{border:1px solid #e2e8f0;border-radius:10px;overflow:visible}.table-header{display:grid;grid-template-columns:2fr 1fr 1fr 60px;gap:12px;padding:12px 16px;background:#f1f5f9;border-bottom:1px solid #e2e8f0;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.users-list{list-style:none;padding:0;margin:0}.user-row{display:grid;grid-template-columns:2fr 1fr 1fr 60px;gap:12px;padding:12px 16px;align-items:center;border-bottom:1px solid #f1f5f9;transition:background .15s ease}.user-row:last-child{border-bottom:none}.user-row:hover{background:#f8fafc}.user-row.inactive{opacity:.7}.user-cell{display:flex;align-items:center}.user-info-cell{display:flex;align-items:center;gap:12px}.user-avatar-large{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.user-details{display:flex;flex-direction:column;gap:2px}.user-details strong{font-size:.9rem;color:#1e293b;font-weight:600}.user-email{font-size:.8rem;color:#64748b}.role-select{padding:6px 12px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;font-size:.8rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.role-select:hover{border-color:#3b82f6}.role-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.role-select:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.role-select.role-admin{color:#3b82f6}.role-select.role-super{color:#f59e0b}.role-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:uppercase}.role-badge.role-super{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.status-toggle{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.status-toggle:hover:not(:disabled){border-color:currentColor}.status-toggle:disabled{cursor:not-allowed;opacity:.6}.status-toggle.active{color:#16a34a;border-color:#dcfce7;background:#f0fdf4}.status-toggle.inactive{color:#dc2626;border-color:#fee2e2;background:#fef2f2}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.action-btn.delete{background:#fef2f2;color:#dc2626}.action-btn.delete:hover:not(:disabled){background:#dc2626;color:#fff}.action-btn:disabled{opacity:.4;cursor:not-allowed}.actions-cell{justify-content:flex-end}.requests-list{display:flex;flex-direction:column;gap:12px}.request-card{display:flex;justify-content:space-between;align-items:flex-start;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:all .2s ease}.request-card:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.request-info{display:flex;gap:12px;flex:1}.request-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.request-details{display:flex;flex-direction:column;gap:4px}.request-details strong{font-size:.95rem;color:#1e293b;font-weight:600}.request-email{font-size:.85rem;color:#64748b}.request-message{margin:4px 0 0;padding:8px 12px;background:#f1f5f9;border-radius:6px;font-size:.8rem;color:#64748b;font-style:italic;border-left:3px solid #3b82f6}.request-date{font-size:.75rem;color:#94a3b8;margin-top:4px}.request-action-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-approve{background:#dcfce7;color:#16a34a}.btn-approve:hover{background:#16a34a;color:#fff}.btn-reject{background:#fee2e2;color:#dc2626}.btn-reject:hover{background:#dc2626;color:#fff}.primary-button{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.primary-button:hover{background:#2563eb}@media (max-width: 1200px){.team-management-content{flex-direction:column}.management-section{min-height:auto}}.management-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:24px 40px 0}.management-page-title h1{font-size:1.75rem;font-weight:700;color:#1e3a8a;margin:0 0 8px}.management-page-subtitle{color:#64748b;font-size:.875rem;margin:0}.management-page-actions{display:flex;gap:12px}.btn-outline{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.btn-primary{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;background:#1e3a8a;color:#fff;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:#1e40af}.btn-primary.btn-requests{position:relative}.btn-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:#f59e0b;color:#fff;border-radius:9px;font-size:.65rem;font-weight:700;margin-left:6px}.management-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;margin-bottom:24px;margin-left:40px;margin-right:40px;overflow:visible}.management-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f5f9}.management-card-header h2{font-size:.875rem;font-weight:600;color:#1e293b;margin:0}.management-card-actions{display:flex;align-items:center;gap:12px}.count-badge{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:#eff6ff;color:#1e3a8a;border-radius:12px;font-size:.75rem;font-weight:600}.count-badge.has-requests{background:#fef3c7;color:#d97706}.management-table{width:100%}.table-row{display:grid;grid-template-columns:1.5fr 2fr 1fr 1fr .75fr;align-items:center;padding:12px 20px;border-bottom:1px solid #f8fafc;font-size:.875rem}.table-row.current-user{position:relative;z-index:1;box-shadow:0 8px 20px #1e3a8a24}.table-row:last-child{border-bottom:none}.table-header-row{background:#f8fafc;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.cell-name{color:#334155;font-weight:500}.cell-email{color:#475569}.cell-email-with-icon{display:flex;align-items:center;gap:8px;color:#475569}.cell-email-with-icon svg{color:#94a3b8}.cell-role{display:flex;align-items:center}.role-text{font-size:.875rem;color:#475569}.role-text.role-admin{color:#1e3a8a;font-weight:500}.role-text.role-super{color:#dc2626;font-weight:600}.role-select-clean{border:none;background:transparent;color:#475569;font-size:.875rem;cursor:pointer;padding:4px 8px;border-radius:4px}.role-select-clean:hover{background:#f1f5f9}.role-select-clean:disabled{cursor:not-allowed;opacity:.6}.cell-status{display:flex;align-items:center}.status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:500}.status-badge.status-active{background:#d1fae5;color:#059669}.status-badge.status-inactive{background:#f1f5f9;color:#64748b}.status-badge.status-accepted{background:#d1fae5;color:#059669}.status-badge.status-pending{background:#fef3c7;color:#d97706}.status-badge.status-expired{background:#f1f5f9;color:#64748b}.cell-actions{display:flex;justify-content:flex-end;position:relative}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#94a3b8;border-radius:6px;cursor:pointer;transition:all .2s ease}.btn-icon:hover{background:#f1f5f9;color:#64748b}.action-menu-container{position:relative;display:inline-flex;align-items:center;justify-content:center}.action-menu{position:absolute;top:100%;right:0;left:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:10000;overflow:hidden;margin-top:4px;transform-origin:top right}.action-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;background:transparent;color:#64748b;font-size:.875rem;cursor:pointer;transition:all .2s ease;text-align:left}.action-menu-item:hover{background:#f8fafc;color:#334155}.action-menu-item svg{color:#94a3b8}.action-menu-item-danger{color:#dc2626}.action-menu-item-danger:hover{background:#fef2f2;color:#dc2626}.action-menu-item-danger svg{color:#dc2626}.btn-delete{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #fecaca;background:#fef2f2;color:#dc2626;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .2s ease}.btn-delete:hover{background:#fecaca}.empty-row{padding:24px;text-align:center;color:#94a3b8;font-size:.875rem}.requests-list-compact{padding:16px 20px}.request-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9}.request-item:last-child{border-bottom:none}.request-item-info{display:flex;flex-direction:column;gap:4px}.request-item-info strong{font-size:.875rem;color:#334155}.request-item-info span{font-size:.75rem;color:#64748b}.request-item-actions{display:flex;gap:8px}.btn-approve-sm,.btn-reject-sm{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .2s ease}.btn-approve-sm{background:#d1fae5;color:#059669;border:1px solid #a7f3d0}.btn-approve-sm:hover{background:#a7f3d0}.btn-reject-sm{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.btn-reject-sm:hover{background:#fecaca}.btn-delete-sm{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #fee2e2;border-radius:6px;background:#fff;color:#dc2626;font-size:.8rem;cursor:pointer;transition:all .2s ease}.btn-delete-sm:hover{background:#fee2e2}.btn-delete-sm:disabled{opacity:.5;cursor:not-allowed}.btn-icon-delete{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#fff0f1;color:#c4303b;border-radius:6px;cursor:pointer;transition:all .12s ease}.btn-icon-delete:hover{background:#ffe6e9;color:#a3222a}.btn-icon-delete:disabled{opacity:.5;cursor:not-allowed}.requests-section{scroll-margin-top:24px}.request-message{color:#64748b;font-size:.8rem;margin-top:4px;font-style:italic}@media (max-width: 768px){.team-management-page{padding:12px}.management-page-header{flex-direction:column;gap:16px}.table-row{grid-template-columns:1fr;gap:8px}.table-header-row{display:none}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.team-user-edit-modal{max-width:640px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.modal-close{background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;color:#6b7280;transition:all .2s}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-body{padding:24px}.form-section{margin-bottom:20px}.form-section:last-child{margin-bottom:0}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:10px}.role-options{display:flex;gap:12px}.role-option{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500;color:#374151}.role-option:hover{border-color:#d1d5db}.role-option.selected{border-color:#3b82f6;background:#eff6ff;color:#3b82f6}.team-user-edit-note{margin-top:8px;font-size:.8rem;color:#64748b}.team-user-active-toggle{display:inline-flex;align-items:center;gap:10px;font-size:.875rem;font-weight:500;color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none}.team-user-active-toggle input{width:16px;height:16px}.team-user-edit-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.team-user-edit-actions .btn-outline,.team-user-edit-actions .btn-delete-sm,.team-user-edit-actions .btn-primary{min-width:120px}.monitors-list{max-height:280px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:4px}.monitor-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease;background:#fff;box-shadow:0 1px 3px #0000000d}.monitor-item:hover{border-color:#8b5cf6;box-shadow:0 2px 8px #8b5cf626}.monitor-item.selected{border-color:#8b5cf6;background:#faf5ff}.monitor-icon{width:40px;height:40px;border-radius:50%;background:#f1f5f9;border:2px solid #e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.monitor-icon svg{width:20px;height:20px}.monitor-info{flex:1;display:flex;flex-direction:column;gap:4px}.monitor-name{font-size:.95rem;color:#1f2937;font-weight:500}.monitor-meta{display:flex;align-items:center;gap:8px;font-size:.75rem}.monitor-type{background:#f3f4f6;color:#6b7280;padding:2px 8px;border-radius:4px;font-weight:500}.monitor-status{color:#10b981;font-weight:500}.monitor-status.monitor-status-down{color:#ef4444}.monitor-status.monitor-status-paused{color:#f59e0b}.monitor-status.monitor-status-pending{color:#64748b}.monitor-input{width:20px;height:20px;cursor:pointer;accent-color:#8b5cf6;flex-shrink:0}.monitor-checkbox{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;cursor:pointer;border-bottom:1px solid #e2e8f0;transition:background .2s;background:#faf5ff;min-height:44px}.monitor-checkbox:last-child{border-bottom:none}.monitor-checkbox:hover{background:#f3e8ff}.monitor-checkbox span{font-size:.95rem;color:#4b5563;font-weight:400;cursor:pointer;flex:1;-webkit-user-select:none;user-select:none}.monitor-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#8b5cf6;flex-shrink:0}.empty-message{text-align:center;color:#6b7280;font-size:.875rem;padding:20px;margin:0}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.btn-outline{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-outline:hover{background:#f3f4f6}.btn-primary{padding:8px 16px;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#2563eb}.btn-primary:disabled{opacity:.5;cursor:not-allowed}:root{--bg: #e4e9f0;--panel: #f2f6fc;--card: #ffffff;--line: #dfe7f3;--text: #25365a;--muted: #7b8eaf;--blue: #2959bf;--blue-soft: #dce8ff}:root[data-theme=dark]{--bg: #0f1724;--panel: #172033;--card: #1a2438;--line: #2a3551;--text: #e5ecff;--muted: #a8b6d4;--blue: #79a8ff;--blue-soft: #203252}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Manrope,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}:root[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(90,122,203,.18),transparent 28%),linear-gradient(135deg,#0f1724,#111c2c)}:root[data-theme=dark] .sidebar,:root[data-theme=dark] .panel-main,:root[data-theme=dark] .profile-page-card,:root[data-theme=dark] .panel-card,:root[data-theme=dark] .status-card,:root[data-theme=dark] .workspace-top,:root[data-theme=dark] .modal-container,:root[data-theme=dark] .filter-bar,:root[data-theme=dark] .chip-button,:root[data-theme=dark] .form-input,:root[data-theme=dark] .secondary-button,:root[data-theme=dark] .primary-button,:root[data-theme=dark] .profile-action-item,:root[data-theme=dark] .profile-overview-item{box-shadow:none}:root[data-theme=dark] .sidebar,:root[data-theme=dark] .panel-main,:root[data-theme=dark] .profile-page-card,:root[data-theme=dark] .panel-card,:root[data-theme=dark] .status-card,:root[data-theme=dark] .workspace-top,:root[data-theme=dark] .modal-container,:root[data-theme=dark] .filter-bar,:root[data-theme=dark] .chip-button,:root[data-theme=dark] .form-input,:root[data-theme=dark] .secondary-button,:root[data-theme=dark] .primary-button,:root[data-theme=dark] .profile-action-item,:root[data-theme=dark] .profile-overview-item,:root[data-theme=dark] .profile-consult-item,:root[data-theme=dark] .settings-card,:root[data-theme=dark] .settings-theme-card{background-color:#121a2af2;border-color:var(--line)}:root[data-theme=dark] .menu-link,:root[data-theme=dark] .menu-text,:root[data-theme=dark] .workspace-top h1,:root[data-theme=dark] .profile-page-top p,:root[data-theme=dark] .profile-hero-name-row h2,:root[data-theme=dark] .profile-consult-copy h3,:root[data-theme=dark] .profile-overview-card h2,:root[data-theme=dark] .profile-overview-item strong,:root[data-theme=dark] .profile-action-item,:root[data-theme=dark] .profile-consult-item strong,:root[data-theme=dark] .settings-section-header h2,:root[data-theme=dark] .form-label,:root[data-theme=dark] .secondary-button,:root[data-theme=dark] .primary-button,:root[data-theme=dark] .form-input{color:var(--text)}:root[data-theme=dark] .form-input::placeholder,:root[data-theme=dark] .profile-overview-intro,:root[data-theme=dark] .profile-tip,:root[data-theme=dark] .profile-consult-copy p,:root[data-theme=dark] .settings-section-header p,:root[data-theme=dark] .settings-avatar-copy span,:root[data-theme=dark] .profile-copy span{color:var(--muted)}:root[data-theme=dark] .profile-action-item:hover,:root[data-theme=dark] .settings-theme-card:hover{border-color:#3a4f76}:root[data-theme=dark] .modal-header,:root[data-theme=dark] .profile-consult-modal-header{background:#182033}:root[data-theme=dark] .modal-close-btn{color:var(--muted)}:root[data-theme=dark] .sidebar-collapse-toggle,:root[data-theme=dark] .logout-button,:root[data-theme=dark] .chip-button.active{background:#23324e;color:var(--text)}button,input{font:inherit}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.menu-material-icon{font-size:18px;line-height:1}.menu-icon-slot{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s ease,color .2s ease}.menu-custom-icon{width:16px;height:16px;flex-shrink:0;display:block}.menu-monitoring-image{width:16px;height:16px;object-fit:contain;display:block}.app-shell{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr) 210px;gap:16px;padding:16px;position:relative}.app-shell.team-members-management-view{grid-template-columns:230px 1fr;gap:16px;padding:16px}.app-shell.team-members-management-view .panel-main{margin-right:0;margin-left:0;border-radius:14px}.sidebar{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px 14px;display:flex;flex-direction:column;align-self:start;min-height:calc(100vh - 32px);grid-row:1;transition:padding .35s ease}.sidebar-head{display:flex;align-items:center;gap:8px}.sidebar-collapse-toggle{width:24px;height:24px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#8baee8;cursor:pointer;flex-shrink:0}.sidebar-collapse-toggle:hover{background:#7da2e2}.sidebar-collapse-toggle.pending{cursor:wait;opacity:.9}.sidebar-collapse-toggle.pending svg{animation:sidebar-toggle-wait .3s ease}.sidebar-collapse-toggle:disabled{pointer-events:none}@keyframes sidebar-toggle-wait{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.brand-copy h2{margin:0;font-size:1.15rem;color:#427cef;font-weight:800}.mobile-close{margin-left:auto;display:none;width:30px;height:30px;border:0;border-radius:10px;background:#e4ecfb;color:var(--blue);align-items:center;justify-content:center}.sidebar-nav{margin-top:42px;display:flex;flex-direction:column;gap:8px}.menu-link{border:0;background:transparent;color:#000;border-radius:10px;min-height:44px;height:44px;width:100%;padding:10px;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;font-size:.8rem;font-weight:500}.menu-link:hover{background:#edf3ff}.menu-link:focus,.menu-link:focus-visible{outline:none;box-shadow:none}.menu-link.active{background:var(--blue-soft);color:#2d3853;font-weight:600}.menu-link.active .menu-icon-slot{background:#d0def6}.menu-link.active .menu-material-icon,.menu-link.active .menu-custom-icon,.menu-link.active svg{color:var(--blue)}.menu-link.menu-link-monitoring{color:#000}.menu-link.menu-link-monitoring.active{color:var(--blue)}.menu-link.menu-link-monitoring.active .menu-icon-slot{background:#d0def6}.menu-link.menu-link-monitoring .menu-monitoring-image{filter:grayscale(1) brightness(0)}.menu-link.menu-link-monitoring.active .menu-monitoring-image{filter:none}.menu-text{font-size:.8rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{margin-top:auto;display:flex;align-items:center;gap:10px;padding:8px 4px;min-width:0;position:relative}.profile-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(145deg,#0e1f3d,#3f6bc0);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;flex-shrink:0}.profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;position:relative;z-index:1}.profile-copy{flex:1;min-width:0;display:flex;flex-direction:column}.profile-copy strong{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-copy span{display:block;color:var(--muted);font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-button{margin-left:6px;border:1px solid #d7e2f2;background:#f6f9ff;color:#4f6791;width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.logout-button:hover{background:#edf3ff;border-color:#c7d8f5;color:#2f5bb4}.logout-button:focus-visible{outline:2px solid #9bbcf2;outline-offset:1px}.profile-menu{position:absolute;left:0;bottom:46px;min-width:200px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 20px #14274424;border-radius:10px;display:none;flex-direction:column;z-index:40;overflow:hidden}.profile-menu.open{display:flex}.profile-menu-item{min-height:40px;padding:0 12px;text-align:left;background:#fff;border:0;border-top:1px solid #edf2fa;width:100%;cursor:pointer;font-size:.82rem;font-weight:700;color:#344f78;display:inline-flex;align-items:center}.profile-menu-item:first-child{border-top:0}.profile-menu-item:hover{background:#f4f8ff}@media (min-width: 901px){.app-shell.sidebar-collapsed{grid-template-columns:72px minmax(0,1fr) 210px}.sidebar.collapsed{align-items:center;padding:16px 8px}.sidebar.collapsed .sidebar-head{flex-direction:column;gap:8px;width:100%}.sidebar.collapsed .brand-copy{order:1}.sidebar.collapsed .sidebar-collapse-toggle{order:2}.sidebar.collapsed .sidebar-nav{width:100%;margin-top:18px;align-items:center;gap:8px}.sidebar.collapsed .menu-link{justify-content:center;padding:6px 0;border-radius:12px}.sidebar.collapsed .menu-link:hover,.sidebar.collapsed .menu-link.active{background:transparent}.sidebar.collapsed .menu-icon-slot{width:32px;height:32px}.sidebar.collapsed .menu-link.active .menu-icon-slot{background:#d0def6;color:var(--blue)}.sidebar.collapsed .menu-text,.sidebar.collapsed .profile-copy{display:none}.sidebar.collapsed .sidebar-footer{width:100%;flex-direction:column;align-items:center;justify-content:center;gap:8px}.sidebar.collapsed .logout-button{margin-left:0}}.workspace-top{grid-column:2 / 4;display:flex;align-items:center;justify-content:space-between;gap:10px}.workspace-top h1{margin:0;font-size:1.4rem;color:var(--blue);font-weight:800}.primary-button-wrap{position:relative;display:inline-flex;align-items:stretch}.primary-button{border:0;border-radius:10px 0 0 10px;display:none;color:#fff;height:40px;padding:0 14px 0 13px;transform-origin:bottom left;transition:transform .16s ease,opacity .16s ease;opacity:0;font-size:.72rem;font-weight:600;display:inline-flex;display:flex;opacity:1;transform:none;gap:7px;cursor:pointer;white-space:nowrap}.profile-menu-item:focus{outline:none;background:#eef3fb}.primary-button-main{background:var(--blue);color:#fff;display:grid;grid-template-columns:14px auto 14px;align-items:center;justify-content:center;column-gap:7px;padding:0 14px}.primary-button-main svg{grid-column:1}.primary-button-main>span{grid-column:2}.primary-button-main:after{content:"";grid-column:3;width:14px;height:14px}.primary-button-main:hover{background:#2454b1}.primary-button-main:active{background:#1f499a}.primary-button-menu-toggle{border:0;border-left:1px solid rgba(255,255,255,.42);border-radius:0 10px 10px 0;width:34px;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.primary-button-menu-toggle:hover{background:#2454b1}.primary-button-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:172px;border:1px solid #dce6f3;border-radius:10px;background:#fff;box-shadow:0 10px 18px #16264224;z-index:25;overflow:hidden}.primary-button-menu button{width:100%;border:0;background:#fff;color:#344c72;min-height:36px;padding:0 12px;text-align:left;font-size:.76rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.primary-button-menu button+button{border-top:1px solid #edf2fa}.primary-button-menu button:hover{background:#f4f8ff}.primary-button-menu-item-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:#4c638a;flex-shrink:0}.panel-main{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:18px;margin-left:1%;margin-right:1%;margin-top:2%;display:flex;flex-direction:column;gap:10px;align-self:start}.filter-bar{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:7px 8px;display:flex;align-items:center;gap:6px}.chip-row{display:flex;align-items:center;gap:8px;flex-shrink:0}.search-row{display:flex;align-items:center;gap:8px;margin-left:auto;flex:1;min-width:0;justify-content:flex-end}.chip{font-size:.74rem;border-radius:8px;padding:6px 10px;border:1px solid var(--line);background:#eef3fc;display:inline-flex;align-items:center;gap:4px}.chip-button{border:1px solid var(--line);border-radius:8px;background:#fff;color:#3d4f72;height:40px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;font-size:.78rem;cursor:pointer;white-space:nowrap;line-height:1}.chip-counter{font-weight:600;color:#3f5b88}.chip-counter.active .counter-dot{border-color:#2f79ff;background:#2f79ff}.counter-dot{width:16px;height:16px;border-radius:50%;border:2px solid #7f8da6;display:inline-block;flex-shrink:0}.chip-button svg,.search-box svg{display:block;flex-shrink:0;width:17px;height:17px}.chip-button.active{border-color:#bfd3f8;background:var(--blue-soft);color:var(--blue);font-weight:700}.monitor-sort-wrap,.monitor-tag-wrap,.bulk-actions-wrap{position:relative}.monitor-sort-trigger{min-width:154px}.monitor-tag-trigger{min-width:128px}.bulk-actions-trigger{min-width:130px}.monitor-sort-label{min-width:74px;text-align:left}.monitor-tag-label{min-width:48px;text-align:left}.monitor-sort-menu,.monitor-tag-menu,.bulk-actions-menu{position:absolute;top:calc(100% + 8px);right:0;width:210px;border:1px solid #dfe7f3;border-radius:10px;background:#fff;box-shadow:0 10px 18px #16264224;overflow:hidden;z-index:26}.monitor-tag-menu,.bulk-actions-menu{width:188px}.monitor-sort-menu button,.monitor-tag-menu button,.bulk-actions-menu button{width:100%;min-height:48px;border:0;border-top:1px solid #e5ecf6;background:#fff;color:#3a4f73;padding:0 14px;display:inline-flex;align-items:center;justify-content:space-between;font-size:.82rem;font-weight:700;text-align:left;cursor:pointer}.monitor-sort-menu button:first-child,.monitor-tag-menu button:first-child,.bulk-actions-menu button:first-child{border-top:0}.monitor-sort-menu button:hover,.monitor-tag-menu button:hover,.bulk-actions-menu button:hover{background:#f4f8ff}.monitor-sort-menu button.selected,.monitor-tag-menu button.selected{background:#e9f0fc;color:#1f4fa2}.monitor-sort-menu button.selected svg,.monitor-tag-menu button.selected svg{color:#2f79ff}.bulk-actions-menu button.delete{color:#d35465}.bulk-actions-menu button.delete:hover{background:#fff1f4}.bulk-actions-menu-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:currentColor;flex-shrink:0}.search-box{border:1px solid var(--line);border-radius:8px;background:#fff;min-width:0;flex:1 1 360px;height:40px;padding:0 12px;display:inline-flex;align-items:center;gap:8px;color:#7d90b2}.search-box input{border:0;outline:none;width:100%;background:transparent;font-size:.78rem}.monitor-filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c2c4842;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:24}.monitor-filter-overlay.show{opacity:1;pointer-events:auto}.monitor-filter-panel{position:fixed;top:10px;right:10px;bottom:10px;width:min(380px,calc(100vw - 20px));border:1px solid #dfe7f3;border-radius:14px;background:#f2f6fc;color:#2f456a;box-shadow:-8px 0 24px #1527472e;transform:translate(110%);transition:transform .22s ease;z-index:30;display:flex;flex-direction:column;overflow:hidden}.monitor-filter-panel.show{transform:translate(0)}.monitor-filter-header{min-height:54px;padding:10px 12px;border-bottom:1px solid #dfe7f3;display:flex;align-items:center;justify-content:space-between}.monitor-filter-header h3{margin:0;font-size:1.1rem;font-weight:800;color:#2557b4}.monitor-filter-header button{width:30px;height:30px;border:0;border-radius:8px;background:#e7eef9;color:#6f83a7;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.monitor-filter-header button:hover{color:#3f5d8f;background:#dce7f8}.monitor-filter-body{flex:1;overflow:auto;padding:8px 0 12px}.monitor-filter-group{padding:12px;border-top:1px solid #e1e8f4}.monitor-filter-group:first-child{border-top:0}.monitor-filter-group label{display:block;margin-bottom:10px;color:#3b5074;font-size:.8rem;font-weight:700}.monitor-filter-select-shell{position:relative}.monitor-filter-select-shell select,.monitor-filter-group input{width:100%;height:46px;border:1px solid #d7e2f2;border-radius:10px;background:#fff;color:#334a73;font-size:.76rem;padding:0 14px;outline:none}.monitor-filter-select-shell select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:34px}.monitor-filter-select-shell svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#8ba0bf;pointer-events:none}.monitor-filter-group input::placeholder{color:#95a8c6}.monitor-filter-empty{margin-top:22px;text-align:center}.monitor-filter-empty-title{margin:0;color:#2d4268;font-size:.88rem;font-weight:800;line-height:1.35}.monitor-filter-empty-copy{margin:10px auto 0;max-width:280px;color:#7088ad;font-size:.85rem;line-height:1.45}.monitor-filter-footer{padding:10px 12px 12px;border-top:1px solid #dfe7f3;display:grid;grid-template-columns:1fr 1fr;gap:10px}.monitor-filter-reset,.monitor-filter-apply{border:0;border-radius:10px;min-height:42px;font-size:.9rem;font-weight:700;cursor:pointer}.monitor-filter-reset{background:#fff;border:1px solid #d8e3f2;color:#3c547d}.monitor-filter-apply{background:#1f5cbc;color:#fff}.monitor-filter-apply:disabled{background:#b7c9ea;color:#f4f7ff;cursor:not-allowed;opacity:1}.table-card{border:1px solid var(--line);border-radius:12px;background:var(--panel);padding:10px;min-width:0}.table-head{align-items:center;justify-content:space-between;margin-bottom:8px;background-color:var(--bg);border:1px solid var(--line);border-radius:10px;background:#fff;padding:9px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.table-head>span{font-size:.76rem;font-weight:700}.action-row{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;justify-self:end}.action-button{border:1px solid #d5e4ff;border-radius:999px;background:#edf4ff;color:#1f4d96;min-height:30px;padding:4px 12px 4px 8px;font-size:.74rem;font-weight:600;display:inline-flex;align-items:center;gap:7px;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,transform .15s ease}.action-button:hover{background:#e4eeff;border-color:#c1d5f8}.action-button:active{transform:translateY(1px)}.action-button:focus-visible{outline:2px solid #9cbdf3;outline-offset:1px}.action-button:disabled{cursor:not-allowed;opacity:.65;transform:none}.action-icon-circle{width:16px;height:16px;border:1px solid #99b8ea;border-radius:999px;color:#1f4b8f;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.action-icon-circle svg{width:10px;height:10px;stroke-width:2.2}.monitor-table{display:flex;flex-direction:column;gap:7px}.monitor-table-feedback{margin:0;padding:12px;border:1px dashed #c9d9ef;border-radius:10px;background:#f8fbff;color:#415e86;font-size:.8rem;font-weight:600}.monitor-table-feedback.error{border-color:#e7b4b4;background:#fff8f8;color:#a33f3f}.monitor-row{border:1px solid #e8edf5;border-radius:10px;background:#fff;padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) 64px minmax(130px,220px) 58px;align-items:center;gap:10px}.monitor-row.selected{border-color:#bfd3f8;background:#f8fbff}.monitor-main{display:flex;align-items:center;gap:8px;min-width:0}.monitor-checkbox{all:unset;width:12px;height:12px;background:#f0f4fb;display:inline-block;position:relative;border-radius:50%;border:1px solid #d5dfed;flex:0 0 12px;align-self:center;cursor:pointer}.monitor-checkbox.selected{border-color:#337dff;background:#2f79ff}.monitor-checkbox.selected:after{content:none}.monitor-checkbox:focus-visible{outline:2px solid #8db0ff;outline-offset:2px}.state-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.state-dot{display:none}.monitor-node{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(145deg,#adc8f2,#93b6e9);border:1px solid #9ebae3;flex-shrink:0}.monitor-node:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background:linear-gradient(150deg,#7fa7e6,#6f98da)}.monitor-node:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:5px solid #eef5ff}.state-dot.up{background:#3d87ff}.state-dot.down{background:#ef6464}.state-dot.paused{background:#f0aa3a}.state-dot.pending{background:#93a6c8}.monitor-copy{min-width:0}.monitor-copy strong{display:block;font-size:.8rem}.monitor-name-button{display:block;border:0;background:transparent;padding:0;font-size:.8rem;font-weight:700;color:#2c3f63;cursor:pointer;text-align:left}.monitor-name-button:hover{color:#2c3f63;text-decoration:none}.monitor-meta{display:flex;align-items:center;gap:6px;color:#8998b1;font-size:.7rem}.protocol{border:1px solid #dbe4f2;border-radius:999px;padding:1px 6px;font-size:.62rem;font-weight:700;letter-spacing:.02em;background:#f4f7fc;color:#7a8cae}.monitor-state-label{font-weight:700}.monitor-state-label.up{color:#3f70d7}.monitor-state-label.down{color:#dc5f5f}.monitor-state-label.paused{color:#d5922d}.monitor-state-label.pending{color:#8ca2c5}.monitor-interval{font-size:.72rem;font-weight:500;color:#9aa7bc;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;justify-self:end}.monitor-interval svg{width:11px;height:11px}.history-bars{display:flex;align-items:center;gap:2px;justify-content:flex-end}.history-bar{width:2px;height:12px;border-radius:1px;flex-shrink:0}.history-bar.up{background:#4f8fff}.history-bar.warning{background:#f0a35c}.history-bar.down{background:#ef6b6b}.monitor-uptime{font-size:.72rem;font-weight:600;color:#8f9db4;text-align:right}.status-panel{display:flex;flex-direction:column;margin-top:12%;gap:12px;align-self:start}.status-card{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:14px}.status-card h3{margin:0 0 10px;font-size:.78rem;font-weight:700}.status-ring-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:8px}.status-ring{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#d8e5fb}.status-ring .status-ring-icon{width:38px;height:38px;border-radius:50%;background:#8fb2ed;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:18px;line-height:1}.status-ring .status-ring-triangle{position:relative}.status-ring .status-ring-triangle:before{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:8px solid #fff;transform:translateY(-1px)}.status-ring-count{margin:6px 0 0;text-align:center;font-size:.82rem;font-weight:800;color:#2c63d2}.status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;text-align:center}.status-grid article{display:flex;flex-direction:column;gap:2px}.status-grid strong{font-size:.78rem}.status-grid article:nth-child(2) strong{color:var(--blue)}.status-grid span{font-size:.62rem;color:var(--muted)}.status-hint{margin:8px 0 0;text-align:center;font-size:.62rem;color:var(--muted)}.hours-row{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:6px}.hours-col{display:flex;flex-direction:column;gap:1px}.hours-uptime{margin:0;color:var(--blue);font-size:1rem;font-weight:800}.hours-value{margin:0;font-size:1rem;font-weight:800}.hours-meta{margin:0;font-size:.88rem;font-weight:700}.hours-label{color:var(--muted);font-size:.62rem}.mobile-toggle{display:none;position:fixed;top:14px;left:14px;width:33px;height:33px;border-radius:10px;border:0;color:#fff;background:var(--blue);z-index:35}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#101e3a59;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:22}.sidebar-overlay.show{opacity:1;pointer-events:auto}@media (max-width: 1100px){.app-shell{grid-template-columns:230px minmax(0,1fr) 180px;padding:12px;gap:10px}.app-shell.sidebar-collapsed{grid-template-columns:72px minmax(0,1fr) 180px}}@media (max-width: 900px){.app-shell{grid-template-columns:1fr;padding:10px}.panel-main{margin:0;padding:14px}.workspace-top{grid-column:1}.sidebar{grid-row:auto}.mobile-toggle{display:inline-flex;align-items:center;justify-content:center}.sidebar-collapse-toggle{display:none}.sidebar{position:fixed;top:10px;left:10px;bottom:10px;width:230px;transform:translate(-120%);transition:transform .24s ease;z-index:30;align-items:stretch;padding:16px 14px}.app-shell.menu-open .sidebar{transform:translate(0)}.mobile-close{display:inline-flex}.brand-copy,.menu-text,.profile-copy{display:initial}.logout-button{display:inline-flex}.workspace-top{padding-top:36px}.status-panel{display:grid;grid-template-columns:1fr 1fr;margin-top:0}.filter-bar{flex-wrap:wrap}.chip-row,.search-row{width:100%;flex-wrap:wrap}.search-box{min-width:0;width:100%}}@media (max-width: 760px){.table-head{grid-template-columns:1fr}.action-row{justify-self:stretch;justify-content:flex-start;flex-wrap:wrap}.action-button{flex:1 1 calc(50% - 8px);justify-content:center}.bulk-actions-wrap,.monitor-tag-wrap,.monitor-sort-wrap{width:100%;min-width:0}.bulk-actions-trigger,.monitor-tag-trigger,.monitor-sort-trigger,.monitor-filter-trigger{width:100%;min-width:0;justify-content:space-between}}@media (max-width: 600px){.workspace-top{flex-direction:column;align-items:flex-start}.action-button{flex-basis:100%}.monitor-row{grid-template-columns:1fr;gap:6px}.monitor-uptime{text-align:left}.status-panel{grid-template-columns:1fr}}.profile-page-shell{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr);gap:16px;padding:16px;background:radial-gradient(circle at top left,rgba(255,255,255,.8),transparent 30%),radial-gradient(circle at 82% 12%,rgba(89,130,255,.12),transparent 26%),radial-gradient(circle at 92% 82%,rgba(76,184,255,.12),transparent 24%),linear-gradient(135deg,#edf2f9,#dce3ef);position:relative;overflow:hidden}.profile-page-sidebar{align-self:stretch;position:relative;z-index:1}.profile-page-main{min-height:calc(100vh - 32px);display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.profile-page-orb{position:absolute;inset:auto;border-radius:50%;filter:blur(24px);opacity:.8;pointer-events:none}.profile-page-orb-left{width:180px;height:180px;left:170px;top:42px;background:#ffffff9e}.profile-page-orb-right{width:240px;height:240px;right:-40px;bottom:-60px;background:#6790ff2e}.profile-page-top{background:transparent;border:0;padding:6px 4px 0;margin:0;gap:8px}.profile-page-top h1{font-size:clamp(2rem,3.2vw,2.7rem);font-weight:800;letter-spacing:-.05em;color:#1d2f55}.profile-page-top p{color:#7e8da9;font-size:.88rem;margin-top:6px}.profile-page-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#dfe8fa;color:#6e83ab;font-size:.7rem;font-weight:800;letter-spacing:.08em}.profile-page-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.8fr);gap:16px;align-items:start}.profile-page-card{background:#ffffffe6;border:1px solid rgba(223,231,243,.92);border-radius:22px;box-shadow:0 18px 50px #374a7014,inset 0 1px #fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-menu-card,.profile-overview-card{padding:22px}.profile-hero{padding:16px;margin-bottom:18px;border:1px solid #e4ebf7;border-radius:18px;background:linear-gradient(135deg,#fff,#f6f9ff)}.profile-hero-copy{display:flex;gap:14px;align-items:center;min-width:0}.profile-hero-avatar,.profile-page-avatar{flex-shrink:0;width:58px;height:58px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#1f3f7d,#4d74c3);color:#fff;font-weight:800;box-shadow:0 10px 24px #2c549d33}.profile-hero-avatar-large{width:72px;height:72px;box-shadow:0 14px 30px #2c549d38}.profile-hero-copy-block{min-width:0;flex:1}.profile-hero-kicker{display:inline-flex;margin-bottom:6px;padding:4px 9px;border-radius:999px;background:#e8f0ff;color:#5874a6;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-hero-avatar img,.profile-page-avatar img{width:100%;height:100%;object-fit:cover}.profile-hero-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile-hero-name-row h2{font-size:1.28rem;font-weight:800;color:#20345a}.profile-hero-copy p{margin-top:2px;font-size:.84rem;color:#6f80a0}.profile-session-chip{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:9px 12px;border-radius:999px;background:#f1f5fd;color:#4d628b;font-size:.8rem;font-weight:700;width:fit-content}.profile-session-dot{width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 4px #4d72c31f}.profile-session-dot.online{background:#56c271;box-shadow:0 0 0 4px #56c27124}.profile-session-dot.offline{background:#d37a7a;box-shadow:0 0 0 4px #d37a7a24}.profile-role-pill{border-radius:999px;padding:5px 10px;background:#dbe8ff;color:#4f6ea7;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.profile-action-list{display:grid;gap:10px}.profile-action-item{display:flex;align-items:center;gap:14px;width:100%;padding:15px 16px;border-radius:18px;border:1px solid #e3ebf7;background:linear-gradient(180deg,#fff,#f7faff);color:#28406b;cursor:pointer;text-align:left;box-shadow:0 10px 24px #354a760d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.profile-action-item:hover{transform:translateY(-2px);border-color:#c8d7f4;box-shadow:0 14px 30px #354a761a}.profile-action-item svg:last-child{margin-left:auto;color:#a3b2cb;flex-shrink:0}.profile-action-icon{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#edf4ff;color:#4b6dad;flex-shrink:0;line-height:0}.profile-action-icon>svg,.profile-action-icon>.material-symbols-outlined,.profile-action-icon>img{display:block;margin:auto}.profile-action-icon-dashboard{background:#eaf2ff;color:#3d68bb}.profile-action-icon-profile{background:#eef4ff;color:#5a72b8}.profile-action-icon-settings{background:#edf7ff;color:#3c84c8}.profile-action-icon-logout{background:#fff1f1;color:#d45b5b}.profile-action-copy-block{display:flex;flex-direction:column;gap:3px;min-width:0}.profile-action-copy-block strong{font-size:.97rem;font-weight:800}.profile-action-copy-block span{color:var(--muted);font-size:.82rem}.profile-action-danger{color:#cf6262}.profile-action-danger .profile-action-icon{background:#fff0f0;color:#d45b5b}.profile-overview-card h2{font-size:1.04rem;font-weight:800;color:#20345a}.profile-overview-intro{margin-top:6px;color:var(--muted);font-size:.84rem;line-height:1.55}.profile-overview-list{display:grid;gap:10px;margin-top:16px}.profile-overview-item{border:1px solid #e4ebf7;background:linear-gradient(180deg,#fff,#f8fbff);border-radius:16px;padding:13px 14px;box-shadow:0 8px 18px #354a760a}.profile-overview-label{display:inline-flex;font-size:.68rem;font-weight:800;letter-spacing:.08em;color:#8da0be}.profile-overview-item strong{display:block;margin-top:6px;color:#24365d;font-size:.92rem;word-break:break-word}.profile-tip{margin-top:12px;padding:14px 15px;border-radius:16px;border:1px solid #d9e5fb;background:linear-gradient(180deg,#eef5ff,#e8f1ff);color:#50678c;font-size:.84rem;line-height:1.6}.profile-mini-label{display:block;margin-bottom:2px;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8ea1c1}.profile-page-footer{margin-top:auto}.settings-page-shell{gap:18px;max-height:calc(100vh - 32px);overflow-y:scroll;scrollbar-gutter:stable}.settings-page-shell::-webkit-scrollbar{width:12px}.settings-page-shell::-webkit-scrollbar-track{background:#dfe7f3b3;border-radius:999px}.settings-page-shell::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#8aaef8,#5c86e0);border-radius:999px;border:2px solid rgba(223,231,243,.7)}.settings-page-shell::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#749cf3,#436fce)}.settings-back-button{border:1px solid #dbe5f7;background:linear-gradient(180deg,#fff,#f3f7ff);color:#29488a;border-radius:14px;padding:10px 14px;display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:800;cursor:pointer;width:fit-content;box-shadow:0 10px 20px #354a7614}.settings-back-button:hover{border-color:#b7caf0;box-shadow:0 12px 24px #354a761f;transform:translateY(-1px)}.settings-back-button:active{transform:translateY(0)}.settings-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px;align-items:start}.settings-sidebar-card{display:grid;gap:14px;position:sticky;top:16px}.settings-sidebar-header{display:grid;gap:4px;padding-bottom:8px;border-bottom:1px solid #e4ebf7}.settings-sidebar-header strong{font-size:.98rem;font-weight:800;color:#20345a}.settings-sidebar-header span{font-size:.82rem;color:var(--muted)}.settings-sidebar-nav{display:grid;gap:10px}.settings-sidebar-item{width:100%;border:1px solid #e4ebf7;background:linear-gradient(180deg,#fff,#f7faff);border-radius:16px;padding:14px 15px;text-align:left;cursor:pointer;display:grid;gap:4px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.settings-sidebar-item:hover{transform:translateY(-1px);border-color:#bfd3f8;box-shadow:0 10px 22px #354a7614}.settings-sidebar-item.active{border-color:#8fb2ff;background:linear-gradient(180deg,#edf3ff,#e6efff);box-shadow:0 12px 24px #2959bf1f}.settings-sidebar-item span{font-size:.96rem;font-weight:800;color:#20345a}.settings-sidebar-item small{font-size:.8rem;color:var(--muted);line-height:1.4}.settings-content-card{display:grid;gap:18px}.settings-grid{display:grid;grid-template-columns:1fr}.settings-card{display:grid;gap:18px}.settings-profile-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:start}.settings-avatar-block{display:grid;justify-items:center;gap:12px;padding:16px;border:1px solid #e4ebf7;border-radius:18px;background:linear-gradient(180deg,#fff,#f7faff)}.settings-avatar{width:116px;height:116px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#1f3f7d,#4d74c3);color:#fff;font-size:2rem;font-weight:800;box-shadow:0 16px 32px #2c549d29}.settings-avatar img{width:100%;height:100%;object-fit:cover}.settings-avatar-copy{text-align:center;display:grid;gap:2px}.settings-avatar-copy strong{font-size:.95rem;font-weight:800;color:#24365d}.settings-avatar-copy span{font-size:.78rem}.settings-avatar-button{width:100%}.settings-form-block,.settings-form-stack,.settings-theme-section{display:grid;gap:12px}.settings-section-stack{display:grid;gap:16px}.settings-actions-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.settings-section-header{display:grid;gap:4px}.settings-section-header h2{font-size:1.05rem;font-weight:800;color:#2a4f96;margin:0}.settings-section-header p{font-size:.84rem;color:var(--muted)}.settings-password-guidance{display:grid;gap:10px;padding:14px;border-radius:16px;border:1px solid #e4ebf7;background:linear-gradient(180deg,#fbfcff,#f5f8ff)}.settings-password-guidance p{margin:0;font-size:.82rem;font-weight:700;color:#304a77}.settings-password-rules{list-style:none;padding:0;margin:0;display:grid;gap:8px}.settings-password-rule{display:inline-flex;align-items:flex-start;gap:8px;font-size:.8rem;line-height:1.35}.settings-password-rule-icon{width:16px;flex-shrink:0;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;margin-top:1px}.settings-password-rule.valid{color:#1e7a44}.settings-password-rule.valid .settings-password-rule-icon{background:#dff7e9;color:#1e7a44}.settings-password-rule.invalid{color:#667996}.settings-password-rule.invalid .settings-password-rule-icon{background:#edf2f9;color:#8a98ad}.settings-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.settings-theme-card{border:1px solid #dfe7f3;border-radius:18px;background:linear-gradient(180deg,#fff,#f7faff);padding:14px;cursor:pointer;display:grid;gap:8px;text-align:left;color:#20345a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.settings-theme-card:hover{transform:translateY(-1px);border-color:#bfd3f8;box-shadow:0 10px 22px #354a7614}.settings-theme-card.active{border-color:#8fb2ff;box-shadow:0 12px 24px #2959bf1f}.settings-theme-card strong{font-size:.95rem;font-weight:800}.settings-theme-card span:last-child{font-size:.8rem;color:var(--muted);line-height:1.45}.settings-theme-preview{width:100%;height:72px;border-radius:14px;border:1px solid #dfe7f3;display:block}.settings-theme-preview-light{background:linear-gradient(135deg,#f6f9ff,#e3ecfb),linear-gradient(90deg,#2959bf,#79a8ff)}.settings-theme-preview-dark{background:linear-gradient(135deg,#182033,#0f1724),linear-gradient(90deg,#79a8ff,#b1c9ff)}.profile-consult-modal-container{width:min(620px,100%);border-radius:22px;overflow:hidden}.profile-consult-modal-header{background:linear-gradient(180deg,#f7faff,#edf3ff)}.profile-consult-modal-body{display:grid;gap:18px;background:linear-gradient(180deg,#fff,#f8fbff)}.profile-consult-hero{display:flex;align-items:center;gap:16px;padding:14px;border-radius:18px;border:1px solid #e3ebf7;background:linear-gradient(145deg,#fff,#f5f9ff)}.profile-consult-avatar{width:76px;height:76px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#1f3f7d,#4d74c3);color:#fff;font-size:1.05rem;font-weight:800;flex-shrink:0;box-shadow:0 14px 30px #2c549d29}.profile-consult-avatar img{width:100%;height:100%;object-fit:cover}.profile-consult-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.profile-consult-copy h3{font-size:1.15rem;font-weight:800;color:#20345a}.profile-consult-copy p{color:#7082a2;font-size:.86rem;word-break:break-word}.profile-consult-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-consult-item{padding:13px 14px;border-radius:16px;border:1px solid #e3ebf7;background:#fff;box-shadow:0 8px 18px #354a760a}.profile-consult-item span{display:block;margin-bottom:6px;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8da0be}.profile-consult-item strong{color:#20345a;font-size:.92rem;word-break:break-word}@media (max-width: 1100px){.profile-page-shell,.profile-page-grid{grid-template-columns:1fr}.profile-page-sidebar{min-height:auto}}@media (max-width: 760px){.profile-page-shell{padding:12px}.profile-page-main{min-height:auto}.settings-layout,.settings-profile-grid,.settings-theme-grid{grid-template-columns:1fr}.settings-sidebar-card{position:static}.settings-content-card{min-width:0}.profile-menu-card,.profile-overview-card{padding:16px}.profile-action-item{padding:13px 14px}.profile-page-top h1{font-size:1.55rem}.profile-hero-copy{align-items:flex-start}.profile-consult-grid{grid-template-columns:1fr}.profile-consult-hero{align-items:flex-start}.settings-avatar-block{justify-items:start}.settings-avatar-copy{text-align:left}}.panel-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:18px}.form-label{display:block;margin-bottom:6px;font-size:.84rem;font-weight:700;color:#25365a}.form-input{width:100%;height:40px;padding:8px 12px;border-radius:8px;border:1px solid #d7e2f2;background:#fff;color:#25365a;font-size:.9rem;outline:none}.form-input:focus{box-shadow:0 6px 18px #224d9714;border-color:#97b6f2}.form-error{margin-top:6px;color:#a33f3f;font-size:.82rem;font-weight:700}.form-success{margin-top:6px;color:#1f7a3f;font-size:.86rem;font-weight:700}.secondary-button{border:1px solid #d8e3f2;background:#fff;color:#314c7a;padding:8px 14px;border-radius:10px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700}@media (max-width: 760px){.panel-card>div{grid-template-columns:1fr!important}.panel-card{padding:12px}.panel-card .secondary-button,.panel-card .primary-button{flex:1 1 auto}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#25365a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-container{background:var(--card);border-radius:12px;box-shadow:0 20px 60px #25365a40;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .25s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-large{width:100%;max-width:720px}.modal-xlarge{width:100%;max-width:960px}.users-manage-modal-overlay{background:#25365aa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.users-manage-modal .modal-header h2{display:flex;align-items:center;gap:10px}.users-manage-modal .modal-header h2 svg{color:var(--blue)}.users-manage-body{padding:24px;overflow-y:auto;max-height:calc(90vh - 70px)}.users-manage-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.users-manage-block{background:var(--panel);border-radius:12px;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;min-height:400px}.users-manage-block-header{display:flex;align-items:center;gap:10px;padding:16px 20px;background:var(--card);border-bottom:1px solid var(--line)}.users-manage-block-header svg{color:var(--blue)}.users-manage-block-header h3{font-size:1rem;font-weight:700;color:var(--text);margin:0;flex:1}.users-manage-badge{background:var(--blue);color:#fff;font-size:.8rem;font-weight:700;padding:4px 10px;border-radius:20px;min-width:24px;text-align:center}.users-manage-block-content{padding:16px;flex:1;overflow-y:auto}.users-manage-loading,.users-manage-empty{text-align:center;color:var(--muted);padding:40px 20px;font-size:.95rem}.users-manage-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.users-manage-item{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:14px 16px;display:flex;align-items:center;gap:12px;transition:all .2s ease}.users-manage-item:hover{border-color:var(--blue);box-shadow:0 2px 8px #2959bf1a}.request-item{flex-wrap:wrap}.request-info{flex:1;display:flex;flex-direction:column;gap:4px}.request-info strong{color:var(--text);font-size:.95rem}.request-info span{color:var(--muted);font-size:.85rem}.request-message{color:var(--muted);font-size:.8rem;font-style:italic;margin:4px 0 0;padding:8px 12px;background:var(--panel);border-radius:6px;border-left:3px solid var(--blue)}.request-actions{display:flex;gap:8px}.request-btn{width:32px;height:32px;border-radius:8px;border:none;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.request-btn.approve{background:#dcfce7;color:#16a34a}.request-btn.approve:hover{background:#16a34a;color:#fff}.request-btn.reject{background:#fee2e2;color:#dc2626}.request-btn.reject:hover{background:#dc2626;color:#fff}.user-item{align-items:center}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--blue) 0%,#2d6bc9 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.user-info{flex:1;display:flex;flex-direction:column;gap:4px}.user-info strong{color:var(--text);font-size:.95rem}.user-role{font-size:.75rem;font-weight:600;text-transform:uppercase;padding:2px 8px;border-radius:4px;width:fit-content}.user-role.role-super{background:#fef3c7;color:#92400e}.user-role.role-admin{background:#dbeafe;color:#1e40af}.user-role.role-user{background:#f3f4f6;color:#4b5563}.user-status{display:flex;align-items:center}.status-indicator{font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:20px}.status-indicator.active{background:#dcfce7;color:#16a34a}.status-indicator.inactive{background:#fee2e2;color:#dc2626}@media (max-width: 768px){.users-manage-grid{grid-template-columns:1fr}.users-manage-modal .modal-xlarge{max-width:100%}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line);background:var(--panel)}.modal-header h2{font-size:1.15rem;font-weight:700;color:var(--text);margin:0}.modal-close-btn{background:transparent;border:none;color:var(--muted);cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-btn:hover{background:#2959bf1a;color:var(--blue)}.modal-body{padding:20px;overflow-y:auto;max-height:calc(90vh - 70px)}@media (max-width: 640px){.modal-overlay{padding:8px;align-items:flex-end}.modal-container{max-height:95vh;border-radius:12px 12px 0 0;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.modal-body{max-height:calc(95vh - 70px)}}
