*,*:before,*:after{box-sizing:border-box}html{width:100%;overflow-x:hidden}:root{--bg-primary: #ffffff;--bg-secondary: #f0eeeb;--bg-tertiary: #edeae6;--bg-input: #f0eeeb;--bg-hover: #f0eeeb;--bg-header: #edeae6;--text-primary: #1c1917;--text-secondary: #78716c;--text-muted: #a8a29e;--text-heading: #1c1917;--border-color: rgba(0, 0, 0, .06);--border-light: rgba(0, 0, 0, .03);--border-input: rgba(0, 0, 0, .1);--surface-color: #ffffff;--surface-shadow: rgba(0, 0, 0, .04);--navbar-bg: #1c1917;--navbar-text: #f7f5f2;--navbar-hover: #6dba7a;--navbar-dropdown-bg: #1c1917;--navbar-dropdown-border: rgba(255, 255, 255, .1);--footer-bg: #1c1917;--footer-border: rgba(255, 255, 255, .1);--footer-text: #f7f5f2;--accent-blue: #1c1917;--accent-hover: #2c2926;--table-header-bg: #f0eeeb;--table-border: rgba(0, 0, 0, .06);--table-row-hover: #f0eeeb;--login-button-bg: #1c1917;--login-button-hover: #2c2926;--scrollbar-thumb: #d6d3ce;--scrollbar-track: #f0eeeb}[data-theme=dark]{--bg-primary: #0a0a0f;--bg-secondary: #12121a;--bg-tertiary: #1a1a25;--bg-input: #1a1a25;--bg-hover: #22222e;--bg-header: #1a1a25;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .5);--text-muted: rgba(255, 255, 255, .3);--text-heading: #ffffff;--border-color: rgba(255, 255, 255, .06);--border-light: rgba(255, 255, 255, .04);--border-input: rgba(255, 255, 255, .1);--surface-color: #12121a;--surface-shadow: rgba(0, 0, 0, .4);--navbar-bg: rgba(10, 10, 15, .95);--navbar-text: #ffffff;--navbar-hover: #63dcbe;--navbar-dropdown-bg: #12121a;--navbar-dropdown-border: rgba(255, 255, 255, .06);--footer-bg: #0a0a0f;--footer-border: rgba(255, 255, 255, .06);--footer-text: #ffffff;--accent-blue: #63dcbe;--accent-hover: #7ae8cc;--table-header-bg: #12121a;--table-border: rgba(255, 255, 255, .06);--table-row-hover: #1a1a25;--login-button-bg: #63dcbe;--login-button-hover: #7ae8cc;--scrollbar-thumb: #2a2a35;--scrollbar-track: #12121a}body{margin:0;width:100%;overflow-x:hidden;font-family:Sora,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width: 600px){.MuiContainer-root{padding-left:8px!important;padding-right:8px!important}}.homepage-container{width:100%;padding-top:0;text-align:center}.upload-section{background-color:var(--bg-primary);padding:20px;margin:0 auto;width:80%;border-radius:8px}h3{font-family:Arial,sans-serif;color:var(--text-primary);margin-bottom:20px}.file-upload-area{background-color:var(--bg-tertiary);padding:20px;border-radius:8px;border:2px dashed var(--border-input);text-align:center;cursor:pointer;transition:background-color .3s ease}.file-upload-area p{color:var(--text-secondary);font-weight:700}.file-upload-area small{display:block;color:var(--text-muted);font-size:12px}.file-upload-area.dragging{background-color:#d1e7ff;border-color:#007bff}.checkbox-section{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px;text-align:left}.checkbox-section label{font-size:16px;color:var(--text-primary)}.dataframe-selection{margin-top:20px;display:flex;flex-direction:column;align-items:center}.dataframe-dropdown{width:100%;padding:10px;border:1px solid var(--border-input);border-radius:5px;background-color:var(--bg-tertiary);color:var(--text-primary);font-size:16px;margin-top:5px;margin-bottom:20px}.clear-button{margin-top:10px;padding:8px 15px;background-color:var(--bg-hover);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;cursor:pointer;margin-bottom:40px}.data-preview{max-height:600px;max-width:1200px;overflow:auto;border:1px solid var(--border-color);border-radius:8px;background-color:var(--bg-hover);margin:0 auto}.data-preview table{width:100%;border-collapse:collapse}.data-preview th,.data-preview td{padding:8px;border:1px solid var(--border-color);text-align:left;color:var(--text-primary)}.data-preview th{background-color:var(--bg-header);font-weight:700;position:sticky;top:0}.data-preview{margin-bottom:60px}.table-container .InputProps{font-size:14px;background-color:brown}.table-container .MuiTable-root .MuiTableCell-root{border:none;padding:6px 10px;font-size:14px;text-align:left}.table-container .MuiTableBody-root .MuiTableRow-root{border-bottom:1px solid var(--table-border)}.table-container .MuiTableHead-root .MuiTableCell-root{border-bottom:2px solid var(--table-border);font-weight:600;background-color:var(--table-header-bg);text-align:left;padding:8px 10px}.table-container .MuiTableCell-root{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-container .MuiPaper-root{box-shadow:none;border-radius:1px}.table-container .MuiTableRow-root:hover{background-color:var(--table-row-hover);font-size:large}.table-container .MuiButton-root{font-size:12px;padding:4px 8px;min-width:auto;margin:0 4px}.table-container .MuiIconButton-root{color:#d32f2f;padding:6px}.table-container .muiTableBodyCellProps{border-bottom:none;padding:6px 10px;font-size:10px}.table-container .muiTableHeadCellProps{font-weight:700;background-color:#f8f8f8;border-bottom:2px solid #e0e0e0;padding:8px 10px}.table-container .MuiTable-root .MuiTableCell-root{border:none!important;padding:6px 10px!important;font-size:14px!important;text-align:left!important}.table-container .MuiTableBody-root .MuiTableRow-root{border-bottom:1px solid var(--table-border)!important}.table-container .MuiTableHead-root .MuiTableCell-root{border-bottom:2px solid var(--table-border)!important;font-weight:600!important;background-color:var(--table-header-bg)!important;text-align:left!important;padding:8px 10px!important}.table-container .MuiTableCell-root{max-width:100px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.table-container .MuiPaper-root{box-shadow:none!important;border-radius:1px!important}.table-container .MuiTableRow-root:hover{background-color:var(--table-row-hover)!important;font-size:large}.table-container .MuiButton-root{font-size:12px!important;padding:4px 8px!important;min-width:auto!important;margin:0 4px!important}.table-container .MuiIconButton-root{color:#d32f2f!important;padding:6px!important}.navbar{position:sticky;top:0;z-index:1000;width:100%;background-color:var(--navbar-bg);padding:1rem;display:flex;justify-content:center;align-items:center;box-shadow:0 1px #ffffff0f;border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background-color .3s ease}.navbar-links{list-style:none;display:flex;gap:2rem;margin:0;padding:0;align-items:center}.nav-logo .logo{width:30px;height:auto;margin-right:1rem}.nav-link{color:var(--navbar-text);text-decoration:none;font-size:1.1rem;display:flex;align-items:center;gap:.5rem;transition:color .3s ease;background:none;border:none;cursor:pointer;padding:0}.nav-link:hover{color:var(--navbar-hover)}.nav-link span{display:none}@media (pointer: fine){.nav-link span{display:inline}}.navbar .logout-button{background:none;border:none;color:var(--navbar-text);cursor:pointer;display:flex;align-items:center;font-size:1rem;padding:0}.navbar .logout-button:hover{color:var(--navbar-hover)}.dropdown{position:relative}.nav-icon-unread{color:#e74c3c;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.unread-badge{position:absolute;top:2px;right:-4px;background-color:#e74c3c;color:#fff;border-radius:50%;padding:1px 5px;font-size:.65rem;font-weight:700;min-width:16px;text-align:center;line-height:1.3;pointer-events:none}.dropdown-toggle{position:relative}.dropdown-arrow{margin-left:.3rem;font-size:.8rem;transition:transform .3s ease}.dropdown-menu{position:absolute;top:100%;left:0;background-color:var(--navbar-dropdown-bg);min-width:200px;border:1px solid var(--navbar-dropdown-border);padding:0;margin:0;list-style:none;z-index:1001;opacity:0;visibility:hidden;transform:translateY(-10px);animation:dropdownSlideIn .2s ease forwards;box-shadow:0 4px 8px #0003}@keyframes dropdownSlideIn{to{opacity:1;visibility:visible;transform:translateY(0)}}.dropdown-menu li{margin:0}.dropdown-link{display:flex;align-items:center;gap:.5rem;color:var(--navbar-text);text-decoration:none;padding:.75rem 1rem;transition:color .3s ease,background-color .3s ease;font-size:1rem;border-bottom:1px solid var(--navbar-dropdown-border)}.dropdown-link:hover{color:var(--navbar-hover);background-color:#ffffff0d}.dropdown-link:last-child{border-bottom:none}.dropdown-link svg{color:inherit;width:16px}.dropdown-link span{display:inline}.dropdown-toggle[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.dropdown-divider{height:1px;background-color:var(--navbar-dropdown-border);margin:8px 0;padding:0}.dropdown-link .fa-icon{margin-right:8px;width:16px;text-align:center}@media (pointer: fine) and (max-width: 900px){.navbar{padding:.5rem}.navbar-links{gap:.75rem;width:100%;justify-content:space-around}.dropdown-menu{min-width:160px}.dropdown-link{padding:.5rem .75rem;font-size:.9rem}}.nav-link:focus,.dropdown-link:focus{outline:2px solid var(--navbar-hover);outline-offset:2px}.mobile-bottom-bar,.drawer-backdrop,.drawer-panel{display:none}@media (pointer: fine){.mobile-bottom-bar,.drawer-backdrop,.drawer-panel{display:none!important}}@media (pointer: coarse){.desktop-nav{display:none}.app-footer{display:none!important}.content-wrapper{padding-bottom:70px}.mobile-bottom-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:var(--navbar-bg);border-top:1px solid rgba(255,255,255,.08);padding:6px 0 max(6px,env(safe-area-inset-bottom));justify-content:space-around;align-items:center}.bottom-bar-item{display:flex;flex-direction:column;align-items:center;gap:2px;background:none;border:none;color:var(--navbar-text);text-decoration:none;font-size:.6rem;padding:4px 8px;cursor:pointer;transition:color .2s ease;-webkit-tap-highlight-color:transparent}.bottom-bar-item svg{font-size:1.15rem}.bottom-bar-item.active{color:var(--navbar-hover)}.bottom-bar-badge{position:absolute;top:-4px;right:-6px;background-color:#e74c3c;color:#fff;border-radius:50%;padding:1px 4px;font-size:.55rem;font-weight:700;min-width:14px;text-align:center;line-height:1.3;pointer-events:none}.drawer-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#0000;pointer-events:none;transition:background .3s ease}.drawer-backdrop.open{background:#00000080;pointer-events:auto}.drawer-panel{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;z-index:1200;width:280px;max-width:85vw;background:var(--navbar-bg);transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 20px #0000004d}.drawer-panel.open{transform:translate(0)}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.drawer-title{color:var(--navbar-text);font-size:1.1rem;font-weight:600;font-family:Sora,Manrope,sans-serif}.drawer-close{background:none;border:none;color:var(--navbar-text);font-size:1.25rem;cursor:pointer;padding:4px 8px;-webkit-tap-highlight-color:transparent}.drawer-body{flex:1;overflow-y:auto;padding:8px 0;-webkit-overflow-scrolling:touch}.drawer-link{display:flex;align-items:center;gap:12px;padding:14px 20px;color:var(--navbar-text);text-decoration:none;font-size:.95rem;transition:background .15s ease;cursor:pointer;background:none;border:none;width:100%;text-align:left;-webkit-tap-highlight-color:transparent}.drawer-link:hover,.drawer-link:active{background:#ffffff0d}.drawer-link svg{width:18px;text-align:center;opacity:.7}.drawer-accordion{border-bottom:1px solid rgba(255,255,255,.04)}.drawer-accordion-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 20px;background:none;border:none;color:var(--navbar-text);font-size:.95rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.drawer-accordion-toggle span{display:flex;align-items:center;gap:12px}.drawer-accordion-toggle span svg{width:18px;opacity:.7}.drawer-accordion-toggle>svg{font-size:.7rem;opacity:.5}.drawer-accordion-panel{padding:0 0 8px}.drawer-sub-link{display:flex;align-items:center;gap:10px;padding:10px 20px 10px 48px;color:var(--navbar-text);text-decoration:none;font-size:.88rem;opacity:.8;transition:background .15s ease,opacity .15s ease;-webkit-tap-highlight-color:transparent}.drawer-sub-link:hover,.drawer-sub-link:active{background:#ffffff0d;opacity:1}.drawer-sub-link svg{width:14px;opacity:.6}.drawer-divider{height:1px;background:#ffffff14;margin:8px 20px}.drawer-theme-toggle{color:var(--navbar-text)}.drawer-theme-toggle svg{color:#f59e0b}.drawer-logout{color:#ef4444}.drawer-logout svg{color:#ef4444;opacity:1}}.footer{position:fixed;left:0;bottom:0;width:100%;background:var(--footer-bg);border-top:1px solid var(--footer-border);padding:.75rem 0;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));z-index:1000;transition:background .3s ease,border-color .3s ease}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem}.footer-logo-section{display:flex;align-items:center;gap:.75rem}.footer-logo{height:32px;width:auto}.footer-text{color:var(--footer-text);font-size:.85rem;margin:0}.footer-right-section{display:flex;align-items:center;gap:.75rem}.theme-toggle-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--footer-text);cursor:pointer;transition:all .3s ease;padding:0}.theme-toggle-btn:hover{background:#fff3;border-color:#fff6}.theme-toggle-btn:focus{outline:2px solid var(--footer-text);outline-offset:2px}.footer-privacy-link{color:var(--footer-text)!important;text-decoration:none;display:flex;align-items:center;gap:6px;padding:.25rem;border-radius:4px;transition:all .3s ease}.footer-privacy-link:hover{color:#ccc!important;background:#ffffff1a;text-decoration:none}.privacy-text{display:inline;font-size:.85rem}.privacy-icon{display:block;width:20px;height:20px}.copyright-full{display:inline}.copyright-short{display:none}@media (max-width: 768px){.footer{padding:.5rem 0}.footer-content{padding:0 .75rem}.footer-logo{height:26px}.footer-text{font-size:.7rem}.copyright-full{display:none}.copyright-short{display:inline}.privacy-text{display:inline;font-size:.7rem}.privacy-icon{display:block;width:18px;height:18px}.theme-toggle-btn{width:28px;height:28px}.theme-toggle-btn svg{width:14px;height:14px}}@media (max-width: 480px){.footer-content{padding:0 .5rem}.footer-logo{height:24px}.footer-text{font-size:.65rem}.privacy-icon{width:16px;height:16px}.privacy-text{font-size:.65rem}.footer-right-section{gap:.5rem}.theme-toggle-btn{width:26px;height:26px}.theme-toggle-btn svg{width:13px;height:13px}}.footer-privacy-link:focus{outline:2px solid var(--footer-text);outline-offset:2px}.data-analysis-container{max-width:1200px;margin:0 auto;padding:2rem 0}.selection-row{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem}.selection-item{flex:1}.data-analysis-container{max-width:1200px;margin:0 auto;padding:2rem 0 5rem}.chart-container{width:100%;height:400px;margin-bottom:1rem}.range-slider{margin-top:1rem;width:100%}.fine-tune-controls{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.kinetics-cards-container{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px;justify-content:flex-start;align-items:flex-start}.kinetics-card{width:350px;flex:1 1 auto;margin:10px;border:1px solid #ddd;box-shadow:0 2px 5px #0003;border-radius:8px}.metabolic-card{width:400px;background-color:#87cefa;color-scheme:light dark;flex:1 1 auto;margin:10px;border:1px solid #ddd;box-shadow:0 2px 5px #0003;border-radius:8px}.login-page{height:100vh;background:#0b0b0f;color:#f0eeeb;font-family:Manrope,-apple-system,sans-serif;overflow:hidden;-webkit-font-smoothing:antialiased;position:relative}.login-bg-grid{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,black 20%,transparent 70%);pointer-events:none}.login-bg-glow{position:fixed;top:-200px;left:50%;transform:translate(-50%);width:800px;height:600px;z-index:0;background:radial-gradient(ellipse,rgba(109,186,122,.06) 0%,transparent 70%);pointer-events:none}.login-bg-glow-2{position:fixed;bottom:-300px;right:-200px;width:600px;height:600px;z-index:0;background:radial-gradient(ellipse,rgba(109,186,122,.03) 0%,transparent 70%);pointer-events:none}.login-topbar{position:fixed;top:0;left:0;right:0;z-index:50;padding:20px 32px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,#0b0b0f 60%,transparent 100%)}.login-logo-mark{display:flex;align-items:center;gap:12px}.login-logo-icon{width:36px;height:36px;border-radius:10px;background:#6dba7a14;border:1px solid rgba(109,186,122,.15);display:flex;align-items:center;justify-content:center}.login-logo-icon svg{width:18px;height:18px}.login-logo-text{font-size:14px;font-weight:700;letter-spacing:-.3px;color:#f0eeeb}.login-logo-text span{color:#6dba7a}.login-main{position:relative;z-index:1;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.login-container{width:100%;max-width:420px}.login-hero-text{text-align:center;margin-bottom:40px;animation:loginFadeUp .7s ease-out}.login-hero-text h1{font-family:Newsreader,serif;font-size:38px;font-weight:400;letter-spacing:-1px;line-height:1.15;margin-bottom:12px;color:#f0eeeb}.login-hero-and{color:#e53e3e;font-style:italic}.login-hero-text p{font-size:15px;color:#ffffff73;line-height:1.6;max-width:320px;margin:0 auto}.login-card{background:#131318;border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:36px 32px;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);animation:loginFadeUp .7s ease-out .1s both}.login-card-header{margin-bottom:28px}.login-card-header h2{font-size:18px;font-weight:700;margin-bottom:4px;letter-spacing:-.3px;color:#f0eeeb}.login-card-header p{font-size:13px;color:#ffffff73}.login-form-group{margin-bottom:18px}.login-form-group label{display:block;font-size:12px;font-weight:600;color:#ffffff73;letter-spacing:.5px;text-transform:uppercase;margin-bottom:8px}.login-input-wrapper{position:relative}.login-input-wrapper>svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#ffffff40;pointer-events:none;transition:color .2s}.login-form-input{width:100%;padding:14px 16px 14px 44px;background:#1a1a21;border:1px solid rgba(255,255,255,.06);border-radius:12px;outline:none;font-family:Manrope,sans-serif;font-size:15px;font-weight:500;color:#f0eeeb;transition:all .2s}.login-form-input::placeholder{color:#ffffff40}.login-form-input:focus{border-color:#6dba7a;box-shadow:0 0 0 3px #6dba7a26}.login-input-wrapper:focus-within>svg{color:#6dba7a}.login-password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffff59;font-size:12px;font-weight:600;font-family:Manrope,sans-serif;letter-spacing:.3px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s}.login-password-toggle:hover{color:#fff9;background:#ffffff0a}.login-form-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.login-remember-me{display:flex;align-items:center;gap:8px;cursor:pointer}.login-remember-me input[type=checkbox]{width:16px;height:16px;accent-color:#6dba7a;border-radius:4px;cursor:pointer}.login-remember-me span{font-size:13px;color:#ffffff73}.login-forgot-link{font-size:13px;color:#6dba7a;text-decoration:none;font-weight:600;transition:opacity .2s}.login-forgot-link:hover{opacity:.8}.login-error-message{color:#ef4444;font-size:13px;text-align:center;margin-bottom:16px;padding:10px 14px;background:#ef444414;border:1px solid rgba(239,68,68,.15);border-radius:10px}.login-btn-primary{width:100%;padding:15px;background:#6dba7a;border:none;border-radius:14px;font-family:Manrope,sans-serif;font-size:15px;font-weight:700;color:#0b0b0f;cursor:pointer;transition:all .2s;position:relative;overflow:hidden}.login-btn-primary:hover{background:#7cc888;transform:translateY(-1px);box-shadow:0 8px 30px #6dba7a40}.login-btn-primary:active{transform:translateY(0)}.login-btn-primary:disabled{background:#3a3a45;color:#ffffff4d;cursor:not-allowed;transform:none;box-shadow:none}.login-footer{margin-top:16px;text-align:center;animation:loginFadeUp .7s ease-out .25s both}.login-footer p{font-size:12px;color:#ffffff40}.login-footer a{color:#ffffff73;text-decoration:none;transition:color .2s}.login-footer a:hover{color:#6dba7a}@keyframes loginFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.login-topbar{padding:16px 20px}.login-main{padding:64px 16px 16px;justify-content:flex-start}.login-hero-text{margin-bottom:16px}.login-hero-text h1{font-size:26px;margin-bottom:6px}.login-hero-text p{font-size:13px}.login-card{padding:20px;border-radius:20px}.login-card-header{margin-bottom:16px}.login-card-header h2{font-size:16px}.login-form-group{margin-bottom:14px}.login-form-input{padding:12px 16px 12px 44px}.login-btn-primary{padding:13px}.login-form-row{margin-bottom:18px}.login-footer{margin-top:12px}}@media (max-width: 360px){.login-hero-text h1{font-size:26px}.login-card{padding:24px 18px}.login-form-row{flex-direction:column;gap:12px;align-items:flex-start}}@media (display-mode: standalone){.login-topbar{padding-top:env(safe-area-inset-top,20px)}.login-main{padding-bottom:env(safe-area-inset-bottom,40px)}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.assessment-builder{max-width:1200px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.assessment-builder-header{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.header-content{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.assessment-builder-header h1{margin:0;color:#333;font-size:2.5rem;font-weight:700}.header-subtitle{color:#666;font-size:1.1rem;margin:0}.assessment-info-section,.assessment-fields-section{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.assessment-info-section h2,.assessment-fields-section h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem;font-weight:600}.form-row{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.9rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-weight:500;cursor:pointer}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:6px;font-size:1rem;transition:border-color .2s ease;box-sizing:border-box}.form-checkbox{width:auto;margin-right:.5rem}.form-help{color:#666;font-size:.85rem;margin-top:.25rem;display:block}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary:hover:not(:disabled){background-color:#0056b3;transform:translateY(-1px)}.btn-icon-sm{padding:.5rem;min-width:auto}.btn:disabled{opacity:.6;cursor:not-allowed}.empty-state{text-align:center;padding:3rem;color:#666}.empty-icon{font-size:3rem;color:#ddd;margin-bottom:1rem}.field-card{border:2px solid #e1e5e9;border-radius:8px;padding:1.5rem;background:#f8f9fa}.field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #dee2e6}.field-header h3{margin:0;color:#333;font-size:1.2rem;font-weight:600}.field-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.field-form .form-group:nth-child(1){grid-column:1 / -1}.field-form .form-row{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:0}.field-form .form-group:last-child{grid-column:1 / -1}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:2rem}@media (max-width: 768px){.assessment-builder{padding:1rem}.form-row,.field-form,.field-form .form-row{grid-template-columns:1fr}.section-header{flex-direction:column;gap:1rem;align-items:stretch}.form-actions{flex-direction:column}.assessment-builder-header h1{font-size:2rem}}@media (max-width: 480px){.field-header{flex-direction:column;gap:1rem;align-items:stretch}.field-actions{justify-content:center}}.assessment-list{max-width:1400px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.assessment-list-header{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.search-controls{display:flex;gap:1rem;margin-bottom:1rem}.search-box{position:relative;flex:1;max-width:400px}.filter-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.assessments-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef;margin-bottom:2rem}.assessments-table{width:100%;overflow-x:auto}.assessments-table table{width:100%;border-collapse:collapse}.assessments-table th{background-color:#f8f9fa;padding:1rem 1.25rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6;font-size:.9rem;letter-spacing:.025em}.assessments-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease;position:relative}.assessments-table th.sortable:hover{background-color:#e9ecef}.assessments-table td{padding:1rem 1.25rem;border-bottom:1px solid #e9ecef;vertical-align:top}.assessments-table tr:hover{background-color:#f8f9fa}.sport-tag{display:inline-block;background-color:#e9ecef;color:#495057;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.description-cell{max-width:300px}.description-text{color:#495057;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.no-description{color:#6c757d;font-style:italic}.visibility-cell{text-align:center;min-width:100px}.visibility-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.visibility-badge.public{background-color:#d4edda;color:#155724}.visibility-badge.private{background-color:#f8d7da;color:#721c24}.visibility-icon{font-size:.75rem}.actions-cell{min-width:120px}.assessments-cards{padding:1rem}.assessment-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;overflow:hidden}.assessment-card:last-child{margin-bottom:0}.card-title h3{margin:0 0 .5rem;color:#212529;font-size:1.1rem;font-weight:600}.card-meta{display:flex;flex-direction:column;gap:.5rem}.btn-icon-sm{padding:.5rem;min-width:44px;min-height:44px}@media (max-width: 992px){.assessment-list{padding:1rem}.assessment-list-header{flex-direction:column;gap:1.5rem;align-items:stretch}.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.search-controls{flex-direction:column;gap:1rem}.search-box{max-width:none}}@media (max-width: 768px){.desktop-only{display:none}.mobile-only{display:block}.assessment-list-header{padding:1.5rem}.header-text h1{font-size:2rem}.controls-section{padding:1rem}.stats-section{padding:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1rem}.stat-number{font-size:1.5rem}}@media (max-width: 480px){.assessment-list{padding:.5rem}.stats-grid{grid-template-columns:1fr}.card-header{flex-direction:column;gap:1rem;align-items:stretch}.card-actions{justify-content:center}}@media (prefers-contrast: high){.assessments-table th,.assessments-table td,.assessment-card{border-width:2px}}@media (prefers-reduced-motion: reduce){.btn,.search-input,.filter-select,.assessments-table th.sortable{transition:none}}.form-list{max-width:1400px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.form-list-header{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.header-text h1{margin:0;color:#212529;font-size:2.5rem;font-weight:700;letter-spacing:-.025em}.header-subtitle{color:#6c757d;font-size:1.1rem;margin:.5rem 0 0;line-height:1.5}.stats-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.stats-section h3{margin:0 0 1.5rem;color:#212529;font-size:1.5rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.stat-card{text-align:center;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.stat-card.compulsory .stat-number{color:#dc3545}.stat-card.optional .stat-number{color:#28a745}.stat-number{font-size:2rem;font-weight:700;color:#007bff;margin-bottom:.5rem}.stat-label{color:#6c757d;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.search-controls{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.search-box{position:relative;flex:1;max-width:400px;min-width:200px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6c757d;pointer-events:none}.search-input{width:100%;padding:.875rem 1rem .875rem 2.5rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.filter-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.filter-select{padding:.875rem 1rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .2s ease}.filter-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.results-info{color:#6c757d;font-size:.9rem;font-weight:500}.empty-state p{color:#6c757d;font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.forms-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef;margin-bottom:2rem}.forms-table{width:100%;overflow-x:auto}.forms-table table{width:100%;border-collapse:collapse}.forms-table th{background-color:#f8f9fa;padding:1rem 1.25rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6;font-size:.9rem;letter-spacing:.025em;white-space:nowrap}.forms-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.forms-table th.sortable:hover{background-color:#e9ecef}.sort-icon{margin-left:.5rem;color:#6c757d;font-size:.8rem}.forms-table td{padding:1rem 1.25rem;border-bottom:1px solid #e9ecef;vertical-align:middle}.forms-table tr:hover{background-color:#f8f9fa}.forms-table tr.inactive{opacity:.6}.name-cell{min-width:200px}.name-cell strong{display:block;color:#212529;font-size:1rem;font-weight:600;margin-bottom:.25rem}.inactive-badge{display:inline-block;background-color:#6c757d;color:#fff;padding:.125rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500;margin-left:.5rem;text-transform:uppercase}.type-cell{min-width:120px}.type-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.375rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.type-badge.compulsory{background-color:#ffeeba;color:#856404}.type-badge.optional{background-color:#d4edda;color:#155724}.type-icon{font-size:.75rem}.category-cell{min-width:100px}.category-tag{display:inline-block;background-color:#e9ecef;color:#495057;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;text-transform:capitalize}.field-count-cell{text-align:center;min-width:80px}.field-count{background-color:#e3f2fd;color:#1565c0;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.submission-count-cell{text-align:center;min-width:80px}.submission-count{background-color:#f3e5f5;color:#7b1fa2;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.scope-cell{min-width:120px}.scope-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.375rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.scope-badge.global{background-color:#e8f5e9;color:#2e7d32}.scope-badge.org{background-color:#e3f2fd;color:#1565c0}.scope-icon{font-size:.75rem}.date-cell{min-width:120px;color:#495057}.created-by{font-size:.8rem;color:#6c757d;margin-top:.25rem}.actions-cell{min-width:180px}.forms-cards{padding:1rem}.form-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;overflow:hidden}.form-card.inactive{opacity:.7}.form-card:last-child{margin-bottom:0}.card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.card-title{display:flex;flex-direction:column;gap:.5rem}.card-title h3{margin:0;color:#212529;font-size:1.1rem;font-weight:600}.card-actions{display:flex;gap:.5rem;flex-shrink:0}.card-content{padding:1rem}.card-description{color:#495057;margin:0 0 1rem;line-height:1.5}.card-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:#6c757d;font-size:.9rem}.meta-item svg{font-size:.8rem;color:#6c757d}.card-footer{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #e9ecef}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;letter-spacing:.025em;min-height:44px}.btn-sm{padding:.5rem 1rem;font-size:.85rem;min-height:36px}.btn-info{background-color:#17a2b8;color:#fff}.btn-info:hover:not(:disabled){background-color:#138496;transform:translateY(-1px);box-shadow:0 4px 8px #17a2b84d}.desktop-only{display:block}.mobile-only{display:none}@media (max-width: 1200px){.forms-table th:nth-child(6),.forms-table td:nth-child(6){display:none}}@media (max-width: 992px){.form-list{padding:1rem}.form-list-header{flex-direction:column;gap:1.5rem;align-items:stretch}.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.search-controls{flex-direction:column;gap:1rem}.search-box{max-width:none}.filter-controls{width:100%}.filter-select{flex:1}}@media (max-width: 768px){.desktop-only{display:none}.mobile-only{display:block}.form-list-header{padding:1.5rem}.header-text h1{font-size:2rem}.controls-section{padding:1rem}.stats-section{padding:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1rem}.stat-number{font-size:1.5rem}}@media (max-width: 480px){.form-list{padding:.5rem}.stats-grid{grid-template-columns:1fr}.card-header{flex-direction:column;gap:1rem;align-items:stretch}.card-actions{justify-content:center}.card-footer{flex-direction:column}.card-footer .btn{width:100%}}@media (prefers-contrast: high){.forms-table th,.forms-table td,.form-card{border-width:2px}}@media (prefers-reduced-motion: reduce){.btn,.search-input,.filter-select,.forms-table th.sortable{transition:none}}.form-builder{max-width:1000px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.form-builder-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.header-content{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.header-icon{font-size:2rem;color:#007bff}.header-content h1{margin:0;color:#212529;font-size:2rem;font-weight:700}.header-subtitle{color:#6c757d;font-size:1rem;margin:0;line-height:1.5}.close-message{background:none;border:none;color:inherit;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.close-message:hover{background-color:#0000001a}.warning-banner{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:8px;margin-bottom:1.5rem}.warning-icon{color:#856404;font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.warning-banner p{margin:0;color:#856404;font-size:.95rem;line-height:1.5}.form-info-section,.form-fields-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.form-info-section h2,.form-fields-section h2{margin:0 0 1.5rem;color:#212529;font-size:1.5rem;font-weight:600}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.form-row.checkboxes{display:flex;flex-wrap:wrap;gap:2rem}.form-group{margin-bottom:1.5rem}.form-row .form-group{margin-bottom:0}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#212529;font-size:.95rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-textarea{resize:vertical;min-height:80px}.form-help{display:block;margin-top:.5rem;font-size:.85rem;color:#6c757d}.form-label.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.form-checkbox{width:18px;height:18px;cursor:pointer}.empty-state{text-align:center;padding:3rem 2rem;background-color:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.empty-state p{color:#6c757d;font-size:1rem;margin:0}.fields-list{display:flex;flex-direction:column;gap:1.5rem}.field-card{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.field-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#e9ecef;border-bottom:1px solid #dee2e6}.field-header h3{margin:0;font-size:1rem;font-weight:600;color:#495057}.field-actions{display:flex;gap:.5rem}.field-form{padding:1.5rem}.field-form .form-group:last-child{margin-bottom:0}.choice-options-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.choice-options-header .form-label{margin-bottom:0}.choice-options-list{display:flex;flex-direction:column;gap:.5rem}.choice-option-item{display:flex;gap:.5rem;align-items:center}.choice-option-item .form-input{flex:1}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding:2rem 0}.btn-secondary:hover:not(:disabled){background-color:#545b62;transform:translateY(-1px);box-shadow:0 4px 8px #6c757d4d}.btn-danger:hover:not(:disabled){background-color:#c82333;transform:translateY(-1px);box-shadow:0 4px 8px #dc35454d}.btn-icon-sm{padding:.5rem;min-width:36px;min-height:36px}.btn-icon{font-size:.9rem}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.form-builder{padding:1rem}.form-builder-header,.form-info-section,.form-fields-section{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-row.checkboxes{flex-direction:column;gap:1rem}.section-header{flex-direction:column;gap:1rem;align-items:stretch}.section-header .btn{width:100%}.field-header{flex-direction:column;gap:1rem;align-items:stretch}.field-actions{justify-content:center}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}@media (max-width: 480px){.form-builder{padding:.5rem}.form-builder-header,.form-info-section,.form-fields-section{padding:1rem}.header-content{flex-direction:column;align-items:flex-start}.header-content h1{font-size:1.5rem}.choice-options-header{flex-direction:column;align-items:stretch;gap:.75rem}}@media (prefers-contrast: high){.field-card{border-width:2px}.form-input,.form-select,.form-textarea{border-width:3px}}@media (prefers-reduced-motion: reduce){.btn,.form-input,.form-select,.form-textarea{transition:none}.spinning{animation:none}}.form-submissions{max-width:1000px;margin:0 auto;padding:1rem;background-color:#f8f9fa;min-height:100vh}.loading-container,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.error-state h3{margin:0 0 .5rem;color:#dc3545}.submissions-header{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d}.header-subtitle{margin:.25rem 0 0;color:#6c757d;font-size:.9rem}.search-section{margin-bottom:1rem}.search-box{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:#6c757d}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem}.empty-state{text-align:center;padding:3rem 1rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d}.empty-icon{font-size:3rem;color:#dee2e6;margin-bottom:1rem}.empty-state h3{margin:0 0 .5rem;color:#495057}.empty-state p{color:#6c757d;margin:0}.submissions-list{display:flex;flex-direction:column;gap:.75rem}.submission-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;gap:1rem}.submission-info{display:flex;flex-direction:column;gap:.75rem}.athlete-info{display:flex;align-items:flex-start;gap:.75rem}.athlete-icon{width:36px;height:36px;background:#e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6c757d;flex-shrink:0;padding:.5rem}.athlete-info>div{display:flex;flex-direction:column}.athlete-info strong{color:#212529;font-size:1rem}.athlete-email{color:#6c757d;font-size:.85rem}.submission-date{display:flex;align-items:center;gap:.5rem;color:#6c757d;font-size:.85rem}.btn-view{width:100%;padding:.75rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-view:hover{background:#0056b3}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:0}.modal-content{background:#fff;width:100%;max-height:90vh;border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e9ecef;position:sticky;top:0;background:#fff}.modal-header h2{margin:0;font-size:1.1rem;color:#212529}.btn-close{background:none;border:none;font-size:1.25rem;color:#6c757d;cursor:pointer;padding:.5rem}.modal-body{padding:1rem;overflow-y:auto;flex:1}.submission-meta{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef;margin-bottom:1rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:#495057;font-size:.9rem}.meta-item svg{color:#6c757d;width:16px}.responses-list{display:flex;flex-direction:column;gap:1rem}.response-item{padding-bottom:1rem;border-bottom:1px solid #f1f3f4}.response-item:last-child{border-bottom:none;padding-bottom:0}.response-label{font-weight:600;color:#212529;font-size:.9rem;margin-bottom:.5rem;line-height:1.4}.response-label .required{color:#dc3545;margin-left:.25rem}.response-value{color:#495057;font-size:1rem;line-height:1.5}.no-response{color:#adb5bd;font-style:italic}.value-yes{color:#28a745;display:flex;align-items:center;gap:.5rem}.value-no{color:#dc3545}.checkbox-values{margin:0;padding-left:1.25rem}.checkbox-values li{margin-bottom:.25rem}.signature-image{max-width:100%;height:auto;border:1px solid #dee2e6;border-radius:8px}.modal-footer{padding:1rem;border-top:1px solid #e9ecef;background:#fff}.modal-footer .btn{width:100%;padding:.875rem;border-radius:8px;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}@media (min-width: 768px){.form-submissions{padding:2rem}.submissions-header{flex-direction:row;align-items:center;justify-content:space-between;padding:1.5rem}.btn-back{order:0}.header-info{flex:1;margin-left:1rem}.header-info h1{font-size:1.5rem}.submission-card{flex-direction:row;align-items:center;justify-content:space-between;padding:1.25rem}.submission-info{flex-direction:row;align-items:center;gap:2rem;flex:1}.btn-view{width:auto;padding:.75rem 1.25rem}.modal-overlay{align-items:center;padding:2rem}.modal-content{max-width:600px;max-height:80vh;border-radius:16px}.modal-footer .btn{width:auto}}@media (min-width: 1024px){.modal-content{max-width:700px}}.form-assignment{max-width:800px;margin:0 auto;padding:1rem;background-color:#f8f9fa;min-height:100vh}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.assignment-header{display:flex;flex-direction:column;gap:.75rem;background:#fff;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d}.btn-back{align-self:flex-start;background:none;border:none;color:#6c757d;font-size:.9rem;padding:.5rem 0;cursor:pointer;display:flex;align-items:center;gap:.5rem}.btn-back:hover{color:#007bff}.header-info h1{margin:0;font-size:1.25rem;color:#212529}.form-name{margin:.25rem 0 0;color:#6c757d;font-size:.9rem}.message{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.success-message{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message p{margin:0;flex:1}.btn-close-msg{background:none;border:none;color:inherit;cursor:pointer;padding:.25rem;opacity:.7}.btn-close-msg:hover{opacity:1}.section{background:#fff;border-radius:12px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d}.section h2{margin:0 0 1rem;font-size:1rem;color:#212529;font-weight:600}.type-options{display:flex;flex-direction:column;gap:.5rem}.type-option{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8f9fa;border:2px solid #dee2e6;border-radius:8px;cursor:pointer;font-size:.95rem;color:#495057;transition:all .2s ease}.type-option:hover{border-color:#007bff;background:#f0f7ff}.type-option.active{border-color:#007bff;background:#e7f1ff;color:#007bff}.type-option svg{font-size:1.1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#212529;font-size:.9rem}.form-input,.form-select{width:100%;padding:.75rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;box-sizing:border-box}.form-input:focus,.form-select:focus{outline:none;border-color:#007bff}.athletes-selection{margin-top:1rem}.search-box{position:relative;margin-bottom:.75rem}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;box-sizing:border-box}.search-input:focus{outline:none;border-color:#007bff}.selected-count{background:#e7f1ff;color:#007bff;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.athletes-list{max-height:300px;overflow-y:auto;border:1px solid #dee2e6;border-radius:8px}.no-athletes{padding:2rem;text-align:center;color:#6c757d}.athlete-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid #f1f3f4;cursor:pointer;transition:background .15s ease}.athlete-item:last-child{border-bottom:none}.athlete-item:hover{background:#f8f9fa}.athlete-item.selected{background:#e7f1ff}.athlete-checkbox{width:22px;height:22px;border:2px solid #dee2e6;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:.75rem}.athlete-item.selected .athlete-checkbox{background:#007bff;border-color:#007bff}.athlete-details{display:flex;flex-direction:column}.athlete-details strong{color:#212529;font-size:.95rem}.athlete-details span{color:#6c757d;font-size:.8rem}.global-note{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fff3cd;border-radius:8px;color:#856404;margin-bottom:1rem}.global-note svg{flex-shrink:0;margin-top:.1rem}.global-note p{margin:0;font-size:.9rem;line-height:1.4}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-assign{width:100%;padding:1rem;margin-top:.5rem}.assignments-list{display:flex;flex-direction:column;gap:.5rem}.assignment-card{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#f8f9fa;border-radius:8px;gap:.75rem}.assignment-info{display:flex;align-items:flex-start;gap:.75rem;flex:1;min-width:0}.assignment-icon{color:#6c757d;font-size:1rem;margin-top:.1rem;flex-shrink:0}.assignment-info>div{display:flex;flex-direction:column;min-width:0}.assignment-info strong{color:#212529;font-size:.9rem;word-break:break-word}.due-date{display:flex;align-items:center;gap:.35rem;color:#6c757d;font-size:.8rem;margin-top:.25rem}.btn-remove{background:none;border:none;color:#dc3545;padding:.5rem;cursor:pointer;border-radius:4px;flex-shrink:0}.btn-remove:hover{background:#f8d7da}@media (min-width: 768px){.form-assignment{padding:2rem}.assignment-header{flex-direction:row;align-items:center;padding:1.5rem}.header-info{margin-left:1rem}.header-info h1{font-size:1.5rem}.type-options{flex-direction:row}.type-option{flex:1;justify-content:center;flex-direction:column;text-align:center;padding:1.25rem}.type-option svg{font-size:1.5rem;margin-bottom:.5rem}.btn-assign{width:auto;padding:.875rem 2rem}.athletes-list{max-height:400px}}.pending-forms{max-width:900px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.pending-forms.compulsory-page{background-color:#fff3cd}.pending-forms-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.header-icon{font-size:2.5rem;color:#007bff}.header-subtitle{color:#6c757d;font-size:1rem;margin:.5rem 0 0;line-height:1.5}.error-message{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.compulsory-warning{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:12px;margin-bottom:2rem}.warning-icon{color:#856404;font-size:1.5rem;flex-shrink:0}.warning-content strong{display:block;color:#856404;font-size:1.1rem;margin-bottom:.25rem}.warning-content p{margin:0;color:#856404;font-size:.95rem}.empty-icon.success{color:#28a745}.empty-state h3{margin:0 0 1rem;color:#495057;font-size:1.5rem;font-weight:600}.empty-state p{color:#6c757d;font-size:1.1rem;margin:0}.forms-section{margin-bottom:2rem}.forms-section h2{margin:0 0 1.5rem;color:#212529;font-size:1.5rem;font-weight:600}.forms-list{display:flex;flex-direction:column;gap:1rem}.form-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.form-card.compulsory{border-left:4px solid #ffc107}.form-card.optional{border-left:4px solid #28a745}.form-card-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;gap:1.5rem}.form-info{flex:1}.form-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.form-type-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.form-type-badge.compulsory{background-color:#fff3cd;color:#856404}.form-type-badge.optional{background-color:#d4edda;color:#155724}.form-category{background-color:#e9ecef;color:#495057;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:capitalize}.form-info h3{margin:0 0 .5rem;color:#212529;font-size:1.25rem;font-weight:600}.form-description{margin:0 0 .75rem;color:#6c757d;font-size:.95rem;line-height:1.5}.due-date{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6c757d}.due-date.overdue{color:#dc3545;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}@media (max-width: 768px){.pending-forms{padding:1rem 1rem 2rem}.pending-forms-header{padding:1.25rem;border-radius:10px}.header-content{flex-direction:column;align-items:flex-start;gap:.75rem}.header-icon{font-size:2rem}.header-text h1{font-size:1.35rem;line-height:1.3}.header-subtitle{font-size:.9rem}.compulsory-warning{padding:1rem;border-radius:10px;margin-bottom:1.5rem}.warning-content strong{font-size:1rem}.warning-content p{font-size:.9rem}.forms-section h2{font-size:1.25rem;margin-bottom:1rem}.form-card{border-radius:10px}.form-card-content{flex-direction:column;align-items:stretch;gap:1rem;padding:1.25rem}.form-info h3{font-size:1.1rem}.form-description{font-size:.9rem}.form-type-badge{font-size:.75rem}.form-card-content .btn{width:100%;padding:.875rem 1rem;min-height:48px;font-size:.95rem}.due-date{font-size:.85rem}.empty-state{padding:3rem 1.5rem}.empty-icon{font-size:3rem}.empty-state h3{font-size:1.25rem}.empty-state p{font-size:1rem}}@media (max-width: 480px){.pending-forms{padding:.5rem .5rem 1.5rem}.pending-forms-header{padding:1rem;border-radius:8px}.header-text h1{font-size:1.2rem}.form-card-content{padding:1rem}.form-header{flex-wrap:wrap;gap:.5rem}.form-info h3{font-size:1rem}}@supports (padding-bottom: env(safe-area-inset-bottom)){.pending-forms{padding-bottom:calc(2rem + env(safe-area-inset-bottom))}}.form-fill{max-width:700px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.form-fill.compulsory{background-color:#fffbe6}.error-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.error-icon{font-size:4rem;color:#dc3545;margin-bottom:1.5rem}.error-state h3{margin:0 0 1rem;color:#495057;font-size:1.5rem;font-weight:600}.error-state p{color:#6c757d;font-size:1.1rem;margin-bottom:2rem}.form-fill-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.compulsory-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff3cd;color:#856404;border-radius:8px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.form-fill-header h1{margin:0 0 .75rem;color:#212529;font-size:1.75rem;font-weight:700}.form-fill-header .form-description{margin:0;color:#6c757d;font-size:1rem;line-height:1.5}.message-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.message-container p{margin:0}.error-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.success-message{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;gap:.75rem}.success-icon{font-size:1.25rem}.form-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.field-group{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e9ecef}.field-group:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.field-group.field-error .form-input,.field-group.field-error .form-textarea,.field-group.field-error .form-select,.field-group.field-error .signature-canvas,.field-group.field-error .consent-field,.field-group.field-error .checkbox-group,.field-group.field-error .radio-group{border-color:#dc3545}.field-label{display:block;margin-bottom:.5rem;font-weight:600;color:#212529;font-size:1rem}.required{color:#dc3545;margin-left:.25rem}.field-help{margin:0 0 .75rem;font-size:.9rem;color:#6c757d;line-height:1.4}.validation-error{margin:.5rem 0 0;font-size:.85rem;color:#dc3545;font-weight:500}.form-input,.form-textarea,.form-select{width:100%;padding:.875rem 1rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-input.error,.form-textarea.error,.form-select.error{border-color:#dc3545}.form-textarea{resize:vertical;min-height:100px}.form-select{background:#fff;cursor:pointer}.checkbox-label,.radio-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.5rem 0;font-size:1rem;color:#212529}.checkbox-label input,.radio-label input{width:20px;height:20px;cursor:pointer;flex-shrink:0}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;border:2px solid #dee2e6;border-radius:8px;background-color:#f8f9fa}.checkbox-group.error,.radio-group.error{border-color:#dc3545}.consent-field{padding:1.25rem;border:2px solid #dee2e6;border-radius:8px;background-color:#f8f9fa}.consent-field.error{border-color:#dc3545}.consent-text{margin-bottom:1rem;font-size:.95rem;line-height:1.6;color:#495057}.signature-field{display:flex;flex-direction:column;gap:.75rem}.signature-canvas-container{position:relative;border:2px solid #dee2e6;border-radius:8px;overflow:hidden;background-color:#fff}.signature-field.error .signature-canvas-container{border-color:#dc3545}.signature-canvas{display:block;width:100%;max-width:400px;height:150px;cursor:crosshair;touch-action:none}.signature-hint{position:absolute;bottom:.5rem;right:.5rem;font-size:.8rem;color:#adb5bd;pointer-events:none}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-primary:hover:not(:disabled){background-color:#0056b3;transform:translateY(-1px);box-shadow:0 4px 8px #007bff4d}.btn-secondary:hover:not(:disabled){background-color:#545b62;transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}@media (max-width: 768px){.form-fill{padding:1rem 1rem 2rem}.form-fill-header,.form-content{padding:1.25rem;border-radius:10px}.form-fill-header h1{font-size:1.35rem;line-height:1.3}.form-fill-header .form-description{font-size:.9rem}.compulsory-badge{font-size:.8rem;padding:.4rem .75rem}.field-label{font-size:.95rem;line-height:1.4}.form-input,.form-textarea,.form-select{padding:.875rem;font-size:16px}.checkbox-label,.radio-label{padding:.75rem 0;font-size:.95rem;min-height:44px}.checkbox-label input,.radio-label input{width:22px;height:22px}.consent-field{padding:1rem}.consent-text{font-size:.9rem;line-height:1.5}.form-actions{flex-direction:column;gap:.75rem;padding-top:1.5rem;margin-top:1.5rem}.form-actions .btn{width:100%;padding:1rem;font-size:1rem;min-height:48px}.signature-canvas{max-width:100%;height:120px}.signature-field .btn-sm{padding:.6rem 1rem}}@media (max-width: 480px){.form-fill{padding:.5rem .5rem 1.5rem}.form-fill-header,.form-content{padding:1rem;border-radius:8px}.form-fill-header h1{font-size:1.2rem}.field-group{margin-bottom:1.5rem;padding-bottom:1.5rem}.field-help{font-size:.85rem}.validation-error{font-size:.8rem}.message-container{padding:.875rem 1rem;font-size:.9rem;border-radius:8px}}@supports (padding-bottom: env(safe-area-inset-bottom)){.form-fill{padding-bottom:calc(2rem + env(safe-area-inset-bottom))}}.competition-plan-list{max-width:1400px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#666}.loading-icon{font-size:2rem;color:#007bff;margin-bottom:1rem}.page-header{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.header-content{display:flex;align-items:center;gap:1.5rem}.header-icon{font-size:2.5rem;color:#f59e0b}.header-text h1{margin:0;color:#212529;font-size:2rem;font-weight:700}.header-subtitle{color:#6c757d;font-size:1rem;margin:.5rem 0 0}.error-message{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.close-message{background:none;border:none;color:inherit;cursor:pointer;padding:.25rem;border-radius:4px}.stats-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.stat-card{text-align:center;padding:1.25rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.stat-card.active .stat-number{color:#28a745}.stat-card.combat .stat-number{color:#dc3545}.stat-card.completed .stat-number{color:#6c757d}.stat-number{font-size:1.75rem;font-weight:700;color:#007bff;margin-bottom:.25rem}.stat-label{color:#6c757d;font-size:.85rem;font-weight:500;text-transform:uppercase}.controls-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.search-controls{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.search-box{flex:1;min-width:250px;position:relative}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6c757d}.search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.filter-controls{display:flex;align-items:center;gap:.75rem}.filter-icon{color:#6c757d}.filter-select{padding:.75rem 1rem;border:1px solid #e9ecef;border-radius:8px;font-size:1rem;background-color:#fff;cursor:pointer}.results-info{color:#6c757d;font-size:.9rem}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.empty-icon{font-size:4rem;color:#dee2e6;margin-bottom:1.5rem}.empty-state h3{color:#495057;margin-bottom:.75rem}.empty-state p{color:#6c757d;margin-bottom:1.5rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.plan-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.plan-card:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0000001a}.plan-card.cancelled{opacity:.7}.plan-card .card-header{padding:1.25rem;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#f8f9fa,#fff)}.card-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.card-title-row h3{margin:0;font-size:1.2rem;color:#212529;font-weight:600}.status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-badge.active{background-color:#d4edda;color:#155724}.status-badge.completed{background-color:#e2e3e5;color:#383d41}.status-badge.cancelled{background-color:#f8d7da;color:#721c24}.combat-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;background-color:#dc3545;color:#fff;margin-top:.75rem}.plans-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef;overflow:hidden}.plans-table{width:100%;border-collapse:collapse}.plans-table thead{background-color:#f8f9fa;border-bottom:2px solid #e9ecef}.plans-table th{padding:1rem;text-align:left;font-weight:600;color:#495057;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.plans-table td{padding:1rem;border-bottom:1px solid #e9ecef;vertical-align:middle}.plans-table tbody tr:hover{background-color:#f8f9fa}.plans-table tbody tr.cancelled-row{opacity:.6}.plan-name-cell .plan-name{display:flex;align-items:center;gap:.5rem}.plan-name-cell strong{color:#212529;font-size:1rem}.combat-badge-small{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background-color:#dc3545;color:#fff;font-size:.7rem}.athlete-cell{display:flex;align-items:center;gap:.5rem}.cell-icon{color:#6c757d;font-size:.85rem}.no-event{color:#adb5bd}.date-cell{display:flex;align-items:center;gap:.5rem}.weeks-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:10px;font-size:.75rem;font-weight:600;background-color:#fff3cd;color:#856404}.duration-badge{display:inline-flex;padding:.25rem .6rem;border-radius:6px;font-size:.85rem;background-color:#e7f1ff;color:#0056b3;font-weight:500}.actions-cell{width:140px}.action-buttons{display:flex;gap:.5rem}.btn-icon-sm{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease}.btn-icon-sm.btn-primary{background-color:#007bff;color:#fff}.btn-icon-sm.btn-primary:hover{background-color:#0056b3}.btn-icon-sm.btn-secondary{background-color:#6c757d;color:#fff}.btn-icon-sm.btn-secondary:hover{background-color:#545b62}.btn-icon-sm.btn-danger{background-color:#dc3545;color:#fff}.btn-icon-sm.btn-danger:hover{background-color:#c82333}.weight-info-row td{padding:0 1rem .75rem!important;border-bottom:1px solid #e9ecef;background-color:#f8f9fa}.weight-info-row:hover{background-color:#f8f9fa!important}.weight-strip{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:#495057;padding:.4rem .75rem;background:#fff;border-radius:8px;border:1px solid #e2e6ea;width:fit-content}.weight-strip-icon{color:#6c757d;font-size:.85rem}.weight-item{display:flex;align-items:center;gap:.3rem}.weight-label{color:#868e96;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.weight-value{font-weight:600;color:#212529}.weight-over{color:#dc3545}.weight-under,.weight-on{color:#28a745}.weight-divider{color:#dee2e6;font-weight:300}@media (max-width: 992px){.plans-table-container{overflow-x:auto}.plans-table{min-width:800px}.weight-strip{flex-wrap:wrap;gap:.4rem}}.plan-card .card-content{padding:1.25rem}.plan-info{margin-bottom:1rem}.info-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.95rem}.info-icon{color:#6c757d;width:16px;text-align:center}.info-label{color:#6c757d;font-weight:500}.info-value{color:#212529}.weeks-remaining{color:#f59e0b;font-weight:500;margin-left:.5rem}.card-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#6c757d;padding-top:.75rem;border-top:1px solid #e9ecef}.card-actions{display:flex;gap:.5rem;padding:1rem 1.25rem;background-color:#f8f9fa;border-top:1px solid #e9ecef}.competition-plan-builder{max-width:800px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.builder-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.builder-header h1{display:flex;align-items:center;gap:.75rem;margin:0;font-size:1.75rem;color:#212529}.builder-header .header-icon{font-size:1.75rem;color:#f59e0b}.error-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;margin-bottom:1.5rem;background-color:#f8d7da;color:#721c24;border-radius:8px;border:1px solid #f5c6cb}.error-banner .close-btn{margin-left:auto;background:none;border:none;color:inherit;font-size:1.25rem;cursor:pointer;padding:0;line-height:1}.builder-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.form-section{margin-bottom:2rem}.form-label{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#212529;margin-bottom:.75rem}.label-icon{color:#6c757d}.form-input,.form-select{width:100%;padding:.875rem 1rem;border:1px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff}.form-input:focus,.form-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.competition-source .source-options{display:flex;flex-direction:column;gap:1rem}.source-option{border:2px solid #e9ecef;border-radius:10px;padding:1rem;transition:border-color .2s ease,background-color .2s ease}.source-option.selected{border-color:#007bff;background-color:#f8f9ff}.radio-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer}.radio-text{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#212529}.option-icon{color:#6c757d}.source-content{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.loading-inline{color:#6c757d;font-size:.9rem}.helper-text{color:#6c757d;font-size:.9rem;font-style:italic;margin:0}.weeks-info{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 0;color:#6c757d;font-size:.9rem}.calculated-weeks{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem;background-color:#d4edda;color:#155724;border-radius:6px;font-weight:500}.duration-selector{margin-top:1rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.duration-label{display:block;font-size:.9rem;font-weight:600;color:#495057;margin-bottom:.75rem}.duration-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.duration-option{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.duration-option:hover{background-color:#e9ecef}.duration-option.selected{background-color:#e7f1ff}.duration-option input[type=radio]{width:16px;height:16px;cursor:pointer}.duration-option span{font-size:.9rem;color:#212529}.duration-selector .weeks-select{margin-top:.5rem;max-width:180px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.9rem;font-weight:500;color:#495057}.weeks-select{max-width:200px}.sport-type .checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:1rem;border:2px solid #e9ecef;border-radius:10px;transition:border-color .2s ease,background-color .2s ease}.sport-type .checkbox-label:has(input:checked){border-color:#dc3545;background-color:#fff5f5}.sport-type .checkbox-label input[type=checkbox]{width:20px;height:20px;margin-top:.25rem;cursor:pointer}.checkbox-content{display:flex;align-items:flex-start;gap:.75rem}.checkbox-icon{font-size:1.25rem;color:#dc3545;margin-top:.1rem}.checkbox-text{display:flex;flex-direction:column;gap:.25rem}.checkbox-text strong{color:#212529}.checkbox-text small{color:#6c757d;font-size:.85rem}.combat-options{margin-top:1rem;padding:1rem;background-color:#f8f9fa;border-radius:8px}.field-hint{color:#6c757d;font-size:.85rem}.form-summary{background-color:#f8f9fa;border-radius:10px;padding:1.25rem;margin-bottom:2rem;border:1px solid #e9ecef}.form-summary h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#495057}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-label{font-size:.85rem;color:#6c757d}.summary-value{font-weight:600;color:#212529}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-primary:disabled{background-color:#6c757d;cursor:not-allowed}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-back{background-color:transparent;color:#6c757d;padding:.5rem 1rem}.btn-back:hover{background-color:#f8f9fa;color:#495057}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-icon{margin-right:.25rem}@media (max-width: 768px){.competition-plan-list,.competition-plan-builder{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-content{flex-direction:column;align-items:flex-start;gap:.75rem}.plans-grid,.form-row{grid-template-columns:1fr}.search-controls{flex-direction:column}.filter-controls{width:100%}.filter-select{flex:1}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.card-actions{flex-direction:column}.card-actions .btn{width:100%}}.competition-plan-view{max-width:1200px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#666}.error-container .error-icon{font-size:3rem;color:#dc3545;margin-bottom:1rem}.plan-view-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #dee2e6}.plan-view-header .btn-back{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0f0f0;border:1px solid #ddd;border-radius:8px;cursor:pointer;color:#333;font-size:.9rem;transition:background .2s}.plan-view-header .btn-back:hover{background:#e0e0e0}.plan-view-title{display:flex;align-items:center;gap:1rem}.plan-view-title h1{margin:0;font-size:1.8rem;color:#1a1a2e}.plan-view-title .header-icon{font-size:2rem;color:#f39c12}.plan-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.overview-card{background:#fff;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e9ecef}.overview-icon{width:48px;height:48px;border-radius:12px;background:#e8f4f8;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#0984e3;flex-shrink:0}.overview-content{display:flex;flex-direction:column;min-width:0}.overview-label{font-size:.75rem;color:#888;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.overview-value{font-size:1rem;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.weeks-remaining-badge{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:.75rem;padding:2px 8px;border-radius:12px;margin-left:8px;font-weight:500}.weight-overview-strip{margin-bottom:2rem}.weight-overview-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.weight-overview-card{background:#fff;border-radius:12px;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e9ecef}.weight-card-icon{font-size:1.3rem;color:#6c757d;flex-shrink:0}.weight-card-icon.target{color:#0984e3}.weight-card-icon.over{color:#dc3545}.weight-card-icon.under,.weight-card-icon.on-target{color:#28a745}.weight-card-content{display:flex;flex-direction:column}.weight-card-label{font-size:.72rem;color:#888;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.weight-card-value{font-size:1.1rem;font-weight:700;color:#1a1a2e}.weight-card-value.weight-over{color:#dc3545}.weight-card-value.weight-under,.weight-card-value.weight-on{color:#28a745}@media (max-width: 768px){.weight-overview-cards{grid-template-columns:repeat(2,1fr)}}.opponent-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e9ecef}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.section-header h2{margin:0;font-size:1.3rem;color:#1a1a2e;display:flex;align-items:center;gap:.5rem}.section-icon{color:#e74c3c}.scrape-message{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.scrape-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.scrape-message.info{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.scrape-message p{margin:0}.scrape-message .close-message{background:none;border:none;cursor:pointer;color:inherit;opacity:.7;padding:.25rem}.scrape-message .close-message:hover{opacity:1}.scrape-preview-card{background:#f0f4ff;border:2px solid #6c5ce7;border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.scrape-preview-header{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#6c5ce7;margin-bottom:1rem;font-size:.95rem}.scrape-preview-content{display:flex;gap:1.25rem;align-items:flex-start;margin-bottom:1rem}.scrape-preview-photo{width:80px;height:100px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001f;flex-shrink:0}.scrape-preview-info{flex:1}.scrape-preview-info h4{margin:0 0 .4rem;font-size:1.15rem;color:#1a1a2e}.scrape-preview-record{margin:0 0 .4rem;font-size:.95rem;color:#333}.scrape-preview-details{display:flex;flex-wrap:wrap;gap:.5rem}.scrape-preview-details span{background:#fff;padding:2px 10px;border-radius:12px;font-size:.8rem;color:#555;border:1px solid #ddd}.scrape-preview-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.75rem;border-top:1px solid rgba(108,92,231,.2)}.autofill-section{padding:.75rem 0}.autofill-buttons{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.4rem}.autofill-hint{font-size:.8rem;color:#888;font-style:italic}.btn-paste{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:#e67e22;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;transition:background .2s;white-space:nowrap}.btn-paste:hover{background:#d35400}.btn-paste.active{background:#d35400;box-shadow:0 0 0 2px #e67e224d}.boxrec-paste-box{background:#fef9f3;border:2px solid #e67e22;border-radius:10px;padding:1rem;margin-bottom:.5rem}.boxrec-paste-box label{display:block;font-size:.85rem;font-weight:600;color:#d35400;margin-bottom:.5rem}.boxrec-paste-box textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.85rem;font-family:monospace;resize:vertical;line-height:1.5}.boxrec-paste-box textarea:focus{outline:none;border-color:#e67e22;box-shadow:0 0 0 3px #e67e221a}.boxrec-paste-box textarea::placeholder{font-family:inherit;color:#bbb;font-style:italic}.paste-box-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}.opponent-layout{display:flex;gap:2rem;align-items:flex-start}.opponent-photo-section{flex-shrink:0;width:180px}.opponent-photo{width:180px;height:220px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #00000026}.opponent-photo-placeholder{width:180px;height:220px;background:#f0f0f0;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;font-size:.9rem;gap:.5rem;border:2px dashed #ddd}.opponent-photo-placeholder svg{font-size:2rem}.opponent-details-section{flex:1}.opponent-name-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.opponent-name-row h3{margin:0;font-size:1.5rem;color:#1a1a2e}.btn-scrape{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:#6c5ce7;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;transition:background .2s;white-space:nowrap}.btn-scrape:hover{background:#5a4bd1}.btn-scrape:disabled{opacity:.7;cursor:not-allowed}.fight-record{background:linear-gradient(135deg,#1a1a2e,#2d2d44);border-radius:12px;padding:1.5rem 2rem;display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1.25rem}.record-main{display:flex;align-items:center;gap:.75rem;font-size:2.5rem;font-weight:700}.record-wins{color:#2ecc71}.record-losses{color:#e74c3c}.record-draws{color:#f39c12}.record-separator{color:#ffffff4d;font-weight:300}.record-labels{display:flex;align-items:center;gap:.75rem;color:#ffffff80;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.record-labels span:empty{width:12px}.ko-record{margin-top:.25rem;background:#e74c3c33;color:#e74c3c;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.no-record{background:#f8f9fa;border:1px dashed #ddd;border-radius:8px;padding:1rem;margin-bottom:1rem;color:#888}.no-record p{margin:0}.opponent-stats-grid{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.opponent-stat{background:#f8f9fa;border-radius:8px;padding:.6rem 1rem;display:flex;flex-direction:column;min-width:100px}.opponent-stat .stat-label{font-size:.7rem;color:#888;text-transform:uppercase;font-weight:600}.opponent-stat .stat-value{font-size:.95rem;font-weight:600;color:#333}.opponent-notes{background:#f8f9fa;border-radius:8px;padding:1rem;border-left:3px solid #6c5ce7}.opponent-notes strong{display:block;margin-bottom:.25rem;color:#555;font-size:.8rem;text-transform:uppercase}.opponent-notes p{margin:0;color:#333;line-height:1.5}.opponent-edit-form{background:#f8f9fa;border-radius:10px;padding:1.5rem}.opponent-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.opponent-edit-grid .full-width{grid-column:1 / -1}.input-with-action{display:flex;gap:.5rem}.input-with-action input{flex:1}.opponent-edit-grid .form-group{display:flex;flex-direction:column}.opponent-edit-grid .form-group label{font-size:.8rem;font-weight:600;color:#555;margin-bottom:.3rem}.opponent-edit-grid .form-group input,.opponent-edit-grid .form-group select,.opponent-edit-grid .form-group textarea{padding:.6rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;transition:border-color .2s}.opponent-edit-grid .form-group input:focus,.opponent-edit-grid .form-group select:focus,.opponent-edit-grid .form-group textarea:focus{outline:none;border-color:#6c5ce7;box-shadow:0 0 0 3px #6c5ce71a}.form-row-record{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.form-row-record .form-group{display:flex;flex-direction:column}.form-row-record .form-group label{font-size:.8rem;font-weight:600;color:#555;margin-bottom:.3rem}.form-row-record .form-group input{padding:.6rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.form-row-record .form-group input:focus{outline:none;border-color:#6c5ce7;box-shadow:0 0 0 3px #6c5ce71a}.opponent-edit-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #ddd}.opponent-tabs{display:flex;align-items:center;gap:0;margin-bottom:1.5rem;border-bottom:2px solid #e9ecef}.tab-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:none;border:none;border-bottom:3px solid transparent;color:#6c757d;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.tab-btn:hover{color:#333;background:#f8f9fa}.tab-btn.active{color:#e74c3c;border-bottom-color:#e74c3c}.tab-action-btn{margin-left:auto}.video-section{padding:.5rem 0}.video-add-form{margin-bottom:1.25rem}.video-input-row{display:flex;gap:.5rem;align-items:center}.video-input{flex:1;padding:.6rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;transition:border-color .2s}.video-input:focus{outline:none;border-color:#6c5ce7;box-shadow:0 0 0 3px #6c5ce71a}.video-selector{margin-bottom:1rem}.video-selector label{display:block;font-size:.8rem;font-weight:600;color:#555;margin-bottom:.3rem;text-transform:uppercase}.video-select-row{display:flex;gap:.5rem;align-items:center}.video-dropdown{flex:1;padding:.6rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer}.video-dropdown:focus{outline:none;border-color:#6c5ce7}.video-player-wrapper{margin-bottom:1rem}.video-player-container{position:relative;width:100%;padding-bottom:56.25%;border-radius:10px;overflow:hidden;background:#000;box-shadow:0 4px 12px #00000026}.video-player-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-meta{margin-top:.5rem;font-size:.8rem;color:#888;text-align:right}.no-videos{text-align:center;padding:2.5rem 1rem;color:#aaa}.no-videos-icon{font-size:2.5rem;margin-bottom:.75rem;color:#ddd}.no-videos p{margin:0;font-size:.9rem}.video-search-section{margin-bottom:1.25rem}.video-search-label{display:block;font-size:.8rem;font-weight:600;color:#555;margin-bottom:.3rem;text-transform:uppercase}.video-search-row{display:flex;gap:.5rem;align-items:center}.video-search-results{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;max-height:400px;overflow-y:auto}.video-result-card{display:flex;align-items:center;gap:.75rem;padding:.6rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:background .2s}.video-result-card:hover{background:#eef1f5}.video-result-thumbnail{width:120px;height:68px;object-fit:cover;border-radius:6px;flex-shrink:0;background:#ddd}.video-result-info{flex:1;min-width:0}.video-result-title{font-size:.9rem;font-weight:600;color:#1a1a2e;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-result-meta{font-size:.75rem;color:#888;margin-top:.2rem}.video-result-actions{display:flex;gap:.35rem;flex-shrink:0}.video-divider{display:flex;align-items:center;gap:1rem;margin:1rem 0;color:#aaa;font-size:.8rem;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.video-divider:before,.video-divider:after{content:"";flex:1;height:1px;background:#ddd}.tags-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e9ecef}.tags-group{margin-bottom:1.25rem}.tags-group:last-child{margin-bottom:0}.tags-group-title{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem}.tags-group-title.strengths-title{color:#27ae60}.tags-group-title.weaknesses-title{color:#e74c3c}.tags-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;min-height:36px;align-items:center}.tag-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;transition:all .2s ease}.tag-pill.strength{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.tag-pill.weakness{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.tag-text{white-space:nowrap}.tag-coach{font-size:.75rem;opacity:.7;font-style:italic}.tag-delete{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;background:none;border:none;cursor:pointer;border-radius:50%;color:inherit;opacity:.5;font-size:.7rem;transition:all .2s;margin-left:.1rem}.tag-delete:hover{opacity:1;background:#0000001a}.no-tags{color:#aaa;font-size:.85rem;font-style:italic}.tag-input-row{display:flex;gap:.5rem;align-items:center}.tag-input{flex:1;padding:.5rem .75rem;border:1px solid #ddd;border-radius:20px;font-size:.85rem;transition:border-color .2s}.tag-input:focus{outline:none;border-color:#6c5ce7;box-shadow:0 0 0 3px #6c5ce71a}.btn-tag-add{border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;white-space:nowrap}.btn-tag-add.strength{background:#27ae60;color:#fff;border:none}.btn-tag-add.strength:hover{background:#219a52}.btn-tag-add.strength:disabled{background:#aaa;cursor:not-allowed}.btn-tag-add.weakness{background:#e74c3c;color:#fff;border:none}.btn-tag-add.weakness:hover{background:#d63031}.btn-tag-add.weakness:disabled{background:#aaa;cursor:not-allowed}.weeks-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e9ecef}.weeks-timeline{display:flex;flex-wrap:wrap;gap:.75rem}.week-card{background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;padding:.75rem 1rem;text-align:center;min-width:110px;position:relative;transition:transform .2s,box-shadow .2s}.week-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.week-card.current{border-color:#0984e3;background:#e8f4f8;box-shadow:0 2px 8px #0984e333}.week-card.past{opacity:.6;border-color:#ddd}.week-number{font-weight:700;font-size:.9rem;color:#1a1a2e;margin-bottom:.25rem}.week-dates{font-size:.75rem;color:#888}.current-badge{display:inline-block;background:#0984e3;color:#fff;font-size:.65rem;padding:2px 8px;border-radius:10px;margin-top:.35rem;font-weight:600;text-transform:uppercase}.week-card .past-icon{position:absolute;top:6px;right:6px;color:#2ecc71;font-size:.8rem}.week-progress{width:100%;height:4px;background:#e9ecef;border-radius:2px;margin-top:.4rem;overflow:hidden}.week-progress-bar{height:100%;background:#28a745;border-radius:2px;transition:width .3s ease}.week-task-count{font-size:.7rem;color:#6c757d;margin-top:.2rem;font-weight:600}@media (max-width: 768px){.competition-plan-view{padding:1rem}.plan-view-header{flex-direction:column;gap:1rem;align-items:flex-start}.plan-view-title h1{font-size:1.3rem}.plan-overview-grid{grid-template-columns:1fr 1fr}.opponent-layout{flex-direction:column;align-items:center}.opponent-photo-section{width:140px}.opponent-photo,.opponent-photo-placeholder{width:140px;height:180px}.opponent-name-row{flex-direction:column;align-items:flex-start;gap:.5rem}.scrape-preview-content{flex-direction:column;align-items:center;text-align:center}.scrape-preview-details{justify-content:center}.scrape-preview-actions,.autofill-buttons{flex-direction:column}.autofill-buttons .btn{width:100%;justify-content:center}.record-main{font-size:2rem}.opponent-edit-grid{grid-template-columns:1fr}.form-row-record{grid-template-columns:1fr 1fr}.video-search-row{flex-direction:column}.video-search-row .btn{width:100%;justify-content:center}.video-result-card{flex-direction:column;text-align:center}.video-result-thumbnail{width:100%;height:auto;aspect-ratio:16/9}.video-result-actions{width:100%;justify-content:center}.video-input-row{flex-direction:column}.video-input-row .btn{width:100%;justify-content:center}.tag-input-row{flex-direction:column}.tag-input-row .btn-tag-add{width:100%;justify-content:center}.weeks-timeline{flex-direction:column}.week-card{min-width:auto}}@media (max-width: 480px){.plan-overview-grid{grid-template-columns:1fr}.form-row-record{grid-template-columns:1fr 1fr}}.read-only-banner{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;font-size:.9rem;font-weight:500;margin-bottom:20px}.read-only-banner svg{font-size:1rem}.coach-assignment-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #00000014}.coach-assignment-section .section-header h2{font-size:1.2rem;margin-bottom:16px;display:flex;align-items:center;gap:8px}.no-org-notice{display:flex;align-items:center;gap:10px;background:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:12px 16px;margin-bottom:16px;color:#f57f17;font-size:.9rem}.no-org-notice .btn{margin-left:auto;white-space:nowrap}.assigned-coaches-list{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.assigned-coach-card{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#f0f4ff;border:1px solid #d0daf5;border-radius:8px;min-width:220px}.assigned-coach-card .coach-info{display:flex;align-items:center;gap:8px;flex:1}.assigned-coach-card .coach-icon{color:#6366f1;font-size:.85rem}.assigned-coach-card .coach-name{font-weight:600;font-size:.9rem;color:#1e293b}.assigned-coach-card .coach-email{font-size:.8rem;color:#64748b}.no-coaches{color:#94a3b8;font-size:.9rem;font-style:italic}.add-coach-row{display:flex;gap:10px;align-items:center;margin-top:8px}.add-coach-row .coach-select{flex:1;padding:8px 12px;border-radius:6px;border:1px solid #d1d5db;font-size:.9rem;background:#fff;color:#1e293b}.add-coach-row .coach-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}@media (max-width: 768px){.assigned-coaches-list{flex-direction:column}.assigned-coach-card{min-width:auto}.add-coach-row{flex-direction:column}.add-coach-row .coach-select{width:100%}.add-coach-row .btn{width:100%;justify-content:center}}.week-detail-view{max-width:1200px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.week-detail-view .loading-container,.week-detail-view .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#666}.week-detail-view .loading-spinner{font-size:2rem;color:#007bff;margin-bottom:1rem}.week-detail-view .error-message{color:#e74c3c;margin-bottom:1rem}.week-detail-header{background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.btn-back{background:none;border:none;color:#007bff;cursor:pointer;font-size:.9rem;padding:.25rem 0;margin-bottom:1rem;display:inline-flex;align-items:center;gap:.5rem}.btn-back:hover{color:#0056b3;text-decoration:underline}.week-navigation{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem}.btn-nav{background:#f8f9fa;border:1px solid #e9ecef;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#007bff;font-size:1.1rem;transition:all .2s}.btn-nav:hover:not(:disabled){background:#007bff;color:#fff;border-color:#007bff}.btn-nav:disabled{color:#dee2e6;cursor:not-allowed}.week-title-block{text-align:center}.week-title-block h1{font-size:1.6rem;font-weight:700;color:#212529;margin:0}.week-title-block .header-icon{color:#007bff;margin-right:.5rem}.week-dates{color:#6c757d;font-size:.95rem;margin-top:.25rem}.plan-name{color:#6c757d;font-size:.85rem;margin-top:.25rem}.week-status-badges{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.badge-current{background:#e3f2fd;color:#007bff}.badge-past{background:#e8f5e9;color:#28a745}.badge-tasks{background:#f3e5f5;color:#6c5ce7}.badge-overdue{background:#fce4ec;color:#e74c3c}.week-quick-links{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.btn-outline-sm{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border:1px solid #007bff;border-radius:8px;background:transparent;color:#007bff;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-outline-sm:hover{background:#007bff;color:#fff}.week-tabs{display:flex;background:#fff;border-radius:12px;padding:.5rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e9ecef;gap:.5rem}.tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;background:transparent;color:#6c757d;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.tab-btn:hover{background:#f8f9fa;color:#212529}.tab-btn.active{background:#007bff;color:#fff}.tab-count{background:#0000001a;padding:.1rem .5rem;border-radius:10px;font-size:.75rem}.tab-btn.active .tab-count{background:#ffffff40}.tab-count.unread{background:#e74c3c;color:#fff}.tab-btn.active .tab-count.unread{background:#fff;color:#e74c3c}.week-tab-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e9ecef}.week-task-list h2,.week-notes-section h2,.week-summary-section h2{font-size:1.3rem;font-weight:700;color:#212529;margin:0 0 1.5rem}.task-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.task-list-header h2{margin:0}.empty-state{text-align:center;padding:3rem 1rem;color:#6c757d}.empty-state .empty-icon{font-size:3rem;color:#dee2e6;margin-bottom:1rem;display:block}.empty-state p{margin:.5rem 0}.empty-hint{font-size:.85rem;color:#adb5bd}.empty-state-sm{text-align:center;padding:1.5rem;color:#6c757d;font-size:.9rem}.task-groups{display:flex;flex-direction:column;gap:1.5rem}.task-category-group{border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.category-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8f9fa;border-left:4px solid #007bff;font-weight:600;font-size:.9rem}.category-label{flex:1;color:#212529}.category-count{color:#6c757d;font-size:.8rem;font-weight:500}.category-tasks{padding:.25rem 0}.task-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #f1f3f5;transition:background .15s}.task-row:last-child{border-bottom:none}.task-row:hover{background:#f8f9fa}.task-row.completed{opacity:.6}.task-row.overdue{background:#fff5f5;border-left:3px solid #e74c3c}.task-checkbox{width:22px;height:22px;min-width:22px;border:2px solid #dee2e6;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#fff;color:#fff;font-size:.7rem;transition:all .2s}.task-checkbox:hover{border-color:#007bff}.task-checkbox.checked{background:#28a745;border-color:#28a745}.task-content{flex:1;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.task-title{font-size:.95rem;color:#212529}.task-title.strikethrough{text-decoration:line-through;color:#adb5bd}.carried-badge{font-size:.75rem;color:#f59e0b;background:#fff8e1;padding:.15rem .5rem;border-radius:10px}.task-assigned{font-size:.8rem;color:#6c757d;display:flex;align-items:center;gap:.25rem}.task-actions{display:flex;gap:.25rem}.task-checkoffs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem;width:100%}.checkoff-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid #dee2e6;background:#f1f3f5;color:#6c757d;cursor:default;transition:all .2s}.checkoff-chip.checked{background:#d4edda;border-color:#28a745;color:#155724}.checkoff-chip.clickable{cursor:pointer}.checkoff-chip.clickable:hover{border-color:#007bff;background:#e3f2fd;color:#007bff}.checkoff-chip.clickable.checked:hover{border-color:#dc3545;background:#fce4ec;color:#dc3545}.checkoff-chip:disabled:not(.clickable){opacity:1;cursor:default}.coach-checkboxes{display:flex;flex-wrap:wrap;gap:.5rem}.coach-checkbox-label{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;border:1px solid #e9ecef;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .15s;background:#fff}.coach-checkbox-label:hover{border-color:#007bff;background:#f0f7ff}.coach-checkbox-label input[type=checkbox]{margin:0}.no-coaches-hint{font-size:.85rem;color:#adb5bd;font-style:italic}.assign-to-section{display:flex;flex-direction:column;gap:.5rem}.assign-quick-actions{display:flex;gap:.5rem;margin-bottom:.25rem}.assign-all-btn{padding:.3rem .75rem;border:1px solid #007bff;border-radius:6px;background:#fff;color:#007bff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s}.assign-all-btn:hover,.assign-all-btn.active{background:#007bff;color:#fff}.assign-group{display:flex;flex-direction:column;gap:.25rem}.assign-group-label{font-size:.75rem;font-weight:600;color:#adb5bd;text-transform:uppercase;letter-spacing:.5px}.toggle-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;cursor:pointer}.toggle-label input[type=checkbox]{margin:0}.overdue-warning{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-top:1.5rem;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;color:#e74c3c;font-size:.9rem}.week-task-form{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.25rem;margin-bottom:1.5rem}.week-task-form .form-row{display:flex;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.week-task-form .form-group{display:flex;flex-direction:column;gap:.25rem;min-width:150px}.week-task-form .form-group-grow{flex:1}.week-task-form .form-group label{font-size:.8rem;font-weight:600;color:#6c757d}.week-task-form .form-input,.week-task-form .form-select{padding:.5rem .75rem;border:1px solid #e9ecef;border-radius:6px;font-size:.9rem;color:#212529}.week-task-form .form-input:focus,.week-task-form .form-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.week-task-form .form-error{background:#fce4ec;color:#e74c3c;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;margin-bottom:.75rem}.week-task-form .form-actions-row{flex-direction:row;align-items:flex-end;gap:.5rem}.add-note-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.form-textarea{padding:.75rem 1rem;border:1px solid #e9ecef;border-radius:8px;font-size:.9rem;color:#212529;resize:vertical;font-family:inherit}.form-textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.notes-list{display:flex;flex-direction:column;gap:1rem}.note-card{border:1px solid #e9ecef;border-radius:8px;padding:1rem;background:#fff}.note-card.own-note{border-left:3px solid #007bff}.note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.note-author{display:flex;align-items:center;gap:.5rem}.author-icon{color:#6c757d;font-size:.85rem}.author-name{font-weight:600;color:#212529;font-size:.9rem}.role-badge{padding:.1rem .5rem;border-radius:10px;font-size:.7rem;font-weight:600;text-transform:uppercase}.role-badge.coach{background:#e3f2fd;color:#007bff}.role-badge.athlete{background:#e8f5e9;color:#28a745}.note-meta{display:flex;align-items:center;gap:.5rem}.note-time{font-size:.8rem;color:#adb5bd}.note-body{margin-bottom:.5rem}.note-body p{margin:0;color:#212529;font-size:.95rem;white-space:pre-wrap;line-height:1.5}.note-footer{display:flex;align-items:center}.read-status{font-size:.8rem;display:flex;align-items:center;gap:.35rem}.read-status.read{color:#28a745}.read-status.unread{color:#adb5bd}.week-summary-section h2{margin-bottom:1.5rem}.summary-block{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f3f5}.summary-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.summary-block h3{font-size:1.1rem;font-weight:600;color:#212529;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.summary-block .section-icon{color:#007bff}.summary-count{font-size:.85rem;font-weight:500;color:#6c757d;margin-left:auto}.sessions-by-date{display:flex;flex-direction:column;gap:.75rem}.date-group{border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.date-header{background:#f8f9fa;padding:.5rem 1rem;font-weight:600;font-size:.85rem;color:#6c757d}.date-sessions{padding:.25rem 0}.session-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-bottom:1px solid #f1f3f5}.session-row:last-child{border-bottom:none}.session-status .status-complete{color:#28a745}.session-status .status-incomplete{color:#dee2e6}.session-name{flex:1;font-size:.9rem;color:#212529}.session-type-badge{padding:.15rem .5rem;border-radius:10px;font-size:.7rem;font-weight:600;color:#fff;text-transform:uppercase}.sparring-form .sparring-row{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.sparring-form .form-group{display:flex;flex-direction:column;gap:.25rem}.sparring-form .form-group label{font-size:.8rem;font-weight:600;color:#6c757d}.sparring-form .form-group-grow{flex:1;min-width:200px}.sparring-form .form-input{padding:.5rem .75rem;border:1px solid #e9ecef;border-radius:6px;font-size:.9rem;color:#212529}.sparring-form .form-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.sparring-input{width:80px}.sparring-display{display:flex;align-items:center;gap:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px}.sparring-rounds-display{display:flex;align-items:baseline;gap:.5rem}.rounds-number{font-size:2rem;font-weight:700;color:#e74c3c}.rounds-label{font-size:.9rem;color:#6c757d}.sparring-notes-text{color:#6c757d;font-size:.9rem;margin:0}.week-wellbeing-section h3{font-size:1.1rem;font-weight:600;color:#212529;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.week-wellbeing-section .section-icon{color:#fd79a8}.wellbeing-form{background:#f8f9fa;border-radius:8px;padding:1.25rem}.wellbeing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:1rem}.wellbeing-category{display:flex;flex-direction:column;gap:.35rem}.wellbeing-label{font-size:.85rem;font-weight:600;color:#212529;display:flex;align-items:center;gap:.5rem}.wellbeing-emoji{font-size:1.1rem}.inverted-hint{font-size:.7rem;color:#adb5bd;font-weight:400}.rating-slider-row{display:flex;align-items:center;gap:.75rem}.rating-slider{flex:1;height:6px;cursor:pointer}.rating-value{font-weight:700;font-size:1.1rem;min-width:24px;text-align:center}.wellbeing-notes{margin-bottom:1rem}.wellbeing-notes label{font-size:.85rem;font-weight:600;color:#6c757d;display:block;margin-bottom:.25rem}.other-wellbeing-entries{margin-top:1.5rem}.other-wellbeing-entries h4{font-size:.95rem;font-weight:600;color:#6c757d;margin:0 0 .75rem}.wellbeing-entry-card{border:1px solid #e9ecef;border-radius:8px;padding:.75rem 1rem;margin-bottom:.5rem}.entry-header{margin-bottom:.5rem}.entry-name{font-weight:600;font-size:.9rem;color:#212529}.entry-ratings{display:flex;gap:1rem;flex-wrap:wrap}.entry-rating-item{display:flex;align-items:center;gap:.25rem}.entry-emoji{font-size:.9rem}.entry-value{font-weight:700;font-size:.9rem}.entry-notes{margin:.5rem 0 0;font-size:.85rem;color:#6c757d}.overdue-block{background:#fff5f5;border:1px solid #fecaca;border-radius:8px;padding:1rem}.incomplete-tasks-list{display:flex;flex-direction:column;gap:.35rem}.incomplete-task-row{display:flex;align-items:center;gap:.5rem;font-size:.9rem;padding:.25rem 0}.incomplete-task-row.overdue{color:#e74c3c}.task-bullet{font-size:1.2rem}.task-assigned-sm{color:#adb5bd;font-size:.8rem}.week-detail-view .btn{display:inline-flex;align-items:center;gap:.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s}.week-detail-view .btn-sm{padding:.5rem 1rem;font-size:.85rem}.week-detail-view .btn-primary{background:#007bff;color:#fff}.week-detail-view .btn-primary:hover:not(:disabled){background:#0056b3}.week-detail-view .btn-secondary{background:#6c757d;color:#fff}.week-detail-view .btn-secondary:hover:not(:disabled){background:#545b62}.week-detail-view .btn-warning{background:#f59e0b;color:#fff}.week-detail-view .btn-warning:hover:not(:disabled){background:#d97706}.week-detail-view .btn-danger{background:#e74c3c;color:#fff}.week-detail-view .btn-danger:hover:not(:disabled){background:#c0392b}.week-detail-view .btn:disabled{opacity:.5;cursor:not-allowed}.btn-icon-sm{width:30px;height:30px;min-width:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:.75rem}.btn-icon-xs{width:24px;height:24px;min-width:24px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:.65rem;background:transparent;border:none;color:#adb5bd;cursor:pointer}.btn-icon-xs:hover{color:#e74c3c}.week-card.clickable{cursor:pointer;transition:all .2s}.week-card.clickable:hover{transform:translateY(-3px);box-shadow:0 6px 12px #0000001f;border-color:#007bff}@media (max-width: 768px){.week-detail-view,.week-detail-header{padding:1rem}.week-navigation{gap:.75rem}.week-title-block h1{font-size:1.2rem}.week-tabs{padding:.25rem;gap:.25rem}.tab-btn{padding:.5rem;font-size:.85rem}.tab-btn span{display:none}.week-tab-content{padding:1rem}.task-row{flex-wrap:wrap}.task-content{flex-basis:calc(100% - 30px)}.task-actions{margin-left:auto}.week-task-form .form-row{flex-direction:column}.week-task-form .form-group{min-width:auto}.sparring-form .sparring-row{flex-direction:column;align-items:stretch}.wellbeing-grid{grid-template-columns:1fr}.session-row,.metrics-cards-row{flex-wrap:wrap}.metric-card{min-width:calc(50% - .5rem)!important;flex:1 1 calc(50% - .5rem)!important}.day-metrics-strip{flex-wrap:wrap;gap:.5rem!important}}.metrics-cards-row{display:flex;gap:.75rem;flex-wrap:wrap}.metric-card{display:flex;align-items:center;gap:.75rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;padding:.75rem 1rem;min-width:140px;flex:1 1 0}.metric-icon{font-size:1.25rem;width:20px;text-align:center}.metric-data{display:flex;flex-direction:column}.metric-value{font-size:1.2rem;font-weight:700;line-height:1.2}.metric-label{font-size:.75rem;color:#868e96;font-weight:500}.day-metrics-strip{display:flex;gap:1rem;padding:.4rem 1rem;background:#f0f4ff;border-top:1px solid #e9ecef;font-size:.8rem;color:#495057}.day-metric{display:flex;align-items:center;gap:.35rem;font-weight:500}.session-row-enhanced{padding:.5rem 1rem;border-bottom:1px solid #f1f3f5}.session-row-enhanced:last-child{border-bottom:none}.session-row-top{display:flex;align-items:center;gap:.75rem}.session-status-badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:4px;white-space:nowrap}.session-status-badge.complete{background:#d4edda;color:#155724}.session-status-badge.pending{background:#f8d7da;color:#721c24}.session-device-metrics{display:flex;gap:.75rem;margin-top:.3rem;padding-left:4.5rem;font-size:.78rem;color:#495057}.session-metric{display:flex;align-items:center;gap:.25rem;font-weight:500}.trend-indicator{display:inline-flex;align-items:center;gap:2px;font-size:.65rem;font-weight:600;margin-left:4px;padding:1px 4px;border-radius:3px;background:#f1f3f5}.trend-indicator.trend-good{color:#34c759;background:#e8f5e9}.trend-indicator.trend-bad{color:#ff3b30;background:#fce4ec}.sleep-breakdown{margin-top:.75rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:10px;border:1px solid #e9ecef}.sleep-breakdown-title{font-size:.8rem;font-weight:600;color:#495057;margin:0 0 .5rem}.sleep-stage-bar{display:flex;height:18px;border-radius:9px;overflow:hidden;gap:2px}.sleep-stage{border-radius:4px;transition:flex .3s ease}.sleep-stage.deep{background:#1a237e}.sleep-stage.light{background:#7986cb}.sleep-stage.rem{background:#ce93d8}.sleep-stage-legend{display:flex;gap:1rem;margin-top:.5rem;font-size:.75rem;color:#495057}.legend-item{display:flex;align-items:center;gap:4px;font-weight:500}.legend-dot{width:10px;height:10px;border-radius:3px;display:inline-block}.legend-dot.deep{background:#1a237e}.legend-dot.light{background:#7986cb}.legend-dot.rem{background:#ce93d8}.wellness-daily-breakdown{margin-top:.75rem}.wellness-daily-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.wellness-day-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:.5rem .6rem}.wellness-day-header{font-size:.72rem;font-weight:700;color:#495057;margin-bottom:.35rem;border-bottom:1px solid #e9ecef;padding-bottom:.25rem}.wellness-day-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;color:#343a40;padding:.15rem 0}.wellness-day-item svg{width:12px;font-size:.7rem}@media (max-width: 600px){.wellness-daily-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.sleep-stage-legend{flex-wrap:wrap;gap:.5rem}}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:var(--bg-primary);color:var(--text-primary)}.content-wrapper{flex:1;width:100%;padding-bottom:40px}
