@charset "UTF-8";:root{--color-primary: #1a1a2e;--color-primary-light: #2d2d52;--color-accent: #4f8ef7;--color-accent-light: #e8f0fe;--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--color-muted: #f8fafc;--color-muted-fg: #64748b;--color-border: #e2e8f0;--color-bg: #ffffff;--color-fg: #0f172a;--radius: .75rem;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;height:100%}@media(prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:var(--color-bg);color:var(--color-fg);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}app-root{display:flex;flex-direction:column;flex:1;min-height:100vh}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;border:none;background:none}input,textarea,select{font:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700;color:var(--color-primary)}.text-accent{color:var(--color-accent)}.text-muted{color:var(--color-muted-fg)}.text-danger{color:var(--color-danger)}.text-success{color:var(--color-success)}.bg-muted{background:var(--color-muted)}.bg-primary{background:var(--color-primary);color:#fff}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge.badge--accent{background:var(--color-accent-light);color:var(--color-accent)}.badge.badge--success{background:#dcfce7;color:#166534}.badge.badge--warning{background:#fef9c3;color:#92400e}.badge.badge--danger{background:#fee2e2;color:#991b1b}.badge.badge--muted{background:var(--color-muted);color:var(--color-muted-fg)}.card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem;transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-md)}.divider{height:1px;background:var(--color-border);margin:1.5rem 0}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--color-fg)}.form-group label .required{color:var(--color-danger)}.form-group input,.form-group textarea,.form-group select{width:100%;border:1.5px solid var(--color-border);border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem;background:#fff;color:var(--color-fg);transition:border-color .15s,box-shadow .15s}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #4f8ef726}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:var(--color-danger);box-shadow:0 0 0 3px #ef44441a}.form-group textarea{resize:vertical;min-height:100px}.form-group .error-msg{font-size:.75rem;color:var(--color-danger)}.spinner{display:inline-block;width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .45s ease both}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:99px}@media(max-width:768px){.page-container{padding:1rem!important}app-section-card>div,app-result-card>div{padding:1rem!important;margin-bottom:1rem!important}app-sport-clients .page-container>div[style*="display: flex"],app-sport-traits .page-container>div[style*="display: flex"],app-sport-settings .page-container>div[style*="display: flex"],app-sport-dashboard .page-container>div[style*="display: flex"]{flex-direction:column!important;align-items:stretch!important;gap:1rem!important}app-sport-clients button,app-sport-traits button,app-sport-settings button{width:100%;justify-content:center}app-sport-traits .page-container>div[style*="display: flex"]>div[style*="display: flex"]{flex-direction:row!important;flex-wrap:wrap!important}app-sport-traits div[style*=grid-template-columns],app-sport-settings div[style*=grid-template-columns],app-sport-dashboard div[style*=grid-template-columns]{grid-template-columns:1fr!important}app-sport-clients table{display:block!important}app-sport-clients thead{display:none!important}app-sport-clients tbody,app-sport-clients tr,app-sport-clients td{display:block!important;width:100%!important}app-sport-clients tr{margin-bottom:1rem!important;background:#fff!important;border:1px solid var(--color-border)!important;border-radius:var(--radius)!important}app-sport-clients td{text-align:left!important;padding:.75rem 1rem!important;border-bottom:1px solid var(--color-border)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important}app-sport-clients td:last-child{border-bottom:none!important}input,textarea,select{max-width:100%!important}}@media(max-width:768px){app-sport-client-profile div[style*="padding: 2rem"]{padding:1rem!important}app-sport-client-profile div[style*=grid-template-columns]{grid-template-columns:1fr!important}app-sport-client-profile table{display:block!important;min-width:0!important}app-sport-client-profile thead{display:none!important}app-sport-client-profile tbody,app-sport-client-profile tr,app-sport-client-profile td{display:block!important;width:100%!important}app-sport-client-profile tr{margin-bottom:1rem!important;background:#fff!important;border:1px solid var(--color-border)!important;border-radius:var(--radius)!important}app-sport-client-profile td{text-align:left!important;padding:.75rem 1rem!important;border-bottom:1px solid var(--color-border)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important}app-sport-client-profile td:last-child{border-bottom:none!important}app-sport-client-profile .page-container>div[style*="display: flex"]{flex-direction:column!important;align-items:stretch!important;gap:1rem!important}app-sport-client-profile .page-container>div[style*="display: flex"]>a{width:100%;justify-content:center;box-sizing:border-box}}@media(max-width:768px){.portal{flex-direction:column!important}.sidebar{width:100%!important;max-width:100%!important;min-width:100%!important;height:auto!important;flex-direction:row!important;align-items:center!important;position:sticky!important;top:0!important;z-index:1000!important;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.sidebar__header{min-height:auto!important;padding:.5rem 1rem!important;border-bottom:none!important;border-right:1px solid rgba(255,255,255,.1)!important;flex-shrink:0!important}.sidebar__logo-text{display:none!important}.sidebar__nav{flex-direction:row!important;padding:.5rem!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex:1!important}.sidebar__nav::-webkit-scrollbar{display:none!important}.sidebar__link{padding:.5rem .75rem!important;flex-direction:row!important;white-space:nowrap!important;margin-bottom:0!important}.sidebar__link:hover{padding-left:.75rem!important}.sidebar__usercard,.sidebar__footer{display:none!important}}@media(max-width:768px){html body app-root .portal app-partner-sidebar aside.sidebar{width:100%!important;max-width:100%!important;min-width:100%!important;flex-direction:row!important;align-items:center!important;position:sticky!important;top:0!important;z-index:1000!important;background:#0f172a!important}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__nav{display:flex!important;flex-direction:row!important;flex:1!important;overflow-x:auto!important}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__link{display:flex!important;align-items:center!important}}@media(max-width:768px){html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__link-label{display:none!important}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__link{justify-content:center!important;padding:.75rem 1rem!important;gap:0!important}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__icon{margin:0!important;font-size:1.25rem!important;width:auto!important}}@media(max-width:768px){html body app-root .portal .suite-content-wrapper{padding:.5rem!important}html body app-root .portal .page-container{padding:.5rem!important}html body app-root .portal div[style*="padding: 2rem"]{padding:.75rem!important}html body app-root .portal div[style*="padding: 1.5rem"]{padding:.75rem!important}html body app-root .portal div[style*="padding: 1.25rem"]{padding:.75rem!important}html body app-root .portal div[style*="gap: 2rem"]{gap:1rem!important}html body app-root .portal div[style*="gap: 1.5rem"]{gap:.75rem!important}html body app-root .portal div[style*="margin-bottom: 3rem"]{margin-bottom:1.5rem!important}html body app-root .portal div[style*="margin-bottom: 2.5rem"]{margin-bottom:1.25rem!important}html body app-root .portal div[style*="margin-bottom: 2rem"]{margin-bottom:1rem!important}html body app-root .portal div[style*="margin-bottom: 1.5rem"]{margin-bottom:.75rem!important}}@media(max-width:768px){html body app-root .portal__main .portal__header{display:none!important}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__mobile-lang{display:flex!important;align-items:center;margin-right:.5rem;margin-left:.5rem}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__mobile-lang .lang-switcher__current,html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__mobile-lang .lang-switcher__icon{display:none!important}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__mobile-lang .lang-switcher__toggle{padding:.35rem .5rem!important;border-radius:6px!important;gap:0!important;border:1px solid rgba(255,255,255,.2)!important}}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__mobile-top-row{display:contents}@media(max-width:768px){html body app-root .portal app-partner-sidebar aside.sidebar{display:contents!important}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__mobile-top-row{display:flex!important;flex-direction:row!important;align-items:center!important;position:sticky!important;top:0!important;z-index:1000!important;background:#0f172a!important;width:100%!important;border-bottom:1px solid rgba(255,255,255,.1)!important}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__usercard{display:flex!important;width:100%!important;background:#1e293b!important;padding:.75rem 1rem!important;border-bottom:1px solid rgba(255,255,255,.05)!important;justify-content:space-between!important;align-items:center!important;margin:0!important}}@media(min-width:769px){html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__header{order:1}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__usercard{order:2}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__nav{order:3}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__mobile-lang{order:4}html body app-root .portal app-partner-sidebar aside.sidebar .sidebar__footer{order:5}}
