/* MsgGone component layer: shared beyond the home composition. */
:where(button,input,select,textarea){font:inherit;color:inherit}:where(input,select,textarea){width:100%;min-height:48px;padding:11px 15px;border:0;border-radius:14px;background:#f3f5f8;outline:3px solid transparent;transition:.18s ease}:where(input,select,textarea):focus{outline-color:#b9d6fa;background:#fff}:where(label){display:grid;gap:7px;font-weight:700}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-card,.data-card{padding:28px;border-radius:24px;background:#fff}.field-help,.form-status{font-size:14px;color:#5b6068}.form-status[data-tone=error]{color:#b42318}.form-status[data-tone=success]{color:#087a45}.button:disabled,button:disabled{cursor:not-allowed;opacity:.55}.button-danger{background:#ffe9e4;color:#a52a12}.button-ghost{background:transparent;color:#1868db}.icon-only{width:44px;height:44px;padding:0;display:inline-grid;place-items:center;border:0;border-radius:50%;background:#e9f2fe}.table-wrap{overflow:auto;border-radius:20px;background:#fff}.data-table{width:100%;border-collapse:collapse;min-width:640px}.data-table th,.data-table td{padding:16px 18px;text-align:left;border-bottom:1px solid #edf0f4}.data-table th{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:#5b6068}.status-badge{display:inline-flex;align-items:center;gap:7px;padding:5px 11px;border-radius:999px;background:#e7f7ed;color:#087a45;font-size:13px;font-weight:800}.status-badge.is-paused{background:#f3f5f8;color:#5b6068}.empty-state{min-height:180px;display:grid;place-content:center;text-align:center;color:#5b6068}.empty-state strong{color:#101214;font-size:18px}.empty-state span{display:block}.page-hero{padding:90px 0 70px;text-align:center}.page-hero h1{max-width:900px;margin:0 auto;font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.055em}.page-hero p{max-width:680px;margin:24px auto 0;color:#5b6068;font-size:18px}.content-shell{width:min(980px,calc(100% - 40px));margin:auto}.content-card{padding:clamp(24px,5vw,56px);border-radius:24px;background:#e9f2fe}.content-card+ .content-card{margin-top:24px}.console-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px}.sidebar{padding:20px;border-radius:20px;background:#101214;color:#fff}.sidebar a{display:block;padding:11px 13px;border-radius:10px}.sidebar a[aria-current=page]{background:#1868db}.toast{position:fixed;right:24px;bottom:24px;z-index:80;padding:14px 18px;border-radius:14px;background:#101214;color:#fff;max-width:min(430px,calc(100vw - 32px));width:max-content}.skeleton{border-radius:10px;background:linear-gradient(90deg,#edf0f4,#fff,#edf0f4);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:760px){.form-grid,.console-grid{grid-template-columns:1fr}.form-card,.data-card{padding:20px}.page-hero{padding:56px 0 44px}.content-shell{width:calc(100% - 28px)}}
