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