.shared-button{cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;font-family:inherit;font-weight:500;line-height:1.5;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex;position:relative;overflow:hidden}.shared-button:focus{outline-offset:2px;outline:2px solid #0000;box-shadow:0 0 0 2px #3b82f680}.shared-button:disabled{cursor:not-allowed;opacity:.6}.shared-button--small{min-height:2rem;padding:.375rem .75rem;font-size:.875rem}.shared-button--medium{min-height:2.5rem;padding:.5rem 1rem;font-size:1rem}.shared-button--large{min-height:3rem;padding:.75rem 1.5rem;font-size:1.125rem}.shared-button--primary{color:#fff;background-color:#3b82f6}.shared-button--primary:hover:not(:disabled){background-color:#2563eb}.shared-button--primary:active:not(:disabled){background-color:#1d4ed8}.shared-button--secondary{color:#fff;background-color:#6b7280}.shared-button--secondary:hover:not(:disabled){background-color:#4b5563}.shared-button--secondary:active:not(:disabled){background-color:#374151}.shared-button--success{color:#fff;background-color:#10b981}.shared-button--success:hover:not(:disabled){background-color:#059669}.shared-button--success:active:not(:disabled){background-color:#047857}.shared-button--danger{color:#fff;background-color:#ef4444}.shared-button--danger:hover:not(:disabled){background-color:#dc2626}.shared-button--danger:active:not(:disabled){background-color:#b91c1c}.shared-button--warning{color:#fff;background-color:#f59e0b}.shared-button--warning:hover:not(:disabled){background-color:#d97706}.shared-button--warning:active:not(:disabled){background-color:#b45309}.shared-button--info{color:#fff;background-color:#0ea5e9}.shared-button--info:hover:not(:disabled){background-color:#0284c7}.shared-button--info:active:not(:disabled){background-color:#0369a1}.shared-button--full-width{width:100%}.shared-button--loading{pointer-events:none}.shared-button__spinner{margin-right:.5rem;font-size:1em;animation:1s linear infinite spin;display:inline-block}.shared-button__content--loading{opacity:.7}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shared-button--outlined{background-color:#0000;border:1px solid}.shared-button--outlined.shared-button--primary{color:#3b82f6;border-color:#3b82f6}.shared-button--outlined.shared-button--primary:hover:not(:disabled){background-color:#3b82f61a}.shared-button--outlined.shared-button--secondary{color:#6b7280;border-color:#6b7280}.shared-button--outlined.shared-button--secondary:hover:not(:disabled){background-color:#6b72801a}.shared-button--outlined.shared-button--success{color:#10b981;border-color:#10b981}.shared-button--outlined.shared-button--success:hover:not(:disabled){background-color:#10b9811a}.shared-button--outlined.shared-button--danger{color:#ef4444;border-color:#ef4444}.shared-button--outlined.shared-button--danger:hover:not(:disabled){background-color:#ef44441a}.shared-button--outlined.shared-button--warning{color:#f59e0b;border-color:#f59e0b}.shared-button--outlined.shared-button--warning:hover:not(:disabled){background-color:#f59e0b1a}.shared-button--outlined.shared-button--info{color:#0ea5e9;border-color:#0ea5e9}.shared-button--outlined.shared-button--info:hover:not(:disabled){background-color:#0ea5e91a}.shared-button--text{background-color:#0000;border:none;padding:.5rem .75rem}.shared-button--text.shared-button--primary{color:#3b82f6}.shared-button--text.shared-button--primary:hover:not(:disabled){background-color:#3b82f61a}.shared-button--text.shared-button--secondary{color:#6b7280}.shared-button--text.shared-button--secondary:hover:not(:disabled){background-color:#6b72801a}.shared-button--text.shared-button--success{color:#10b981}.shared-button--text.shared-button--success:hover:not(:disabled){background-color:#10b9811a}.shared-button--text.shared-button--danger{color:#ef4444}.shared-button--text.shared-button--danger:hover:not(:disabled){background-color:#ef44441a}.shared-button--text.shared-button--warning{color:#f59e0b}.shared-button--text.shared-button--warning:hover:not(:disabled){background-color:#f59e0b1a}.shared-button--text.shared-button--info{color:#0ea5e9}.shared-button--text.shared-button--info:hover:not(:disabled){background-color:#0ea5e91a}.shared-button__start-icon,.shared-button__end-icon{align-items:center;font-size:1.2em;display:inline-flex}.shared-button__start-icon{margin-right:.5rem}.shared-button__end-icon{margin-left:.5rem}.shared-button:focus-visible{box-shadow:0 0 0 2px #3b82f680}.protected-route__loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.protected-route__spinner{font-size:2rem;animation:1s linear infinite spin}.protected-route__layout{flex-direction:column;min-height:100vh;display:flex}.protected-route__public{min-height:100vh}.protected-route__with-sidebar{height:100vh;display:flex}.protected-route__without-sidebar{min-height:100vh;padding:1rem}.protected-route__main{background:#f8f9fa;flex:1;overflow-y:auto}.protected-route__blocked{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000001a;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.protected-route__blocked-content{text-align:center;background:#fff;border-radius:8px;max-width:400px;padding:2rem;box-shadow:0 4px 12px #00000026}.protected-route__blocked-content p{color:#6b7280;margin:0;line-height:1.5}@media (prefers-color-scheme:dark){.protected-route__main{background:#111827}.protected-route__loading{color:#d1d5db;background:#111827}.protected-route__blocked-content{color:#f9fafb;background:#1f2937}.protected-route__blocked-content p{color:#d1d5db}}@media (width<=768px){.protected-route__with-sidebar{flex-direction:column;height:auto;min-height:100vh}.protected-route__main{overflow-y:visible}.protected-route__blocked{padding:1rem}.protected-route__blocked-content{padding:1.5rem}}
