@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap);body{-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-bottom);--bg-color:#f5f5f5}body,html{margin:0;overflow-x:hidden;padding:0}#root,body,html{height:100%;width:100%}#root,body{background:#f5f5f5;background:var(--bg-color)}body{-webkit-font-smoothing:antialiased;-webkit-touch-callout:none;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{background:#f5f5f5;background:var(--bg-color);display:flex;flex-direction:column;min-height:100vh;padding-bottom:env(safe-area-inset-bottom);padding-bottom:var(--safe-area-inset-bottom);padding-top:env(safe-area-inset-top);padding-top:var(--safe-area-inset-top);width:100%}.loading{font-size:18px}.loading,.login-container{align-items:center;display:flex;justify-content:center;min-height:100vh}.login-container{background:#f5f5f5;padding:20px}.login-box{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:40px;width:100%}.login-box h1{color:#2c3e50;font-size:24px;margin-bottom:30px;text-align:center}.login-box form{display:flex;flex-direction:column;gap:15px}.login-box input{border:1px solid #ddd;border-radius:5px;font-size:14px;padding:15px}.login-box button{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:15px}.login-box button:hover{background:#2980b9}.error{color:#e74c3c;font-size:14px;text-align:center}.header{align-items:center;background:#2c3e50;color:#fff;display:flex;justify-content:space-between;padding:20px}.header h1{font-size:24px}.user-info{align-items:center;display:flex;gap:15px}.user-info span{color:#fff}.header button{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px}.header button:hover{background:#2980b9}.container{background:#f5f5f5;background:var(--bg-color);display:flex;flex:1 1;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #ddd;overflow-y:auto;padding:20px;width:300px}.sidebar h2{font-size:18px;margin-bottom:15px}.player-list{list-style:none}.player-list li{background:#f8f9fa;border-radius:5px;cursor:pointer;margin-bottom:10px;padding:15px;transition:background .2s}.player-list li:hover{background:#e9ecef}.player-list li.active{background:#3498db;color:#fff}.player-name{font-weight:700;margin-bottom:5px}.player-email{margin-bottom:3px}.note-count,.player-email{font-size:12px;opacity:.7}.main-content{background:#f5f5f5;background:var(--bg-color);flex:1 1;overflow-y:auto;padding:30px}.main-content h2{margin-bottom:20px}.add-note{margin-bottom:30px}.add-note textarea{border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:14px;margin-bottom:10px;padding:15px;resize:vertical;width:100%}.add-note button{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:12px 30px}.add-note button:hover{background:#2980b9}.notes-list{display:flex;flex-direction:column;gap:15px}.note-item{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.note-date{color:#7f8c8d;font-size:12px;margin-bottom:10px}.note-text{line-height:1.6;margin-bottom:15px;white-space:pre-wrap}.refresh-container{height:100%;overflow-y:auto;position:relative}.refresh-indicator{height:40px;top:-50px;transition:top .3s ease;width:40px;z-index:100}.refresh-indicator.active{top:10px}.refresh-spinner{border:4px solid #f3f3f3;height:40px;width:40px}.pull-to-refresh-text{background:#f8f9fa;color:#7f8c8d;font-size:14px;padding:10px;text-align:center}.refresh-indicator{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;padding:10px;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);transition:transform .3s ease,opacity .3s ease;z-index:1000}.refresh-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:30px;width:30px}.refresh-arrow{color:#3498db;font-size:30px}.refresh-text{color:#7f8c8d;font-size:12px;font-weight:500;margin-top:5px}.container,.player-content{-webkit-overflow-scrolling:touch;overflow-y:auto}.delete-btn{background:#e74c3c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;padding:8px 15px}.delete-btn:hover{background:#c0392b}.no-notes,.no-selection{color:#7f8c8d;padding:50px;text-align:center}.player-content{margin:30px auto;max-width:800px;padding:0 20px}.modal-overlay{animation:fadeIn .2s ease;background:#00000080;z-index:9999}.modal-box{animation:slideUp .3s ease;background:#fff;border-radius:10px;box-shadow:0 10px 25px #0000004d;max-width:400px;padding:30px;width:90%}.modal-title{color:#2c3e50;font-size:20px;font-weight:700;margin-bottom:15px}.modal-message{color:#7f8c8d;font-size:16px;line-height:1.5;margin-bottom:25px}.modal-buttons{display:flex;gap:10px;justify-content:flex-end}.modal-button{border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;padding:12px 25px;transition:background .2s}.modal-button-cancel{background:#95a5a6;color:#fff}.modal-button-cancel:hover{background:#7f8c8d}.modal-button-confirm{background:#e74c3c;color:#fff}.modal-button-confirm:hover{background:#c0392b}.modal-button-success{background:#27ae60;color:#fff}.modal-button-success:hover{background:#229954}@media screen and (max-width:768px) and (orientation:portrait){.header{padding:15px}.header h1{font-size:18px}.user-info{gap:10px}.user-info span{font-size:14px}.header button{font-size:12px;padding:8px 12px}.container{flex-direction:column;height:auto;min-height:calc(100vh - 54px)}.sidebar{border-bottom:1px solid #ddd;border-right:none;max-height:40vh;padding:15px;width:100%}.sidebar h2{font-size:16px}.player-list li{padding:12px}.main-content{padding:15px}.main-content h2{font-size:18px}.add-note textarea{min-height:80px}.note-item{padding:15px}.login-box{padding:30px 20px}.login-box h1{font-size:20px}}@media screen and (min-width:600px) and (max-width:1024px) and (orientation:landscape){.container{height:calc(100vh - 60px)}.header{padding:12px 20px}.header h1{font-size:20px}.sidebar{padding:15px;width:250px}.sidebar h2{font-size:16px}.main-content{padding:15px}.main-content h2{font-size:18px}.add-note textarea{min-height:70px}}@media screen and (min-width:600px) and (max-width:1024px) and (orientation:portrait){.container{height:calc(100vh - 64px)}.sidebar{width:280px}}@media screen and (max-width:425px){.header{padding:12px 15px}.header h1{font-size:18px}.header button{font-size:12px;min-height:44px;min-width:44px;padding:8px 12px}.sidebar{max-height:45vh}.main-content,.sidebar{padding:12px}.add-note textarea{font-size:14px;min-height:60px}body{font-size:13px}}@media screen and (max-width:360px){.header{padding:10px 12px}.header h1{font-size:16px}.header button{font-size:11px;min-height:44px;min-width:44px;padding:6px 10px}.user-info span{display:none}.sidebar{max-height:40vh}.main-content,.sidebar{padding:10px}.add-note textarea{font-size:13px;min-height:50px}body{font-size:12px}}@media screen and (max-width:320px){.header{gap:8px;padding:8px 10px}.header h1{font-size:14px}.header button{font-size:10px;min-height:44px;min-width:44px;padding:4px 8px}.user-info{display:none}.sidebar{max-height:35vh}.main-content,.sidebar{padding:8px}.add-note textarea{font-size:12px;min-height:45px}body{font-size:11px;line-height:1.4}}@supports (padding:max(0px)){#root,.App,.container,.main-content,body,html{background-color:#f5f5f5;background-color:var(--bg-color)}}@media (max-width:812px) and (orientation:portrait){#root,.App,body,html{background:#f5f5f5;background:var(--bg-color);min-height:100vh}.container{min-height:100%}}body{background-attachment:fixed}.loading-skeleton{animation:fadeIn .3s ease-in;width:100%}.skeleton-card,.skeleton-circle,.skeleton-image,.skeleton-list-item,.skeleton-player-card,.skeleton-text{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:6px}.skeleton-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;display:flex;gap:16px;margin-bottom:16px;padding:16px}.skeleton-image{border-radius:8px;flex-shrink:0;height:100px;width:100px}.skeleton-content{display:flex;flex:1 1;flex-direction:column;gap:8px}.skeleton-title{border-radius:4px;height:18px;width:60%}.skeleton-description{border-radius:4px;height:14px;width:100%}.skeleton-list-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000008;display:flex;gap:16px;margin-bottom:12px;padding:16px}.skeleton-circle{border-radius:50%;flex-shrink:0;height:48px;width:48px}.skeleton-player-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:16px;padding:16px}.skeleton-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:16px;margin-bottom:16px;padding-bottom:16px}.skeleton-header .skeleton-circle{margin:0}.skeleton-text{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:4px;display:block;height:16px;width:100%}.skeleton-text.skeleton-title{height:20px;margin-bottom:8px;width:70%}.skeleton-text.skeleton-description{height:14px;margin-bottom:6px;width:100%}.skeleton-table{background:#fff;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.skeleton-table td,.skeleton-table th{border-bottom:1px solid #f0f0f0;padding:16px;text-align:left}.skeleton-table th{background:#fafafa}.skeleton-table tr:last-child td{border-bottom:none}.skeleton-pulse{animation:pulse 1.5s ease-in-out infinite!important}.skeleton-wave{animation:wave 1.5s ease-in-out infinite!important}@keyframes wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:768px){.skeleton-card{flex-direction:column;padding:12px}.skeleton-image{height:200px;width:100%}.skeleton-title{width:100%}.skeleton-player-card{padding:12px}.skeleton-header{margin-bottom:12px;padding-bottom:12px}.skeleton-table{font-size:14px}.skeleton-table td,.skeleton-table th{padding:12px 8px}}@media (max-width:480px){.skeleton-list-item{gap:12px;padding:12px}.skeleton-circle{height:40px;width:40px}.skeleton-card{gap:12px;margin-bottom:12px;padding:12px}}.skill-detail-modal__overlay{align-items:center;animation:modal-overlay-fade-in .2s ease-out;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}@keyframes modal-overlay-fade-in{0%{opacity:0}to{opacity:1}}.skill-detail-modal__card{animation:modal-slide-up .3s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(135deg,#1a1f3a,#0f1426);border:2px solid #d4a574;border-radius:12px;box-shadow:0 20px 60px #000c,inset 0 0 0 1px #d4a57433;max-height:80vh;max-width:420px;overflow-y:auto;padding:28px;position:relative;width:90%}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.skill-detail-modal__card::-webkit-scrollbar{width:6px}.skill-detail-modal__card::-webkit-scrollbar-track{background:#d4a5740d;border-radius:3px}.skill-detail-modal__card::-webkit-scrollbar-thumb{background:#d4a5744d;border-radius:3px}.skill-detail-modal__card::-webkit-scrollbar-thumb:hover{background:#d4a57480}.skill-detail-modal__close{align-items:center;background:#d4a57426;border:none;border-radius:50%;color:#d4a574;cursor:pointer;display:flex;font-size:20px;height:36px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .2s ease;width:36px;z-index:10}.skill-detail-modal__close:hover{background:#d4a5744d;transform:scale(1.1)}.skill-detail-modal__close:active{transform:scale(.95)}.skill-detail-modal__title-section{margin-bottom:20px}.skill-detail-modal__title{font-family:Cinzel,serif;font-size:24px;font-weight:700;margin:0;text-transform:capitalize}.skill-detail-modal__divider{background:linear-gradient(90deg,#0000,#d4a57466,#0000);height:1px;margin:16px 0}.skill-detail-modal__rating-section{margin-bottom:20px}.skill-detail-modal__rating-level{align-items:flex-start;display:flex;gap:12px;margin-bottom:18px}.skill-detail-modal__rating-icon{flex-shrink:0;font-size:24px;margin-top:2px}.skill-detail-modal__rating-text{flex:1 1}.skill-detail-modal__rating-title{font-family:Cinzel,serif;font-size:16px;font-weight:600;margin-bottom:4px}.skill-detail-modal__rating-description{color:#a0a0a0;font-size:13px;line-height:1.4}.skill-detail-modal__dots-container{align-items:center;display:flex;gap:12px}.skill-detail-modal__dots{display:flex;gap:6px}.skill-detail-modal__dot{border-radius:50%;box-shadow:0 0 8px #d4a57426;height:18px;transition:all .25s ease;width:18px}.skill-detail-modal__dot--filled{animation:dot-fill .25s ease-out;box-shadow:0 0 12px currentColor,inset 0 0 0 1px #fff3}@keyframes dot-fill{0%{transform:scale(.7)}to{transform:scale(1)}}.skill-detail-modal__dot--empty{opacity:.6}.skill-detail-modal__dots-label{color:#d4a574;font-size:12px;font-weight:600;white-space:nowrap}.skill-detail-modal__description-section{margin-bottom:16px}.skill-detail-modal__description-label{color:#d4a574;display:block;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.skill-detail-modal__description-text{color:#e8e8e8;font-family:Inter,sans-serif;font-size:13px;line-height:1.6;margin:0}.skill-detail-modal__breadcrumb{align-items:flex-start;border-top:1px solid #d4a57426;color:#a0a0a0;display:flex;flex-wrap:wrap;font-size:11px;gap:8px;margin-top:12px;padding-top:12px}.skill-detail-modal__breadcrumb-label{color:#d4a574;flex-shrink:0;font-weight:600}.skill-detail-modal__breadcrumb-path{word-break:break-word}@media (max-width:480px){.skill-detail-modal__card{max-height:85vh;max-width:95vw;padding:20px;width:95%}.skill-detail-modal__title{font-size:20px}.skill-detail-modal__rating-level{gap:10px}.skill-detail-modal__rating-icon{font-size:20px}.skill-detail-modal__rating-title{font-size:15px}.skill-detail-modal__description-text,.skill-detail-modal__rating-description{font-size:12px}.skill-detail-modal__dot{height:16px;width:16px}}@media (max-width:360px){.skill-detail-modal__card{border-radius:8px;max-height:88vh;max-width:96vw;padding:16px;width:96vw}.skill-detail-modal__close{font-size:18px;height:32px;right:10px;top:10px;width:32px}.skill-detail-modal__title{font-size:16px;margin-bottom:12px}.skill-detail-modal__divider{margin:12px 0}.skill-detail-modal__rating-level{gap:8px;margin-bottom:14px}.skill-detail-modal__rating-icon{font-size:18px}.skill-detail-modal__rating-title{font-size:13px;margin-bottom:3px}.skill-detail-modal__rating-description{font-size:11px;line-height:1.3}.skill-detail-modal__description-title{font-size:13px}.skill-detail-modal__description-text{font-size:11px;line-height:1.4}.skill-detail-modal__dots-container{gap:10px}.skill-detail-modal__dot{height:14px;width:14px}}@media (max-width:320px){.skill-detail-modal__card{border-radius:6px;max-height:90vh;max-width:97vw;padding:14px;width:97vw}.skill-detail-modal__close{font-size:16px;height:28px;right:8px;top:8px;width:28px}.skill-detail-modal__title{font-size:14px;margin-bottom:10px}.skill-detail-modal__divider{margin:10px 0}.skill-detail-modal__rating-level{gap:6px;margin-bottom:12px}.skill-detail-modal__rating-icon{font-size:16px}.skill-detail-modal__rating-title{font-size:12px;margin-bottom:2px}.skill-detail-modal__rating-description{font-size:10px;line-height:1.2}.skill-detail-modal__description-title{font-size:12px}.skill-detail-modal__description-text{font-size:10px;line-height:1.3}.skill-detail-modal__dots-container{gap:8px}.skill-detail-modal__dot{height:12px;width:12px}}@media (prefers-color-scheme:light){.skill-detail-modal__card{background:linear-gradient(135deg,#f8f7f5,#f0ede8);border-color:#d4a574}.skill-detail-modal__overlay{background:#00000080}.skill-detail-modal__title{color:#1a1f3a}.skill-detail-modal__rating-description{color:#5a5a5a}.skill-detail-modal__description-text{color:#1a1f3a}.skill-detail-modal__breadcrumb{border-top-color:#d4a5744d}.skill-detail-modal__breadcrumb-label,.skill-detail-modal__breadcrumb-path{color:#5a5a5a}}.st-skill-tree-visualization-detailed{padding:20px 0;width:100%}.st-tree-header{margin-bottom:32px;text-align:center}.st-tree-title{color:#1a1f3a;font-family:Cinzel,serif;font-size:28px;font-weight:700;margin:0 0 8px}.st-tree-subtitle{color:#666;font-size:14px;font-style:italic;margin:0}.st-tree-branches{grid-gap:24px;auto-rows:max-content;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:40px}.st-branch-section{background:#fafafa;border-radius:12px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;overflow:visible;width:100%}.st-branch-header{align-items:center;border-bottom:1px solid #0000000f;border-left:4px solid;display:flex;justify-content:space-between;padding:16px}.st-branch-title{font-family:Cinzel,serif;font-size:16px;font-weight:700;letter-spacing:.5px;margin:0;text-transform:uppercase}.st-branch-stats{font-size:12px;font-weight:600;white-space:nowrap}.st-branch-content{box-sizing:border-box;overflow:visible;padding:8px 0;width:100%}.st-detailed-node{word-wrap:break-word;background-color:#f8f8f8;border:1px solid;border-radius:8px;cursor:pointer;margin:8px 0;overflow-wrap:break-word;padding:12px 16px;transition:all .2s ease}.st-detailed-node:hover{box-shadow:0 2px 6px #0000001a}.st-node-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:8px}.st-node-header,.st-node-title-section{align-items:center;display:flex;gap:8px}.st-node-title-section{flex:1 1;min-width:0}.st-node-expand-icon{align-items:center;color:#666;display:inline-flex;flex-shrink:0;font-size:12px;height:18px;justify-content:center;transition:transform .2s ease;width:18px}.st-node-title{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-node-rating{flex-shrink:0;font-size:12px;font-weight:700;margin-left:8px}.st-node-progress{margin-bottom:8px}.st-node-progress-bar-bg{background-color:#00000014;border-radius:2px;height:4px;margin-bottom:4px;overflow:hidden;width:100%}.st-node-progress-bar-fill{border-radius:2px;height:100%;transition:width .4s ease}.st-node-progress-text{color:#666;font-size:11px;font-weight:500}.st-node-status{font-size:11px;font-weight:700;letter-spacing:.5px;margin-top:8px;text-transform:uppercase}.st-node-children{animation:st-expand-children .2s ease;border-left:2px solid #00000014;margin-top:8px;padding-left:4px}@keyframes st-expand-children{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.st-tree-branches{gap:16px;grid-template-columns:1fr}.st-tree-title{font-size:24px}.st-detailed-node{margin:6px;padding:10px 12px}.st-node-header{align-items:flex-start;flex-direction:column;gap:6px}.st-node-rating{align-self:flex-start;margin-left:0}.st-branch-header{align-items:flex-start;flex-direction:column;gap:8px}.st-branch-stats{text-align:left;width:100%}}@media (prefers-color-scheme:light){.st-skill-tree-visualization-detailed{background:#fff}.st-tree-title{color:#1a1f3a}.st-tree-subtitle{color:#666}.st-branch-section{background:#fafafa;box-shadow:0 1px 3px #00000014}.st-detailed-node{background-color:#f8f8f8}.st-detailed-node:hover{background-color:#f0f0f0}.st-node-title{color:#333}.st-node-expand-icon,.st-node-progress-text{color:#666}}@media (prefers-color-scheme:dark){.st-skill-tree-visualization-detailed{background:#0a0e27}.st-tree-title{color:#e8e8e8}.st-tree-subtitle{color:#a0a0a0}.st-branch-section{background:#0f1426;box-shadow:0 2px 8px #0006}.st-branch-header{border-bottom-color:#d4a57426}.st-detailed-node{background-color:#1a1f3a;border-color:#d4a57433}.st-detailed-node:hover{background-color:#232a42;box-shadow:0 2px 6px #d4a57426}.st-node-title{color:#e8e8e8}.st-node-expand-icon,.st-node-progress-text{color:#a0a0a0}.st-branch-content{background-color:#0000004d}.st-node-children{border-left-color:#d4a5741a}}:root{--bg-dark:#0a0e27;--bg-darker:#050810;--gold:#d4a574;--gold-bright:#f4d9a6;--gold-dark:#8b7355;--text-light:#e8e8e8;--text-dim:#a0a0a0;--border-gold:#d4a5744d}*{box-sizing:border-box;margin:0;padding:0}.st-root{background:linear-gradient(135deg,#050810,#0a0e27 50%,#0d1128);background:linear-gradient(135deg,var(--bg-darker) 0,var(--bg-dark) 50%,#0d1128 100%);background-attachment:fixed;color:#e8e8e8;color:var(--text-light);font-family:Roboto,sans-serif;min-height:100vh;overflow-x:hidden;padding:1rem}.st-header-bar{align-items:center;border-bottom:2px solid #d4a5744d;border-bottom:2px solid var(--border-gold);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.st-player-name{color:#f4d9a6;color:var(--gold-bright);font-family:Cinzel,serif;font-size:2rem;font-weight:700;letter-spacing:.3em;margin:0;text-shadow:0 0 20px #f4d9a666;text-transform:uppercase}.st-status-indicators{display:flex;font-size:.9rem;font-weight:600;gap:1rem}.st-status-saving{color:#f39c12}.st-status-saved{color:#27ae60}.st-status-unsaved{color:#e74c3c}.st-stats-display{margin-bottom:2.5rem}.st-hero-card,.st-stats-display{display:flex;flex-direction:column;gap:1.5rem}.st-hero-card{background:linear-gradient(135deg,#d4a57426,#d4a5740d);border:2px solid #d4a5744d;border:2px solid var(--border-gold);border-radius:12px;padding:1.5rem;position:relative}.st-hero-card__header{align-items:center;display:flex;gap:1.5rem}.st-hero-card__image-wrapper{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:.6rem}.st-hero-card__image-container{align-items:center;animation:shimmer 2s infinite;background:linear-gradient(90deg,#d4a5740d,#d4a57426 50%,#d4a5740d);background-size:200% 100%;border:2px solid #d4a574;border:2px solid var(--gold);border-radius:8px;display:flex;justify-content:center;max-width:120px;overflow:hidden;padding:.5rem;position:relative}.st-hero-card__image-container picture{align-items:center;display:flex;height:100%;justify-content:center;width:100%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.st-hero-card__image-container img,.st-hero-card__image-container img:not([src=""],[src]){animation:fadeInImage .5s ease-in-out forwards}.st-hero-card__image{animation:fadeInImage .4s ease-in-out;display:block;height:auto;max-width:100%;object-fit:contain;width:auto}@keyframes fadeInImage{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.st-hero-card__image[loading=lazy]{background:#d4a5741a}picture{display:block}.st-gender-toggle{display:flex;gap:.4rem}.st-gender-btn{align-items:center;background:#d4a5741a;border:2px solid #d4a5744d;border:2px solid var(--border-gold);border-radius:50%;color:#a0a0a0;color:var(--text-dim);cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;line-height:1;transition:all .2s ease;width:36px}.st-gender-btn:hover{background:#d4a57433;color:#d4a574;color:var(--gold)}.st-gender-btn--active,.st-gender-btn:hover{border-color:#d4a574;border-color:var(--gold)}.st-gender-btn--active{background:#d4a5744d;box-shadow:0 0 10px #d4a57466;color:#f4d9a6;color:var(--gold-bright)}.st-handedness-toggle{display:flex;gap:.4rem}.st-handedness-btn{align-items:center;background:#d4a5741a;border:2px solid #d4a5744d;border:2px solid var(--border-gold);border-radius:50%;color:#a0a0a0;color:var(--text-dim);cursor:pointer;display:flex;font-size:1rem;font-weight:700;height:36px;justify-content:center;line-height:1;transition:all .2s ease;width:36px}.st-handedness-btn:hover{background:#d4a57433;border-color:#d4a574;border-color:var(--gold);color:#d4a574;color:var(--gold)}.st-handedness-btn--active{background:#d4a5744d;border-color:#d4a574;border-color:var(--gold);box-shadow:0 0 10px #d4a57466;color:#f4d9a6;color:var(--gold-bright)}.st-court-side--top-right{position:absolute;right:1.5rem;top:1.25rem;z-index:10}.st-court-side__badge{border:1px solid;border-radius:6px;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;padding:.4rem .8rem;text-transform:uppercase;transition:all .2s ease}.st-court-side__badge--left{background:#3b82f61f;border-color:#3b82f699;color:#60a5fa}.st-court-side__badge--right{background:#f871711f;border-color:#f8717199;color:#f87171}.st-hero-card__tier-icon{flex-shrink:0;font-size:3rem;line-height:1}.st-hero-card__tier-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.st-hero-card__class-label{font-size:.8rem;font-weight:700;letter-spacing:.2em;margin-bottom:.2rem;text-transform:uppercase}.st-hero-card__tier-name{color:#f4d9a6;color:var(--gold-bright);font-family:Cinzel,serif;font-size:1.8rem;font-weight:700;letter-spacing:.1em;margin:0}.st-hero-card__tier-desc{color:#a0a0a0;color:var(--text-dim);font-size:.95rem;font-style:italic;margin:0;text-align:justify}.st-playtomic-rating{align-items:center;background:linear-gradient(135deg,#3b82f61f,#8b5cf614);border-left:4px solid #3b82f6;border-radius:8px;display:flex;gap:1rem;margin-top:1.2rem;padding:1rem}.st-playtomic-rating__label{color:#a0a0a0;color:var(--text-dim);flex:1 1;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.st-playtomic-rating__value{color:#60a5fa;font-family:Cinzel,serif;font-size:2rem;font-weight:700;letter-spacing:.05em;line-height:1;text-shadow:0 0 12px #60a5fa80}.st-playtomic-rating__scale{color:#a0a0a0;color:var(--text-dim);font-size:.75rem;font-weight:600;min-width:30px;opacity:.8;text-align:center}.st-hero-card__progress-section{display:flex;flex-direction:column;gap:.8rem}.st-hero-card__progress-label{color:#e8e8e8;color:var(--text-light);font-size:.9rem;font-weight:600;letter-spacing:.05em}.st-hero-card__progress-bar{background:#d4a5741a;border:1px solid #d4a5744d;border:1px solid var(--border-gold);border-radius:12px;height:24px;overflow:hidden;position:relative}.st-hero-card__progress-fill{border-radius:12px;box-shadow:0 0 12px #d4a57480;height:100%;transition:width 1.1s cubic-bezier(.22,1,.36,1)}.st-hero-card__progress-text{color:#a0a0a0;color:var(--text-dim);font-size:.85rem;font-weight:500;text-align:center}.st-stats-grid{display:flex;gap:.75rem;padding:0 .75rem}.st-stats-grid .st-stat-box{flex-basis:calc(25% - 0.75rem);flex-grow:1;flex-shrink:1;height:100px;min-width:0}.st-stat-box,.st-stats-grid .st-stat-box{align-items:center;display:flex;flex-direction:column;justify-content:center}.st-stat-box{background:#d4a57414;border:1px solid #d4a5744d;border:1px solid var(--border-gold);border-radius:8px;gap:.5rem;overflow:visible;padding:1rem;position:relative;text-align:center;transition:all .2s ease}.st-stat-box:hover{background:#d4a57426;border-color:#d4a574;border-color:var(--gold);transform:translateY(-2px)}.st-stat-box__label{color:#a0a0a0;color:var(--text-dim);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.st-stat-box__value{color:#f4d9a6;color:var(--gold-bright);font-size:2rem;font-weight:900;letter-spacing:.05em}.st-section{animation:slideDown .3s ease-out;margin-top:1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.st-achievements{background:#d4a5740d;border:1px dashed #d4a5744d;border:1px dashed var(--border-gold);border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.st-achievements__title{color:#f4d9a6;color:var(--gold-bright);font-size:1.1rem;font-weight:700;letter-spacing:.05em;margin:0}.st-achievements__list{display:flex;flex-direction:column;gap:.8rem}.st-achievement-badge{align-items:center;background:#d4a5741a;border:1px solid #d4a57433;border-radius:6px;display:flex;gap:1rem;padding:.8rem;transition:all .2s ease}.st-achievement-badge:hover{background:#d4a57426;border-color:#d4a574;border-color:var(--gold);transform:translateX(4px)}.st-achievement-badge__icon{flex-shrink:0;font-size:1.8rem}.st-achievement-badge__info{display:flex;flex:1 1;flex-direction:column;gap:.2rem}.st-achievement-badge__name{color:#f4d9a6;color:var(--gold-bright);font-size:.95rem;font-weight:600}.st-achievement-badge__desc{color:#a0a0a0;color:var(--text-dim);font-size:.8rem}.st-achievement-badge--tappable{-webkit-tap-highlight-color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none}.st-achievement-badge--tappable:active{background:#d4a57433;transform:scale(.97)}.st-achievement-badge__tap-hint{color:#8b7355;color:var(--gold-dark);flex-shrink:0;font-size:1rem;margin-left:auto;opacity:.7;padding-left:.5rem;transition:opacity .2s}.st-achievement-badge--tappable:hover .st-achievement-badge__tap-hint{color:#d4a574;color:var(--gold);opacity:1}.ach-popup-overlay{align-items:center;animation:achOverlayIn .18s ease-out both;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#000000bf;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:9000}@keyframes achOverlayIn{0%{opacity:0}to{opacity:1}}.ach-popup{align-items:center;animation:achPopIn .22s cubic-bezier(.34,1.56,.64,1) both;background:linear-gradient(160deg,#0d1128,#070a1a);border:1px solid #d4a574;border:1px solid var(--gold);border-radius:14px;box-shadow:0 0 0 1px #d4a57426,0 8px 40px #000000b3,0 0 60px #d4a57414;display:flex;flex-direction:column;gap:.9rem;max-width:340px;padding:2rem 1.8rem 1.6rem;position:relative;width:100%}@keyframes achPopIn{0%{opacity:0;transform:scale(.82) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.ach-popup__close{align-items:center;background:#d4a5741f;border:1px solid #d4a5744d;border-radius:50%;color:#d4a574;color:var(--gold);cursor:pointer;display:flex;font-size:.85rem;height:2rem;justify-content:center;line-height:1;position:absolute;right:.9rem;top:.9rem;transition:all .15s ease;width:2rem}.ach-popup__close:active,.ach-popup__close:hover{background:#d4a57440;border-color:#d4a574;border-color:var(--gold);color:#f4d9a6;color:var(--gold-bright)}.ach-popup__icon{filter:drop-shadow(0 0 12px rgba(244,217,166,.5));font-size:3.5rem;line-height:1}.ach-popup__name{color:#f4d9a6;color:var(--gold-bright);font-family:Cinzel,serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;margin:0;text-align:center;text-shadow:0 0 20px #f4d9a659}.ach-popup__tags{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.ach-popup__class-tag{background:#ffffff0a;border:1px solid;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.08em}.ach-popup__class-tag,.ach-popup__pinnacle{padding:.2rem .6rem;text-transform:uppercase}.ach-popup__pinnacle{background:#fbbf2414;border:1px solid #fbbf2480;border-radius:4px;color:#fbbf24;font-size:.72rem;font-weight:700;letter-spacing:.06em}.ach-popup__divider{background:linear-gradient(90deg,#0000,#8b7355,#0000);background:linear-gradient(90deg,#0000,var(--gold-dark),#0000);height:1px;opacity:.6;width:60%}.ach-popup__desc{color:#e8e8e8;color:var(--text-light);font-size:.95rem;line-height:1.55;margin:0;max-width:28ch;text-align:center}.ach-popup__unlocked{color:#4ade80;font-size:.8rem;font-weight:600;letter-spacing:.04em;margin-top:.3rem}.ach-popup__counter{background:#d4a5741a;border:1px solid #d4a57433;border-radius:4px;color:#8b7355;color:var(--gold-dark);font-size:.75rem;font-weight:600;padding:.3rem .6rem;position:absolute;right:2.8rem;top:.9rem}.ach-popup__nav{display:flex;gap:1rem;margin-top:.8rem;width:100%}.ach-popup__nav-btn{background:#d4a5741f;border:1px solid #d4a5744d;border-radius:6px;color:#d4a574;color:var(--gold);cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;letter-spacing:.04em;padding:.7rem 1rem;text-transform:uppercase;transition:all .2s ease}.ach-popup__nav-btn:hover:not(:disabled){background:#d4a57440;border-color:#d4a574;border-color:var(--gold);box-shadow:0 0 12px #d4a57433}.ach-popup__nav-btn:active:not(:disabled){transform:scale(.95)}.ach-popup__nav-btn:disabled{cursor:not-allowed;opacity:.4}.ach-modal-overlay{align-items:center;animation:achModalOverlayIn .3s ease-out both;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#000000d9;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:9001}@keyframes achModalOverlayIn{0%{opacity:0}to{opacity:1}}.ach-modal-content{align-items:center;animation:achModalContentIn .4s cubic-bezier(.34,1.56,.64,1) both;background:linear-gradient(160deg,#0d1128,#070a1a);border:2px solid #d4a574;border:2px solid var(--gold);border-radius:16px;box-shadow:0 0 0 1px #d4a57433,0 12px 60px #000c,0 0 80px #d4a5741f;display:flex;flex-direction:column;gap:1.2rem;max-width:420px;padding:2.5rem 2.2rem;position:relative;width:100%}@keyframes achModalContentIn{0%{opacity:0;transform:scale(.75) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ach-modal__icon{animation:achModalIconBounce .6s ease-out both;filter:drop-shadow(0 0 20px rgba(244,217,166,.6));font-size:5rem;line-height:1}@keyframes achModalIconBounce{0%{opacity:0;transform:scale(.5) translateY(10px)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1) translateY(0)}}.ach-modal__title{color:#f4d9a6cc;font-size:1.1rem;font-weight:600;letter-spacing:.08em;margin:0;text-shadow:0 0 12px #f4d9a633;text-transform:uppercase}.ach-modal__name{color:#f4d9a6;color:var(--gold-bright);font-family:Cinzel,serif;font-size:1.6rem;font-weight:700;letter-spacing:.05em;margin:0;text-align:center;text-shadow:0 0 24px #f4d9a666}.ach-modal__class-tag{background:#ffffff0d;border:2px solid;border-radius:6px;font-size:.8rem;font-weight:600;letter-spacing:.08em;padding:.35rem .8rem;text-transform:uppercase}.ach-modal__desc{color:#e8e8e8;color:var(--text-light);font-size:1rem;line-height:1.6;margin:0;max-width:32ch;text-align:center}.ach-modal__pinnacle{background:#fbbf241a;border:1.5px solid #fbbf2499;border-radius:6px;color:#fbbf24;font-size:.8rem;font-weight:700;letter-spacing:.08em;padding:.35rem .8rem;text-transform:uppercase}.ach-modal__hint{animation:achModalHintPulse 1.5s ease-in-out .5s infinite both;color:#dde6f58c;font-size:.75rem;font-weight:600;letter-spacing:.06em;margin-top:.5rem;text-transform:uppercase}@keyframes achModalHintPulse{0%,to{opacity:.55}50%{opacity:1}}.breadcrumbs{align-items:center;background:#d4a57414;border-radius:8px;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding:1rem}.breadcrumbs,.breadcrumbs__item{border:1px solid #d4a5744d;border:1px solid var(--border-gold)}.breadcrumbs__item{background:#d4a57426;border-radius:6px;color:#d4a574;color:var(--gold);cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1rem;transition:all .2s ease}.breadcrumbs__item:hover{background:#d4a574;background:var(--gold);color:#0a0e27;color:var(--bg-dark);transform:translateY(-2px)}.breadcrumbs__home{font-size:1rem}.breadcrumbs__separator{color:#d4a574;color:var(--gold);opacity:.5}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:2rem}@media (max-width:768px){.skills-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:480px){.skills-grid{gap:1rem;grid-template-columns:1fr}}.skill-node-card{background:#0a0e27cc;border:2px solid #d4a5744d;border:2px solid var(--border-gold);border-radius:12px;overflow:hidden;padding:1.5rem;transition:all .3s ease}.skill-node-card:hover:not(.skill-node-card--leaf){border-color:#d4a574;border-color:var(--gold);box-shadow:0 8px 24px #d4a5744d;transform:translateY(-4px)}.skill-node-card--parent{cursor:pointer}.skill-node-card--leaf{cursor:default}.skill-node-card__progress{height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:width .3s ease}.skill-node-card__content{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.skill-node-card__title{color:#f4d9a6;color:var(--gold-bright);font-size:1.3rem;font-weight:700;letter-spacing:.05em;margin:0}.skill-node-card__rating{font-size:1.1rem;font-weight:700;text-align:center}.skill-node-card__drill-hint{color:#d4a574;color:var(--gold);font-size:1.5rem;opacity:.6;position:absolute;right:1rem;top:1rem;transition:all .2s ease}.skill-node-card:hover .skill-node-card__drill-hint{opacity:1;transform:translateX(4px)}.rating-control{align-items:center;background:#d4a5741a;border:1px solid #d4a5744d;border:1px solid var(--border-gold);border-radius:8px;display:flex;gap:1rem;justify-content:center;padding:1rem}.rating-control__display{color:#f4d9a6;color:var(--gold-bright);font-size:1.3rem;font-weight:900;letter-spacing:.05em;min-width:70px;text-align:center}.rating-control__btn{align-items:center;background:#d4a57433;border:2px solid #d4a574;border:2px solid var(--gold);border-radius:50%;color:#d4a574;color:var(--gold);cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:900;height:44px;justify-content:center;transition:all .2s ease;width:44px}.rating-control__btn:hover:not(:disabled){background:#d4a574;background:var(--gold);box-shadow:0 0 16px #d4a57499;color:#0a0e27;color:var(--bg-dark);transform:scale(1.1)}.rating-control__btn:active:not(:disabled){transform:scale(.95)}.rating-control__btn:disabled{cursor:not-allowed;opacity:.4}.rating-control__minus{background:#e74c3c1a;border-color:#e74c3c;color:#e74c3c}.rating-control__minus:hover:not(:disabled){background:#e74c3c;color:#fff}.rating-control__plus{background:#27ae601a;border-color:#27ae60;color:#27ae60}.rating-control__plus:hover:not(:disabled){background:#27ae60;color:#fff}.st-error,.st-loading{border-radius:8px;font-weight:600;letter-spacing:.05em;margin:2rem 0;padding:2rem;text-align:center}.st-loading{background:#6496ff1a;border:1px solid #6496ff4d;color:#64b5f6}.st-error{background:#ff64641a;border:1px solid #ff64644d;color:#ff6464;display:flex;flex-direction:column;gap:1rem}.st-error__retry{align-self:center;background:#d4a57433;border:1px solid #d4a574;border:1px solid var(--gold);border-radius:4px;color:#d4a574;color:var(--gold);cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .2s ease}.st-error__retry:hover{background:#d4a574;background:var(--gold);color:#0a0e27;color:var(--bg-dark)}@media (max-width:768px){.st-root{padding:.8rem}.st-player-name{font-size:1.5rem}.st-stats-display{gap:1rem;margin-bottom:1.5rem}.st-hero-card{gap:1rem;padding:1rem}.st-hero-card__header{gap:1rem}.st-hero-card__image-container{max-width:100px}.st-hero-card__tier-icon{font-size:2.5rem}.st-hero-card__tier-name{font-size:1.4rem}.st-stats-grid{gap:.8rem}.st-stats-grid .st-stat-box{height:100px}.st-stat-box{padding:.8rem}.st-stat-box__value{font-size:1.6rem}.st-achievements{padding:1rem}.st-achievement-badge{gap:.8rem;padding:.6rem}.breadcrumbs{margin-bottom:1.5rem;padding:.8rem}.breadcrumbs__item{font-size:.85rem;padding:.5rem .8rem}.skill-node-card{padding:1rem}.skill-node-card__title{font-size:1.1rem}.rating-control{gap:.8rem;padding:.8rem}.rating-control__btn{font-size:1.2rem;height:40px;width:40px}}@media (max-width:480px){.st-player-name{font-size:1.2rem}.st-stats-display{gap:.8rem;margin-bottom:1rem}.st-hero-card{gap:.8rem;padding:.9rem}.st-hero-card__header{align-items:flex-start;flex-direction:column;gap:.8rem}.st-hero-card__image-container{max-width:80px}.st-hero-card__tier-icon{font-size:2rem}.st-hero-card__tier-name{font-size:1.2rem}.st-hero-card__tier-desc{font-size:.8rem}.st-stats-grid{gap:.6rem}.st-stats-grid .st-stat-box{height:100px}.st-stat-box{padding:.7rem}.st-stat-box__label{font-size:.65rem}.st-stat-box__value{font-size:1.3rem}.st-achievements{padding:.8rem}.st-achievements__title{font-size:.95rem}.st-achievement-badge{gap:.6rem;padding:.5rem}.st-achievement-badge__icon{font-size:1.4rem}.st-achievement-badge__name{font-size:.8rem}.st-achievement-badge__desc{font-size:.7rem}.breadcrumbs{gap:.3rem;padding:.6rem}.breadcrumbs__item{font-size:.75rem;padding:.4rem .6rem}.skill-node-card{padding:.9rem}.skill-node-card__title{font-size:1rem}.rating-control{gap:.6rem;padding:.7rem}.rating-control__display{font-size:1.1rem;min-width:60px}.rating-control__btn{font-size:1rem;height:36px;width:36px}}@keyframes evOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes evTitleGlow{0%,to{text-shadow:0 0 10px #d4a574,0 0 30px #d4a574,0 0 60px #d4a574}50%{text-shadow:0 0 20px #fff,0 0 60px #d4a574,0 0 120px #d4a574}}@keyframes evTitleSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes evCharIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes evCharFade{0%{filter:grayscale(0) brightness(1);opacity:1}to{filter:grayscale(1) brightness(.4);opacity:.15}}@keyframes evBurstPulse{0%{opacity:0;transform:scale(.5)}30%{filter:brightness(3);opacity:1;transform:scale(1.4)}60%{filter:brightness(2);opacity:1;transform:scale(1)}to{filter:brightness(1);opacity:0;transform:scale(2)}}@keyframes evReveal{0%{filter:brightness(4) blur(6px);opacity:0;transform:scale(.6)}40%{filter:brightness(2) blur(0);opacity:1;transform:scale(1.08)}to{filter:brightness(1) blur(0);opacity:1;transform:scale(1)}}@keyframes evGlowPulse{0%,to{box-shadow:0 0 20px #d4a57499,0 0 40px #d4a5744d}50%{box-shadow:0 0 40px #d4a574,0 0 80px #d4a57499}}@keyframes evDescIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes evBtnIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ev-overlay{animation:evOverlayIn .5s ease forwards;background:radial-gradient(ellipse at center,#140a05eb 0,#050810f7 100%);inset:0;justify-content:center;padding:1rem;position:fixed;z-index:9999}.ev-container,.ev-overlay{align-items:center;display:flex}.ev-container{flex-direction:column;gap:1.5rem;max-width:600px;width:100%}.ev-title{animation:evTitleSlideIn .6s ease .2s both,evTitleGlow 2s ease-in-out .8s infinite;color:#f4d9a6;color:var(--gold-bright);font-family:Cinzel,serif;font-size:1.6rem;font-weight:700;letter-spacing:.2em;text-align:center}.ev-arena{align-items:flex-end;display:flex;gap:1rem;justify-content:center;width:100%}.ev-char{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.6rem;max-width:180px}.ev-char--from{animation:evCharIn .5s ease .4s both}.ev-char--fading{animation:evCharFade .6s ease forwards}.ev-char--hidden{opacity:0}.ev-char--revealed{animation:evReveal .8s ease forwards}.ev-char__portrait{border:2px solid #d4a5744d;border:2px solid var(--border-gold);border-radius:10px;overflow:hidden;position:relative;width:100%}.ev-char--revealed .ev-char__portrait{animation:evGlowPulse 2s ease-in-out .8s infinite;border-color:#d4a574;border-color:var(--gold)}.ev-char__portrait img{display:block;height:auto;max-height:260px;object-fit:contain;width:100%}.ev-char__vignette{inset:0;pointer-events:none;position:absolute}.ev-char__vignette--dark{background:#00000059}.ev-char__vignette--glow{background:radial-gradient(ellipse at center,#0000 50%,#d4a57426 100%)}.ev-char__label{color:#a0a0a0;color:var(--text-dim);font-family:Cinzel,serif;font-size:.9rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.ev-char__label--gold{color:#f4d9a6;color:var(--gold-bright);text-shadow:0 0 12px #d4a574cc}.ev-burst{align-items:center;display:flex;flex-shrink:0;height:60px;justify-content:center;margin-bottom:2rem;width:60px}.ev-burst__icon{font-size:2.5rem;opacity:0}.ev-burst--active .ev-burst__icon{animation:evBurstPulse .7s ease forwards}.ev-desc{animation:evDescIn .5s ease forwards;color:#a0a0a0;color:var(--text-dim);font-size:1rem;font-style:italic;max-width:320px;text-align:center}.ev-btn{animation:evBtnIn .5s ease forwards;background:#d4a57426;border:2px solid #d4a574;border:2px solid var(--gold);border-radius:6px;color:#f4d9a6;color:var(--gold-bright);cursor:pointer;font-family:Cinzel,serif;font-size:1rem;font-weight:700;letter-spacing:.1em;padding:.9rem 2.5rem;text-transform:uppercase;transition:all .25s ease}.ev-btn:hover{background:#d4a574;background:var(--gold);box-shadow:0 0 24px #d4a57499;color:#0a0e27;color:var(--bg-dark);transform:translateY(-2px)}@media (max-width:480px){.ev-title{font-size:1.1rem;letter-spacing:.1em}.ev-arena{gap:.5rem}.ev-char{max-width:130px}.ev-char__portrait img{max-height:200px}.ev-burst{height:40px;width:40px}.ev-burst__icon{font-size:1.8rem}.ev-btn{font-size:.85rem;padding:.7rem 1.5rem}}.ach-toast-container{align-items:flex-end;bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem;left:1rem;pointer-events:none;position:fixed;right:1rem;z-index:9100}.ach-toast{align-items:center;animation:toastSlideIn .4s cubic-bezier(.22,1,.36,1) both,toastFadeOut .4s ease 3.6s both;background:#0a0e27f5;border:1px solid #d4a574;border:1px solid var(--gold);border-radius:12px;box-shadow:0 4px 20px #d4a57459;display:flex;gap:.75rem;max-width:300px;padding:.75rem 1rem}.ach-toast__icon{flex-shrink:0;font-size:1.6rem}.ach-toast__body{display:flex;flex-direction:column}.ach-toast__label{color:#d4a574;color:var(--gold);font-size:.7rem;font-weight:700;letter-spacing:.1em;margin-bottom:.15rem;text-transform:uppercase}.ach-toast__name{color:#f4d9a6;color:var(--gold-bright);font-size:.9rem;font-weight:600}@keyframes toastSlideIn{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes toastFadeOut{0%{opacity:1}to{opacity:0;transform:translateY(8px)}}.st-radar{display:flex;justify-content:center;margin:.5rem 0 0;width:100%}.st-radar svg{animation:radarSpin 2.2s cubic-bezier(.4,0,.2,1) both;display:block;overflow:visible;transform-origin:center center}@keyframes radarSpin{0%{opacity:0;transform:rotateY(-1turn)}to{opacity:1;transform:rotateY(0deg)}}.st-branch-row{display:flex;gap:.75rem;margin-bottom:.5rem;padding:0 .75rem}.st-branch-row .st-stat-box{align-items:center;display:flex;flex-basis:calc(25% - 0.75rem);flex-direction:column;flex-grow:1;flex-shrink:1;height:100px;justify-content:center;min-width:0;overflow:visible;position:relative}.st-stat-box--defense{border-color:#22c55e66}.st-stat-box--defense .st-stat-box__label,.st-stat-box--defense .st-stat-box__value{color:#22c55e}.st-stat-box--attack{border-color:#ef444466}.st-stat-box--attack .st-stat-box__label,.st-stat-box--attack .st-stat-box__value{color:#ef4444}.st-stat-box--brawn{border-color:#fb923c66}.st-stat-box--brawn .st-stat-box__label,.st-stat-box--brawn .st-stat-box__value{color:#fb923c}.st-stat-box--tactics{border-color:#38bdf866}.st-stat-box--tactics .st-stat-box__label,.st-stat-box--tactics .st-stat-box__value{color:#38bdf8}.st-stat-box__max{font-size:.75rem;opacity:.6}.point-event{animation:pointFloat ease-out both;font-family:Cinzel,serif;font-size:1.1rem;font-weight:800;left:50%;pointer-events:none;position:absolute;top:-.2rem;transform:translateX(-50%);white-space:nowrap}.point-event--pos{color:#4ade80;text-shadow:0 0 10px #4ade80b3}.point-event--neg{color:#f87171;text-shadow:0 0 10px #f87171b3}@keyframes pointFloat{0%{opacity:0;transform:translateX(-50%) translateY(0) scale(.7)}15%{opacity:1;transform:translateX(-50%) translateY(-4px) scale(1.3)}40%{opacity:1;transform:translateX(-50%) translateY(-14px) scale(1.1)}to{opacity:0;transform:translateX(-50%) translateY(-36px) scale(.9)}}.st-stat-box__value.animating{animation:counterPulse 1.2s ease-out;color:#f4d9a6;color:var(--gold-bright);font-weight:700;text-shadow:0 0 15px #f4d9a699}@keyframes counterPulse{0%{letter-spacing:.05em;transform:scale(1) translateY(0)}20%{color:#f4d9a6;color:var(--gold-bright);filter:brightness(1.4);letter-spacing:.1em;transform:scale(1.2) translateY(-3px)}50%{filter:brightness(1.2);transform:scale(1.15) translateY(-2px)}80%{filter:brightness(1.1);transform:scale(1.05) translateY(-1px)}to{filter:brightness(1);letter-spacing:.05em;transform:scale(1) translateY(0)}}.st-batch-btn{-webkit-tap-highlight-color:transparent;background:#d4a5741a;border:1px solid #d4a5744d;border-radius:8px;color:#a0a0a0;color:var(--text-dim);cursor:pointer;font-size:1rem;padding:.35rem .65rem;transition:all .2s ease}.st-batch-btn--active{background:#d4a57440;border-color:#d4a574;border-color:var(--gold);box-shadow:0 0 10px #d4a57466;color:#f4d9a6;color:var(--gold-bright)}.skill-node-card--batch{-webkit-tap-highlight-color:transparent;cursor:pointer}.rating-batch-tap{align-items:center;border:1px solid;border-radius:8px;display:flex;justify-content:space-between;margin-top:.4rem;min-width:80px;padding:.4rem .7rem}.rating-batch-tap__value{font-size:1rem;font-weight:700}.rating-batch-tap__hint{color:#a0a0a0;color:var(--text-dim);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.skill-node-card__mini-bar-wrap{align-items:center;display:flex;gap:.5rem;margin-top:.4rem}.skill-node-card__mini-bar{background:#ffffff14;border-radius:4px;flex:1 1;height:4px;overflow:hidden}.skill-node-card__mini-bar-fill{border-radius:4px;height:100%;transition:width .5s ease}.skill-node-card__mini-bar-label{font-size:.72rem;font-weight:600;opacity:.85;white-space:nowrap}.node-desc-overlay{align-items:center;animation:nodeDescIn .18s ease both;background:#050810e0;border-radius:inherit;display:flex;inset:0;justify-content:center;position:absolute;z-index:10}@keyframes nodeDescIn{0%{opacity:0}to{opacity:1}}.node-desc-card{padding:.85rem;text-align:center}.node-desc-card__title{color:#f4d9a6;color:var(--gold-bright);font-family:Cinzel,serif;font-size:.85rem;font-weight:700;margin-bottom:.4rem}.node-desc-card__body{color:#a0a0a0;color:var(--text-dim);font-size:.78rem;line-height:1.45;margin-bottom:.5rem}.node-desc-card__hint{color:#d4a57480;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.skill-node-card{position:relative}.hero-expand-overlay{animation:achOverlayIn .18s ease-out both;background:#050810ed;inset:0;position:fixed;z-index:9200}.hero-expand-overlay,.hero-expand-overlay picture{align-items:center;display:flex;justify-content:center}.hero-expand-img{decoding:async;animation:heroExpandIn .28s cubic-bezier(.22,1,.36,1) both;border-radius:8px;box-shadow:0 0 60px #d4a57440;max-height:88vh;max-width:92vw;object-fit:contain;will-change:opacity}@keyframes heroExpandIn{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.st-skill-tree-visualization{animation:skillTreeFadeIn .8s ease-out both;background:linear-gradient(135deg,#d4a57414,#d4a57408);border:1.5px solid #d4a5744d;border:1.5px solid var(--border-gold);border-radius:12px;box-sizing:border-box;margin:0;max-width:100%;overflow-x:hidden;overflow-y:visible;padding:1.5rem 1rem;width:100%}@keyframes skillTreeFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.st-skill-tree__header{margin-bottom:1.5rem;text-align:center}.st-skill-tree__title{color:#f4d9a6;color:var(--gold-bright);font-family:Cinzel,serif;font-size:1.4rem;font-weight:700;letter-spacing:.15em;margin-bottom:.4rem;text-shadow:0 0 10px #f4d9a64d;text-transform:uppercase}.st-skill-tree__subtitle{color:#a0a0a0;color:var(--text-dim);font-size:.85rem;font-weight:500;letter-spacing:.08em}.st-skill-tree__canvas{animation:canvasReveal 1s ease-out both;background:#0a0e2780;border-radius:8px;height:auto;margin-bottom:1.5rem;min-height:400px;width:100%}@keyframes canvasReveal{0%{opacity:0}to{opacity:1}}.st-skill-tree__columns{animation:columnsReveal .8s ease-out both;display:flex;flex-wrap:nowrap;gap:.8rem;margin-bottom:1.5rem;overflow:visible;width:100%}@keyframes columnsReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.st-skill-column{animation:columnSlideIn .8s ease-out both;flex:1 1 20%;min-width:0;overflow:visible}@keyframes columnSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.st-column-header{font-family:Cinzel,serif;font-size:14px;font-weight:700;letter-spacing:.12em;line-height:1.2;margin-bottom:8px;text-transform:uppercase}.st-column-progress{font-size:12px;font-weight:600;margin-bottom:12px}.st-skills-list{display:flex;flex-direction:column;gap:8px}.st-skill-card{background:#fff;border:2px solid;border-radius:6px;cursor:pointer;padding:10px 12px;transition:all .2s cubic-bezier(.4,0,.2,1)}.st-skill-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.st-skill-card__title{font-size:13px;font-weight:600;line-height:1.3}.st-skill-card__rating{font-size:11px;font-weight:500;margin-top:4px;opacity:.8}.st-skill-card__hint{font-size:11px;font-style:italic;margin-top:4px;opacity:.7}.st-skill-tree__footer{border-top:1px solid #d4a57433;color:#666;font-size:12px;margin-top:20px;padding-top:15px;text-align:center}@keyframes nodeReveal{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.st-skill-node{transition:all .2s cubic-bezier(.4,0,.2,1)}.st-skill-node:hover{r:10;filter:drop-shadow(0 0 8px rgba(212,165,116,.7))}.st-skill-tooltip{animation:tooltipAppear .3s ease-out both;pointer-events:none}@keyframes tooltipAppear{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.st-tooltip-title{font-family:Cinzel,serif;pointer-events:none}.st-skill-tree__legend{border-top:1px solid #d4a5744d;border-top:1px solid var(--border-gold);display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding-top:1rem}.st-legend-item{align-items:center;color:#e8e8e8;color:var(--text-light);display:flex;font-size:.9rem;gap:.6rem;letter-spacing:.05em}.st-legend-dot{border-radius:50%;box-shadow:0 0 6px currentColor;flex-shrink:0;height:10px;width:10px}@media (max-width:1440px){.st-skill-tree-visualization{padding:1.25rem .8rem}.st-skill-tree__columns{gap:.7rem}.st-skill-column{flex:1 1 20%;padding:12px}.st-column-header{font-size:13px}}@media (max-width:1024px){.st-skill-tree-visualization{padding:1rem .7rem}.st-skill-tree__title{font-size:1.15rem}.st-skill-tree__columns{gap:.6rem}.st-skill-column{flex:1 1 20%;padding:10px}.st-column-header{font-size:12px;margin-bottom:6px}.st-column-progress{font-size:10px}.st-skill-card{margin-bottom:4px;padding:6px 7px}.st-skill-card__title{font-size:10px}}@media (max-width:768px){.st-skill-tree-visualization{padding:.9rem .6rem}.st-skill-tree__title{font-size:1.05rem;margin-bottom:.3rem}.st-skill-tree__subtitle{font-size:.8rem}.st-skill-tree__columns{gap:.5rem;margin-bottom:1rem}.st-skill-column{flex:1 1 20%;padding:8px}.st-column-header{font-size:11px;letter-spacing:.07em;margin-bottom:5px}.st-column-progress{font-size:9px;margin-bottom:7px}.st-skills-list{gap:3px}.st-skill-card{border-width:1.5px;margin-bottom:3px;padding:6px 7px}.st-skill-card__title{font-size:9px}.st-skill-card__rating{font-size:8px}.st-skill-tree__legend{font-size:.8rem;gap:.8rem}}@media (max-width:600px){.st-skill-tree-visualization{padding:.8rem .5rem}.st-skill-tree__title{font-size:.95rem;letter-spacing:.08em;margin-bottom:.2rem}.st-skill-tree__subtitle{font-size:.75rem}.st-skill-tree__columns{gap:.4rem;margin-bottom:.8rem}.st-skill-column{flex:1 1 20%;padding:7px}.st-column-header{font-size:10px;letter-spacing:.06em;margin-bottom:4px}.st-column-progress{font-size:8px;margin-bottom:5px}.st-skills-list{gap:3px}.st-skill-card{border-width:1px;margin-bottom:2px;padding:5px 6px}.st-skill-card__title{font-size:8px;line-height:1.1}.st-skill-card__rating{font-size:7px;margin-top:1px}.st-skill-card__hint{font-size:7px}.st-skill-tree__footer{font-size:10px;margin-top:8px;padding-top:6px}.st-skill-tree__legend{font-size:.75rem;gap:.6rem;padding-top:8px}.st-legend-dot{height:6px;width:6px}}@media (max-width:480px){.st-skill-tree-visualization{padding:.7rem .4rem}.st-skill-tree__title{font-size:.85rem;letter-spacing:.08em}.st-skill-tree__subtitle{font-size:.7rem}.st-skill-tree__columns{gap:.35rem}.st-skill-column{flex:1 1 33%;padding:6px}.st-column-header{font-size:9px;letter-spacing:.05em;margin-bottom:3px}.st-column-progress{font-size:8px;margin-bottom:4px}.st-skills-list{gap:2px}.st-skill-card{border-width:1px;margin-bottom:2px;padding:4px 5px}.st-skill-card__title{font-size:7px;line-height:1.1}.st-skill-card__rating{font-size:6px;margin-top:1px}.st-skill-card__hint{font-size:6px}.st-skill-tree__footer{font-size:9px;margin-top:6px;padding-top:5px}.st-skill-tree__legend{font-size:.7rem;gap:.5rem;padding-top:6px}.st-legend-dot{height:6px;width:6px}}@media (max-width:360px){.st-skill-tree-visualization{padding:.6rem .3rem}.st-skill-tree__title{font-size:.8rem;letter-spacing:.07em}.st-skill-tree__subtitle{font-size:.65rem}.st-skill-tree__columns{gap:.3rem}.st-skill-column{flex:1 1 50%;padding:5px}.st-column-header{font-size:8px;letter-spacing:.04em;margin-bottom:2px}.st-column-progress{font-size:7px;margin-bottom:3px}.st-skills-list{gap:2px}.st-skill-card{border-width:1px;margin-bottom:1px;padding:3px 4px}.st-skill-card__title{font-size:6px;line-height:1}.st-skill-card__rating{font-size:5px;margin-top:.5px}.st-skill-card__hint{font-size:5px}.st-skill-tree__footer{font-size:8px;margin-top:5px;padding-top:4px}.st-skill-tree__legend{font-size:.65rem;gap:.4rem;padding-top:5px}.st-legend-dot{height:5px;width:5px}}@media (max-width:320px){.st-skill-tree-visualization{padding:.5rem .25rem}.st-skill-tree__title{font-size:.75rem;letter-spacing:.05em;margin-bottom:.1rem}.st-skill-tree__subtitle{font-size:.6rem}.st-skill-tree__columns{gap:.2rem;margin-bottom:.5rem}.st-skill-column{flex:1 1 50%;padding:4px}.st-column-header{font-size:7px;letter-spacing:.03em;line-height:1;margin-bottom:1px}.st-column-progress{font-size:6px;margin-bottom:2px}.st-skills-list{gap:1px}.st-skill-card{border-width:.5px;margin-bottom:1px;padding:2px 3px}.st-skill-card__title{font-size:5px;line-height:1}.st-skill-card__rating{font-size:4px;margin-top:.5px}.st-skill-card__hint{font-size:4px}.st-skill-tree__footer{font-size:7px;margin-top:4px;padding-top:3px}.st-skill-tree__legend{font-size:.6rem;gap:.3rem;padding-top:4px}.st-legend-dot{height:4px;width:4px}}@keyframes progressBarFill{0%{opacity:0;transform:scaleX(0)}50%{opacity:1}to{opacity:1;transform:scaleX(1)}}@keyframes progressBarGlow{0%{box-shadow:0 0 8px currentColor,inset 0 0 4px #ffffff4d}50%{box-shadow:0 0 16px currentColor,inset 0 0 8px #ffffff80}to{box-shadow:0 0 8px currentColor}}@keyframes progressPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.st-progress-bar-container{position:relative}.st-progress-bar-fill{transform-origin:left;will-change:width}.st-progress-bar-fill--animate{animation:progressBarFill .8s cubic-bezier(.34,1.56,.64,1) forwards,progressBarGlow 1.2s ease-in-out}.st-column-progress{transition:all .3s ease}.st-column-progress--animating{animation:progressPulse .6s ease-in-out}.coach-question-tab{background:#f5f5f5;display:flex;flex-direction:column;height:100%;overflow:hidden}.question-tab-header{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:space-between;padding:20px}.question-tab-header h3{color:#2c3e50;font-size:18px;font-weight:700;margin:0}.question-badge{background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:20px;box-shadow:0 2px 6px #e74c3c4d;color:#fff;font-size:12px;font-weight:600;padding:4px 12px}.question-filter-bar{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:8px;overflow-x:auto;padding:12px 20px}.filter-btn{color:#7f8c8d;flex-shrink:0;font-size:13px;font-weight:600;padding:6px 14px;transition:all .2s ease;white-space:nowrap}.filter-btn:hover{background:#3498db0d;border-color:#3498db;color:#3498db}.filter-btn.active{background:#3498db;border-color:#3498db;box-shadow:0 2px 6px #3498db4d}.question-tab-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.question-list-container{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 380px;height:100%;overflow:hidden}@media (max-width:1024px){.question-list-container{grid-template-columns:1fr}}.question-list{background:#fff;border-right:1px solid #e0e0e0;overflow-y:auto}@media (max-width:1024px){.question-list{border-bottom:1px solid #e0e0e0;border-right:none}}.question-item{background:#fff;border-bottom:1px solid #f0f0f0;cursor:pointer;padding:16px 20px;transition:all .2s ease}.question-item:hover{background:#fafafa}.question-item.selected,.question-item:hover{border-left:4px solid #3498db;padding-left:16px}.question-item.selected{background:#e8f4f8;border-bottom-color:#3498db}.question-item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.question-player-info{align-items:flex-start;display:flex;flex:1 1;gap:12px}.question-avatar{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:36px;justify-content:center;width:36px}.question-meta{flex:1 1;min-width:0}.question-player-name{color:#2c3e50;font-size:14px;font-weight:600;margin:0}.question-time{color:#95a5a6;font-size:12px;margin:2px 0 0}.question-urgency{flex-shrink:0;font-size:18px}.question-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#34495e;display:-webkit-box;font-size:14px;line-height:1.5;margin:0 0 8px;overflow:hidden}.question-context{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.context-tag{background:#ecf0f1;border-radius:4px;color:#7f8c8d;display:inline-block;font-size:11px;max-width:100%;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;white-space:nowrap}.question-status{color:#27ae60;font-size:12px;font-weight:600}.question-empty-state,.question-error-state{align-items:center;color:#7f8c8d;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.empty-icon,.error-icon{font-size:64px;margin-bottom:16px}.question-empty-state p,.question-error-state p{color:#34495e;font-size:16px;font-weight:600;margin:0 0 8px}.question-empty-state small,.question-error-state small{color:#95a5a6;font-size:13px}.question-retry-btn{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:16px;padding:10px 20px;transition:all .2s ease}.question-retry-btn:hover{background:#2980b9;box-shadow:0 4px 8px #3498db4d;transform:translateY(-2px)}.question-answer-display{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;max-height:300px;overflow-y:auto;padding-right:4px}.display-answer-block,.display-question-block{border-left:4px solid #3498db;border-radius:6px;padding:12px}.display-question-block{background:#ecf7ff;border-left-color:#3498db}.display-answer-block{background:#e8f8f5;border-left-color:#27ae60}.block-label{color:#7f8c8d;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.block-content{display:flex;flex-direction:column;gap:6px}.reply-answer-text,.reply-question-text{word-wrap:break-word;color:#34495e;font-size:13px;line-height:1.6;margin:0}.reply-answer-text{color:#27ae60;font-weight:500}.block-timestamp{color:#95a5a6;font-size:11px;font-style:italic;margin:0}.already-answered-message{background:#e8f8f5;border:1px solid #27ae60;border-radius:6px;padding:12px;text-align:center}.already-answered-message p{color:#27ae60;font-size:13px;font-weight:600;margin:0}.question-reply-panel{background:#fff;border-left:1px solid #e0e0e0;display:flex;flex-direction:column;overflow-y:auto;padding:20px}@media (max-width:1024px){.question-reply-panel{border-left:none;border-top:1px solid #e0e0e0;max-height:400px}}.reply-panel-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:16px}.reply-panel-header h4{color:#2c3e50;font-size:16px;font-weight:700;margin:0}.close-reply{align-items:center;background:none;border:none;color:#95a5a6;cursor:pointer;display:flex;font-size:20px;height:28px;justify-content:center;padding:0;transition:all .2s ease;width:28px}.close-reply:hover{color:#e74c3c;transform:scale(1.2)}.close-reply:active{transform:scale(.95)}.reply-panel-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.delete-question-coach-btn{align-items:center;background:none;border:none;border-radius:4px;color:#95a5a6;cursor:pointer;display:flex;font-size:16px;height:28px;justify-content:center;opacity:.7;padding:0;transition:all .2s ease;width:28px}.delete-question-coach-btn:hover{background:#e74c3c1a;opacity:1}.delete-question-coach-btn:active{transform:scale(.95)}.reply-original-question{background:#f8f9fa;border-left:4px solid #3498db;border-radius:6px;margin-bottom:16px;padding:12px}.reply-question-text{color:#34495e;font-size:13px;font-weight:500;line-height:1.5;margin:0 0 8px}.reply-context{display:flex;flex-wrap:wrap;gap:8px}.reply-context span{background:#3498db1a;border-radius:3px;color:#7f8c8d;font-size:11px;padding:3px 6px}.reply-form{display:flex;flex-direction:column;gap:12px}.reply-textarea{border:1px solid #ddd;border-radius:6px;color:#34495e;font-family:inherit;font-size:13px;line-height:1.5;max-height:200px;min-height:100px;padding:12px;resize:vertical;transition:all .2s ease;width:100%}.reply-textarea:focus{background:#fafbfc;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.reply-textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.reply-buttons{display:flex;gap:8px}.reply-btn-cancel,.reply-btn-send{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;letter-spacing:.5px;padding:10px 14px;text-transform:uppercase;transition:all .2s ease}.reply-btn-cancel{background:#ecf0f1;color:#7f8c8d}.reply-btn-cancel:hover:not(:disabled){background:#d5dbdb;color:#34495e}.reply-btn-send{background:linear-gradient(135deg,#27ae60,#229954);box-shadow:0 2px 6px #27ae604d;color:#fff}.reply-btn-send:hover:not(:disabled){box-shadow:0 4px 10px #27ae6066;transform:translateY(-2px)}.reply-btn-send:disabled{transform:none}.reply-btn-cancel:disabled,.reply-btn-send:disabled{cursor:not-allowed;opacity:.6}.question-list::-webkit-scrollbar,.question-reply-panel::-webkit-scrollbar,.question-tab-content::-webkit-scrollbar{width:8px}.question-list::-webkit-scrollbar-track,.question-reply-panel::-webkit-scrollbar-track,.question-tab-content::-webkit-scrollbar-track{background:#f5f5f5}.question-list::-webkit-scrollbar-thumb,.question-reply-panel::-webkit-scrollbar-thumb,.question-tab-content::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:4px}.question-list::-webkit-scrollbar-thumb:hover,.question-reply-panel::-webkit-scrollbar-thumb:hover,.question-tab-content::-webkit-scrollbar-thumb:hover{background:#b0b0b0}@media (max-width:480px){.question-tab-header{align-items:flex-start;flex-direction:column;gap:10px;padding:16px}.question-tab-header h3{font-size:16px}.question-filter-bar{background:#f8f9fa;gap:6px;padding:10px 12px}.filter-btn{font-size:12px;padding:5px 12px}.question-item{padding:12px 14px}.question-item.selected,.question-item:hover{padding-left:10px}.question-avatar{font-size:12px;height:32px;width:32px}.question-player-name{font-size:13px}.question-time{font-size:11px}.question-urgency{font-size:16px}.question-text{font-size:13px}.context-tag{font-size:10px;padding:3px 6px}.reply-panel-header{margin-bottom:12px;padding-bottom:12px}.reply-panel-header h4{font-size:14px}.reply-panel-actions{gap:4px}.question-answer-display{gap:12px;margin-bottom:12px;max-height:250px}.display-answer-block,.display-question-block{padding:10px}.block-label{font-size:11px;margin-bottom:6px}.reply-answer-text,.reply-question-text{font-size:12px}.block-timestamp{font-size:10px}.already-answered-message{padding:10px}.already-answered-message p{font-size:12px}.reply-original-question{margin-bottom:12px;padding:10px}.reply-question-text{font-size:12px;margin-bottom:6px}.reply-context span{font-size:10px;padding:2px 4px}.reply-textarea{font-size:13px;max-height:150px;min-height:80px;padding:10px}.reply-btn-cancel,.reply-btn-send{font-size:12px;min-height:40px;padding:8px 12px}.reply-panel-actions{gap:6px}.close-reply,.delete-question-coach-btn{font-size:16px;height:24px;width:24px}.question-empty-state,.question-error-state{padding:30px 16px}.empty-icon,.error-icon{font-size:48px;margin-bottom:12px}.question-empty-state p,.question-error-state p{font-size:14px}.question-retry-btn{font-size:12px;min-height:40px;padding:8px 16px}}@media (max-width:360px){.question-tab-header{padding:12px}.question-tab-header h3{font-size:14px}.question-badge{font-size:11px;padding:3px 10px}.question-filter-bar{background:#f8f9fa;gap:4px;padding:8px 10px}.filter-btn{font-size:11px;padding:4px 10px}.question-item{padding:10px 12px}.question-item.selected,.question-item:hover{padding-left:8px}.question-player-info{gap:8px}.question-avatar{font-size:11px;height:28px;width:28px}.question-player-name{font-size:12px}.question-time{font-size:10px}.question-urgency{font-size:14px}.question-text{-webkit-line-clamp:1;font-size:12px}.context-tag{font-size:9px;padding:2px 5px}.reply-panel-header{margin-bottom:10px;padding-bottom:10px}.reply-panel-header h4{font-size:13px}.reply-panel-actions{gap:4px}.close-reply,.delete-question-coach-btn{font-size:14px;height:22px;width:22px}.question-answer-display{gap:10px;margin-bottom:10px;max-height:200px}.display-answer-block,.display-question-block{padding:8px}.block-label{font-size:10px;margin-bottom:5px}.reply-answer-text,.reply-question-text{font-size:11px}.block-timestamp{font-size:9px}.already-answered-message{padding:8px}.already-answered-message p{font-size:11px}.reply-original-question{margin-bottom:10px;padding:8px}.reply-question-text{font-size:11px;margin-bottom:5px}.reply-context span{font-size:9px;padding:1px 3px}.reply-form{gap:10px}.reply-textarea{font-size:12px;max-height:120px;min-height:70px;padding:8px}.reply-btn-cancel,.reply-btn-send{font-size:11px;min-height:36px;padding:6px 10px}.question-empty-state,.question-error-state{padding:24px 12px}.empty-icon,.error-icon{font-size:40px;margin-bottom:10px}.question-empty-state p,.question-error-state p{font-size:13px}.question-empty-state small,.question-error-state small{font-size:12px}.question-retry-btn{font-size:11px;margin-top:12px;min-height:36px;padding:6px 12px}.question-status{font-size:11px}}@media (max-width:320px){.question-tab-header{gap:8px;padding:10px}.question-tab-header h3{font-size:13px}.question-badge{font-size:10px;padding:2px 8px}.question-filter-bar{gap:3px;padding:6px 8px}.filter-btn{font-size:10px;padding:3px 8px}.question-item{padding:8px 10px}.question-item.selected,.question-item:hover{padding-left:6px}.question-item-header{margin-bottom:8px}.question-player-info{gap:6px}.question-avatar{font-size:10px;height:24px;width:24px}.question-player-name{font-size:11px}.question-time{font-size:9px}.question-urgency{font-size:12px}.question-text{-webkit-line-clamp:1;font-size:11px;line-height:1.4;margin-bottom:6px}.context-tag{font-size:8px;padding:1px 4px}.reply-panel-header{margin-bottom:8px;padding-bottom:8px}.reply-panel-header h4{font-size:12px}.reply-panel-actions{gap:3px}.close-reply,.delete-question-coach-btn{font-size:12px;height:20px;width:20px}.question-answer-display{gap:8px;margin-bottom:8px;max-height:180px}.display-answer-block,.display-question-block{padding:6px}.block-label{font-size:9px;margin-bottom:4px}.reply-answer-text,.reply-question-text{font-size:10px}.block-timestamp{font-size:8px}.already-answered-message{padding:6px}.already-answered-message p{font-size:10px}.reply-original-question{margin-bottom:8px;padding:6px}.reply-question-text{font-size:10px;line-height:1.3;margin-bottom:4px}.reply-context span{font-size:8px;padding:1px 3px}.reply-form{gap:8px}.reply-textarea{font-size:11px;max-height:100px;min-height:60px;padding:6px}.reply-btn-cancel,.reply-btn-send{font-size:10px;min-height:36px;padding:5px 8px}.question-empty-state,.question-error-state{padding:20px 10px}.empty-icon,.error-icon{font-size:36px;margin-bottom:8px}.question-empty-state p,.question-error-state p{font-size:12px}.question-empty-state small,.question-error-state small{font-size:11px}.question-retry-btn{font-size:10px;margin-top:10px;min-height:34px;padding:5px 10px}.question-status{font-size:10px}.question-list::-webkit-scrollbar{width:6px}}.coach-comment-thread{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-top:16px;padding:16px}.coach-comment-thread h4{color:#333;font-size:13px;font-weight:600;margin:0 0 16px}.comment-error{background-color:#ffebee;border-left:3px solid #f44336;border-radius:6px;color:#c62828;font-size:12px;margin-bottom:12px;padding:10px 12px}.no-comments{font-size:12px}.comments-list{margin-bottom:16px}.comment-item{border:1px solid #e0e0e0}.comment-header{gap:8px}.comment-author{color:#333;font-size:12px;font-weight:600;margin:0}.comment-time{flex-shrink:0}.comment-text{color:#666;font-size:12px;line-height:1.5;margin:8px 0;word-break:break-word}.btn-delete-comment{background-color:#ffebee;border:none;border-radius:4px;color:#c62828;cursor:pointer;display:inline-block;font-size:11px;font-weight:500;margin-top:8px;padding:4px 8px;transition:all .2s}.btn-delete-comment:hover{background-color:#ffcdd2}.comment-form{border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:8px;padding-top:12px}.comment-form textarea{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:12px;padding:10px;resize:vertical;transition:border-color .2s}.comment-form textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff1a;outline:none}.comment-form textarea:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.comment-form-footer{align-items:center;display:flex;gap:8px;justify-content:space-between}.btn-submit-comment{background-color:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:8px 16px;transition:all .2s;white-space:nowrap}.btn-submit-comment:hover:not(:disabled){background-color:#218838}.btn-submit-comment:disabled{cursor:not-allowed;opacity:.6}@media (max-width:600px){.coach-comment-thread{padding:12px}.coach-comment-thread h4{font-size:12px;margin-bottom:12px}.comment-item{padding:10px}.comment-header{flex-wrap:wrap;gap:4px}.comment-author{flex:1 1}.comment-form-footer{align-items:stretch;flex-direction:column}.char-count{order:-1;text-align:right}.btn-submit-comment{width:100%}}.coach-shared-notes-section{margin-top:24px}.shared-notes-header{margin-bottom:20px}.shared-notes-header h3{color:#2c3e50;font-size:18px;font-weight:700;margin:0 0 8px}.shared-notes-subtext{color:#7f8c8d;font-size:13px;margin:0}.shared-notes-error{background:#fff5f5;border:2px solid #e74c3c;border-radius:8px;color:#c0392b}.shared-notes-error,.shared-notes-loading{font-size:14px;font-weight:500;padding:12px 16px}.shared-notes-loading{background:#f0f4f8;border:2px solid #3498db;border-radius:8px;color:#2980b9;text-align:center}.shared-notes-list{display:flex;flex-direction:column;gap:16px}.shared-note-card{background:#fff;border:2px solid #ecf0f1;border-left:4px solid #667eea;border-radius:8px;padding:16px;transition:all .2s ease}.shared-note-card:hover{border-color:#bdc3c7;box-shadow:0 4px 12px #667eea26}.shared-note-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:0}.shared-note-meta{flex:1 1}.shared-note-title-section{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.shared-note-title{color:#2c3e50;font-size:16px;font-weight:600;margin:0}.shared-note-category{align-items:center;background:#f0f4f8;border-radius:4px;color:#2c3e50;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 8px}.shared-note-date{color:#7f8c8d;display:block;font-size:12px;font-style:italic}.btn-expand-note{align-items:center;background:#f0f4f8;border:none;border-radius:4px;color:#667eea;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;font-weight:600;height:32px;justify-content:center;transition:all .2s ease;width:32px}.btn-expand-note:hover{background:#667eea;color:#fff}.btn-expand-note:active{transform:scale(.95)}.shared-note-content{border-top:1px solid #ecf0f1;margin-top:16px;padding-top:16px}.shared-note-text{color:#2c3e50;font-size:15px;line-height:1.6;margin-bottom:20px;white-space:pre-wrap;word-break:break-word}.shared-note-comments{border-top:1px solid #ecf0f1;margin-top:16px;padding-top:16px}@media (max-width:768px){.shared-notes-header h3{font-size:16px}.shared-note-card{padding:12px}.shared-note-title{font-size:15px}.shared-note-text{font-size:14px}.btn-expand-note{font-size:12px;height:28px;width:28px}}@media (max-width:480px){.shared-notes-header h3{font-size:15px}.shared-note-card{border-radius:6px;padding:12px}.shared-note-header{gap:8px}.shared-note-title{font-size:14px}.shared-note-text{font-size:13px}.shared-note-date{font-size:11px}.btn-expand-note{font-size:12px;height:28px;width:28px}}.date-picker-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.date-picker-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d;max-width:380px;width:100%}.date-picker-header{border-bottom:2px solid #f0f0f0;padding:20px}.date-picker-header h3{color:#2c3e50;font-size:18px;font-weight:600;margin:0}.calendar-container{padding:20px}.calendar-nav{gap:12px;justify-content:space-between;margin-bottom:20px}.calendar-nav,.nav-button{align-items:center;display:flex}.nav-button{background:#f0f7ff;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:18px;font-weight:700;height:40px;justify-content:center;min-width:40px;transition:all .2s ease;width:40px}.nav-button:active{background:#e8f0ff;transform:scale(.95)}.nav-button:hover{background:#e8f0ff;border-color:#5568d3}.month-year{color:#2c3e50;font-size:16px;font-weight:600;min-width:140px;text-align:center}.calendar-weekdays{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr);margin-bottom:8px}.weekday-label{align-items:center;color:#667eea;display:flex;font-size:12px;font-weight:600;height:28px;justify-content:center;text-align:center}.calendar-days{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(7,1fr)}.calendar-day{align-items:center;aspect-ratio:1;background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#2c3e50;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;min-height:40px;transition:all .2s ease}.calendar-day.active:not(:disabled):hover{background:#f0f7ff;border-color:#667eea;transform:scale(1.05)}.calendar-day.active:not(:disabled):active{background:#667eea;border-color:#667eea;color:#fff;transform:scale(.95)}.calendar-day.empty{cursor:default;opacity:0;pointer-events:none}.calendar-day:disabled{cursor:not-allowed;opacity:.4}.date-picker-footer{border-top:2px solid #f0f0f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.btn-cancel{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px;transition:all .2s ease}.btn-cancel:active{background:#f5f5f5;transform:scale(.98)}.btn-cancel:hover{border-color:#667eea;color:#667eea}.time-picker-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.time-picker-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d;max-width:360px;width:100%}.time-picker-header{border-bottom:2px solid #f0f0f0;padding:20px}.time-picker-header h3{color:#2c3e50;font-size:18px;font-weight:600;margin:0}.time-picker-container{align-items:center;display:flex;gap:16px;justify-content:center;padding:30px 20px 20px}.time-spinner{align-items:center;display:flex;flex-direction:column;gap:8px}.time-spinner label{color:#667eea;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.spinner-controls{display:flex;flex-direction:column;gap:4px}.spinner-btn{align-items:center;background:#f0f7ff;border:2px solid #667eea;border-radius:6px;color:#667eea;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:36px;justify-content:center;transition:all .2s ease;width:44px}.spinner-btn:active{background:#667eea;color:#fff;transform:scale(.95)}.spinner-btn:hover{background:#e8f0ff;border-color:#5568d3}.spinner-input{background:#fff;border:2px solid #667eea;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:20px;font-weight:700;height:48px;text-align:center;width:44px}.spinner-input:focus{box-shadow:0 0 0 3px #667eea33;outline:none}.time-separator{color:#2c3e50;font-size:32px;font-weight:700;line-height:1;margin-bottom:8px}.time-display{background:#f0f7ff;border-radius:12px;color:#667eea;font-family:Courier New,monospace;font-size:48px;font-weight:700;margin:16px 20px;padding:16px 20px;text-align:center}.quick-times{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr);padding:0 20px 16px}.quick-time-btn{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:13px;font-weight:600;padding:10px 8px;transition:all .2s ease}.quick-time-btn:active{background:#667eea;border-color:#667eea;color:#fff;transform:scale(.95)}.quick-time-btn:hover{background:#f0f7ff;border-color:#667eea}.time-picker-footer{border-top:2px solid #f0f0f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.btn-confirm{background:#667eea;border:2px solid #667eea;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px;transition:all .2s ease}.btn-confirm:active{transform:scale(.98)}.btn-confirm:active,.btn-confirm:hover{background:#5568d3;border-color:#5568d3}@media (max-width:480px){.date-picker-modal,.time-picker-modal{max-width:95vw}.calendar-day{font-size:13px;min-height:36px}.time-display{font-size:40px}.quick-times{grid-template-columns:repeat(2,1fr)}.spinner-input{font-size:18px;height:44px;width:42px}}.booking-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.booking-modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.booking-modal-header{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;justify-content:space-between;padding:20px}.booking-modal-header h2{color:#2c3e50;font-size:18px;margin:0}.booking-modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#7f8c8d;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.booking-modal-close:hover{background:#f0f0f0;color:#2c3e50}.booking-form{gap:15px;padding:20px}.booking-form,.booking-form-group{display:flex;flex-direction:column}.booking-form-group{gap:6px}.booking-form-group label{color:#34495e;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.booking-form-group input,.booking-form-group select,.booking-form-group textarea{background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#2c3e50;font-family:inherit;font-size:13px;padding:10px;transition:all .2s}.booking-form-group input:focus,.booking-form-group select:focus,.booking-form-group textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.booking-form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%232c3e50' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;cursor:pointer;padding-right:30px}.booking-form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.booking-form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.booking-btn-primary,.booking-btn-secondary{border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;padding:10px 20px;transition:all .2s}.booking-btn-primary{background:#27ae60;color:#fff}.booking-btn-primary:hover:not(:disabled){background:#229954;box-shadow:0 4px 12px #27ae604d;transform:translateY(-1px)}.booking-btn-primary:disabled{cursor:not-allowed;opacity:.6}.booking-btn-secondary{background:#ecf0f1;color:#34495e}.booking-btn-secondary:hover{background:#d5dbdb}.booking-error{background:#ffe6e6;border:1px solid #e74c3c;border-radius:6px;color:#c0392b}.booking-error,.booking-success{animation:slideUp .2s ease-out;font-size:13px;padding:12px}.booking-success{background:#e6f7ed;border:1px solid #27ae60;border-radius:6px;color:#229954}.booking-tab-content{padding:20px}.booking-requests-list,.booking-slots-list{display:flex;flex-direction:column;gap:12px}.booking-request-card,.booking-slot-card{background:#fff;border:1px solid #ecf0f1;border-radius:8px;padding:15px;transition:all .2s}.booking-request-card:hover,.booking-slot-card:hover{box-shadow:0 2px 8px #0000001a}.booking-slot-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}@media (max-width:600px){.booking-modal-content{max-height:95vh;max-width:95%}.booking-form-row{grid-template-columns:1fr}.booking-form-actions{flex-direction:column-reverse}.booking-btn-primary,.booking-btn-secondary{width:100%}.booking-slot-header{align-items:flex-start;flex-direction:column}.booking-tab-content{padding:15px}}@media (max-width:360px){.booking-modal-content{border-radius:8px;width:98%}.booking-form{gap:12px;padding:15px}.booking-form-group input,.booking-form-group select,.booking-form-group textarea{font-size:12px;padding:8px}.booking-form-group select{padding-right:28px}.booking-btn-primary,.booking-btn-secondary{font-size:12px;padding:8px 16px}.booking-request-card,.booking-slot-card{padding:12px}h3{font-size:16px}}.booking-datetime-section{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:16px}.date-time-input{align-items:center;background:linear-gradient(135deg,#f0f7ff,#fff);border:none;border:2px solid #667eea;border-radius:10px;box-shadow:none;color:#2c3e50;cursor:pointer;display:flex;font-family:inherit;font-size:15px;font-weight:500;justify-content:center;min-height:48px;padding:14px 16px;text-align:center;transition:all .3s ease;width:100%}.date-time-input:hover{background:linear-gradient(135deg,#e8f0ff,#f5f9ff);border-color:#5568d3;box-shadow:0 2px 8px #667eea33}.date-time-input:active{border-color:#667eea;box-shadow:0 0 0 4px #667eea26;transform:translateY(0)}.date-time-input:focus{background:linear-gradient(135deg,#e8f0ff,#f5f9ff);border-color:#5568d3;box-shadow:0 0 0 4px #667eea33;outline:none;transform:translateY(-2px)}.booking-recurring-toggle{align-items:center;background:#f9f9f9;border:2px solid #ecf0f1;border-radius:8px;display:flex;gap:10px;margin-bottom:16px;padding:12px}.toggle-label{align-items:center;color:#2c3e50;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;-webkit-user-select:none;user-select:none}.toggle-label input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.booking-recurring-section{background:linear-gradient(135deg,#f0f7ff,#f5f9ff);border:2px solid #d4e5ff;border-radius:10px;margin-bottom:16px;padding:16px}.booking-recurring-section h4{color:#2c3e50;font-size:15px;font-weight:700;margin:0 0 14px}.days-selector{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr);margin-bottom:12px}.day-button{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:6px;color:#666;cursor:pointer;display:flex;font-size:12px;font-weight:700;justify-content:center;min-height:42px;padding:10px 8px;transition:all .2s ease}.day-button:hover{background:#f9f9f9;border-color:#667eea}.day-button.active{background:#667eea;border-color:#667eea;box-shadow:0 2px 8px #667eea4d;color:#fff}.day-button.active:hover{background:#5568d3;border-color:#5568d3}.recurring-preview{background:#fff;border:1px solid #d4e5ff;border-radius:6px;margin-top:12px;padding:10px}.recurring-preview p{color:#2c3e50;font-size:12px;font-weight:600;margin:0 0 8px}.preview-slot{background:#f9fbff;border-left:3px solid #667eea;border-radius:4px;color:#555;font-size:12px;margin-bottom:6px;padding:8px 10px}.preview-slot:last-child{margin-bottom:0}@media (max-width:600px){.booking-datetime-section{gap:14px;grid-template-columns:1fr}.date-time-input{font-size:16px;min-height:52px;padding:16px 12px}.days-selector{gap:6px;grid-template-columns:repeat(7,1fr)}.day-button{font-size:11px;min-height:38px;padding:8px 6px}.booking-recurring-section{padding:12px}.booking-recurring-section h4{font-size:14px;margin-bottom:10px}.toggle-label{font-size:13px}.toggle-label input[type=checkbox]{height:16px;width:16px}}@media (max-width:480px){.booking-recurring-toggle{gap:8px;padding:10px}.toggle-label{font-size:12px;gap:6px}.date-time-input{font-size:16px;min-height:50px;padding:16px 10px}.booking-recurring-section{margin-bottom:12px;padding:10px}.booking-recurring-section h4{font-size:13px;margin-bottom:8px}.days-selector{gap:4px}.day-button{font-size:10px;min-height:36px;padding:6px 4px}.preview-slot{margin-bottom:4px;padding:6px 8px}.preview-slot,.recurring-preview p{font-size:11px}}.share-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.share-modal-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.share-modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:24px}.share-modal-header h2{color:#333;font-size:20px;margin:0}.share-modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#999;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;width:32px}.share-modal-close:hover{background-color:#f0f0f0;color:#333}.share-modal-success{background-color:#e8f5e9;border-left:4px solid #4caf50;color:#2e7d32}.share-modal-error,.share-modal-success{border-radius:8px;margin:16px;padding:12px 16px}.share-modal-error{background-color:#ffebee;border-left:4px solid #f44336;color:#c62828}.share-modal-form{padding:24px}.share-form-group{margin-bottom:20px}.share-form-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.share-form-group input,.share-form-group select{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:14px;padding:10px 12px;width:100%}.share-form-group input:focus,.share-form-group select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.share-form-group input:disabled,.share-form-group select:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.share-form-group small{color:#999;display:block;font-size:12px;margin-top:4px}.share-modal-preview{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:16px}.share-modal-preview p{color:#333;font-size:14px;margin:0 0 12px}.share-modal-preview ul{color:#666;margin:0;padding-left:20px}.share-modal-preview li{font-size:13px;margin-bottom:6px}.share-modal-actions{display:flex;gap:12px;justify-content:flex-end;padding:0 24px 24px}.share-modal-cancel,.share-modal-submit{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.share-modal-cancel{background-color:#f5f5f5;color:#333}.share-modal-cancel:hover:not(:disabled){background-color:#e0e0e0}.share-modal-submit{background-color:#007bff;color:#fff}.share-modal-submit:hover:not(:disabled){background-color:#0056b3;box-shadow:0 2px 8px #0056b333}.share-modal-submit:disabled{background-color:#ccc;color:#999;cursor:not-allowed}@media (max-width:600px){.share-modal-content{max-height:95vh;width:95%}.share-modal-form,.share-modal-header{padding:16px}.share-modal-actions{padding:0 16px 16px}}.sharing-tab{margin:0 auto;max-width:900px;padding:20px}.sharing-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.sharing-header h2{color:#333;font-size:24px;margin:0}.share-btn{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s;white-space:nowrap}.share-btn:hover{background-color:#0056b3;box-shadow:0 2px 8px #0056b333}.sharing-error{background-color:#ffebee;border-left:4px solid #f44336;border-radius:8px;color:#c62828;margin-bottom:16px;padding:12px 16px}.sharing-tabs{border-bottom:1px solid #e0e0e0;display:flex;gap:0;margin-bottom:24px}.tab-btn{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:14px;font-weight:500;padding:12px 16px;transition:all .2s}.tab-btn:hover{color:#333}.tab-btn.active{border-bottom-color:#007bff;color:#007bff}.sharing-section{padding:20px 0}.empty-state{padding:40px 20px}.sharing-list{display:flex;flex-direction:column;gap:12px}.sharing-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;transition:all .2s}.sharing-card:hover{box-shadow:0 2px 8px #0000001a}.sharing-card.received{background-color:#f8f9fa;border-left:4px solid #28a745}.sharing-card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.sharing-coach-name{color:#333;font-size:16px;margin:0 0 4px}.sharing-student-name{color:#666;font-size:13px;margin:0}.status-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:500;padding:4px 12px;white-space:nowrap}.status-badge.pending{background-color:#fff3cd;color:#856404}.status-badge.accepted{background-color:#d4edda;color:#155724}.status-badge.revoked{background-color:#f8d7da;color:#721c24}.sharing-card-details{color:#999;margin-bottom:12px}.accept-btn,.reject-btn,.revoke-btn{border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;padding:8px 12px;transition:all .2s}.revoke-btn{background-color:#f5f5f5;color:#666;width:100%}.revoke-btn:hover{background-color:#ffebee;color:#c62828}.sharing-actions{display:flex;gap:8px}.accept-btn{background-color:#d4edda;color:#155724;flex:1 1}.accept-btn:hover{background-color:#c3e6cb}.reject-btn{background-color:#f8d7da;color:#721c24;flex:1 1}.reject-btn:hover{background-color:#f5c6cb}@media (max-width:600px){.sharing-tab{padding:16px}.sharing-header{align-items:stretch;flex-direction:column}.share-btn{width:100%}.sharing-card-header{flex-direction:column}.status-badge{align-self:flex-start}.sharing-actions{width:100%}}.question-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.question-modal-content{animation:slideUp .3s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(135deg,#1a2a40,#0f1a2e);border:1px solid #d4a574;border-radius:12px;box-shadow:0 10px 40px #0006;max-height:85vh;max-width:500px;overflow-y:auto;width:90%}.question-modal-header{align-items:center;border-bottom:1px solid #d4a57433;display:flex;justify-content:space-between;padding:24px}.question-modal-header h2{color:#f4d9a6;font-size:20px;font-weight:700;letter-spacing:.5px;margin:0}.question-modal-close{align-items:center;background:none;border:none;border-radius:6px;color:#a0a0a0;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.question-modal-close:hover{background:#d4a5741a;color:#e8e8e8}.question-modal-form{padding:24px}.form-group{margin-bottom:24px}.form-group label{color:#d4a574;font-size:14px;letter-spacing:.5px;text-transform:uppercase}.form-group small{color:#7f8c8d;display:block;font-size:12px;font-style:italic;margin-top:6px}.question-textarea{background:#05081080;border:1px solid #d4a5744d;border-radius:8px;color:#e8e8e8;font-family:inherit;font-size:14px;line-height:1.5;padding:12px;resize:vertical;transition:all .2s ease;width:100%}.question-textarea:focus{background:#050810cc;border-color:#d4a574;box-shadow:0 0 0 3px #d4a5741a;outline:none}.question-textarea:disabled{cursor:not-allowed;opacity:.6}.question-input{background:#05081080;border:1px solid #d4a5744d;border-radius:8px;color:#e8e8e8;font-size:14px;padding:10px 12px;transition:all .2s ease;width:100%}.question-input:focus{background:#050810cc;border-color:#d4a574;box-shadow:0 0 0 3px #d4a5741a;outline:none}.question-input::placeholder{color:#7f8c8d}.question-input:disabled{cursor:not-allowed;opacity:.6}.character-count{color:#7f8c8d;font-size:12px;margin-top:6px;text-align:right}.urgency-selector{background:#d4a57414;border:1px solid #d4a57426;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;padding:12px}.urgency-option{align-items:center;background:#05081080;border:2px solid #d4a57433;border-radius:8px;color:#a0a0a0;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:12px;gap:6px;min-width:140px;padding:12px;transition:all .2s ease}.urgency-option:hover{background:#d4a5740d;border-color:#d4a574}.urgency-option.active{background:#d4a57426;border-color:#d4a574;color:#d4a574}.urgency-option:disabled{cursor:not-allowed;opacity:.6}.urgency-icon{font-size:20px}.urgency-label{color:inherit;font-weight:600}.urgency-desc{color:#7f8c8d;font-size:10px;text-align:center}.urgency-option.active .urgency-desc{color:#a0a0a0}.question-error{background:#e74c3c1a;border:1px solid #e74c3c4d;border-radius:8px;font-size:14px;gap:8px;margin-bottom:16px;padding:12px}.question-modal-success{align-items:center;display:flex;flex-direction:column;gap:12px;padding:48px 24px;text-align:center}.success-icon{animation:popIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.question-modal-success p{color:#27ae60;font-size:18px;font-weight:600;margin:0}.question-modal-success small{color:#7f8c8d;font-size:13px}.question-modal-buttons{border-top:1px solid #d4a57433;display:flex;gap:12px;margin-top:24px;padding-top:24px}.question-btn-cancel,.question-btn-submit{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;letter-spacing:.5px;padding:12px 16px;text-transform:uppercase;transition:all .2s ease}.question-btn-cancel{background:#a0a0a01a;border:1px solid #a0a0a033;color:#a0a0a0}.question-btn-cancel:hover:not(:disabled){background:#a0a0a033;color:#e8e8e8}.question-btn-submit{background:linear-gradient(135deg,#d4a574,#c89950);box-shadow:0 4px 12px #d4a5744d;color:#0a0e27;font-weight:700}.question-btn-submit:hover:not(:disabled){box-shadow:0 6px 16px #d4a57466;transform:translateY(-2px)}.question-btn-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.question-btn-cancel:disabled{cursor:not-allowed;opacity:.5}@media (max-width:480px){.question-modal-content{border-radius:8px;max-width:95vw;width:95%}.question-modal-form,.question-modal-header{padding:16px}.form-group{margin-bottom:16px}.urgency-selector{background:#d4a57414;border:1px solid #d4a57426;border-radius:8px;flex-direction:column;padding:12px}.urgency-option{min-width:auto;width:100%}}@media (max-width:360px){.question-modal-content{border-radius:6px;max-height:90vh;max-width:95vw;width:95vw}.question-modal-header{padding:12px}.question-modal-header h2{font-size:16px}.question-modal-close{font-size:20px;height:28px;width:28px}.question-modal-form{padding:12px}.form-group{margin-bottom:12px}.form-group label{font-size:12px}.question-textarea{font-size:13px;min-height:80px;padding:10px}.question-input{font-size:13px;padding:8px 10px}.character-count{font-size:11px}.urgency-selector{background:#d4a57414;border:1px solid #d4a57426;border-radius:6px;padding:10px}.urgency-option{font-size:11px;padding:10px;width:100%}.urgency-icon{font-size:18px}.urgency-desc{font-size:9px}.question-error{font-size:12px;padding:10px}.question-modal-buttons{gap:10px;margin-top:16px;padding-top:16px}.question-btn-cancel,.question-btn-submit{font-size:12px;min-height:44px;padding:10px 12px}}@media (max-width:320px){.question-modal-content{max-height:92vh;max-width:96vw;width:96vw}.question-modal-header{padding:10px}.question-modal-header h2{font-size:14px}.question-modal-close{font-size:18px;height:24px;width:24px}.question-modal-form{padding:10px}.form-group{margin-bottom:10px}.form-group label{font-size:11px;margin-bottom:6px}.form-group small{font-size:10px;margin-top:4px}.question-textarea{font-size:12px;min-height:70px;padding:8px}.question-input{font-size:12px;padding:6px 8px}.character-count{font-size:10px}.urgency-selector{background:#d4a57414;border:1px solid #d4a57426;border-radius:6px;gap:8px;padding:8px}.urgency-option{font-size:10px;gap:4px;padding:8px;width:100%}.urgency-icon{font-size:16px}.urgency-desc{font-size:8px}.question-error{font-size:11px;gap:6px;padding:8px}.success-icon{font-size:36px}.question-modal-success p{font-size:14px}.question-modal-success small{font-size:11px}.question-modal-buttons{gap:8px;margin-top:12px;padding-top:12px}.question-btn-cancel,.question-btn-submit{font-size:11px;min-height:40px;padding:8px 10px}}.question-list-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;margin-bottom:20px;padding:20px}.question-loading{align-items:center;color:#7f8c8d;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.loading-spinner{animation:spin .8s linear infinite;border:4px solid #f0f0f0;border-radius:50%;border-top-color:#3498db;height:40px;margin-bottom:16px;width:40px}.question-error{align-items:center;color:#e74c3c;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.error-icon{font-size:48px;margin-bottom:12px}.question-error p{font-size:15px;margin:0 0 16px}.retry-btn{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.retry-btn:hover{background:#2980b9;box-shadow:0 4px 8px #3498db4d;transform:translateY(-2px)}.question-empty{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:48px 20px;text-align:center}.empty-icon{font-size:64px;margin-bottom:16px}.question-empty h3{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 8px}.question-empty p{color:#7f8c8d;font-size:14px;margin:0 0 20px}.question-list-action-bar{border-bottom:1px solid #ecf0f1;display:flex;gap:12px;margin-bottom:20px;padding-bottom:20px}.ask-button,.ask-button-header{background:linear-gradient(135deg,#d4a574,#c89950);border:none;border-radius:8px;box-shadow:0 4px 12px #d4a5744d;color:#fff;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.5px;padding:12px 20px;text-transform:uppercase;transition:all .2s ease}.ask-button-header:hover,.ask-button:hover{box-shadow:0 6px 16px #d4a57466;transform:translateY(-2px)}.ask-button{flex:1 1;max-width:300px}.question-section{margin-bottom:28px}.question-section:last-child{margin-bottom:0}.question-section-title{color:#2c3e50;font-size:14px;font-weight:700;letter-spacing:.5px;margin:0 0 16px;padding:0 4px;text-transform:uppercase}.question-group{display:flex;flex-direction:column;gap:12px}.question-card{background:#fafbfc;border:1px solid #ecf0f1;border-radius:8px;padding:16px;transition:all .2s ease}.question-card:hover{background:#fff;border-color:#bdc3c7;box-shadow:0 2px 8px #0000000f}.question-card.pending{background:#f39c1208;border-left:4px solid #f39c12}.question-card.answered{background:#27ae6008;border-left:4px solid #27ae60}.question-card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.question-header-right{align-items:center;display:flex;flex-shrink:0;gap:8px}.question-status-badge{border-radius:4px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.3px;padding:4px 10px;text-transform:uppercase}.question-status-badge.pending{background:#fff3cd;border:1px solid #ffc107;color:#856404}.question-status-badge.answered{background:#d4edda;border:1px solid #28a745;color:#155724}.question-date{color:#95a5a6;font-size:12px;white-space:nowrap}.question-card-text{color:#34495e;font-size:14px;line-height:1.6;margin:0 0 12px}.question-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.tag{background:#ecf0f1;color:#7f8c8d;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.question-urgency-badge,.tag{border-radius:4px;display:inline-block;font-size:12px;padding:4px 10px}.question-urgency-badge{background:#3498db1a;border-left:3px solid #3498db;color:#2c3e50;font-weight:600}.delete-question-btn{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:16px;justify-content:center;min-height:28px;min-width:28px;opacity:.6;padding:4px 6px;transition:all .2s ease}.delete-question-btn:hover{background:#e74c3c1a;color:#e74c3c;opacity:1}.question-answer-box{background:#fff;border-left:4px solid #27ae60;border-radius:4px;margin-top:12px;padding:12px}.answer-label{color:#27ae60;font-size:12px;font-weight:700;letter-spacing:.3px;margin:0 0 8px;text-transform:uppercase}.answer-text{color:#34495e;font-size:14px;line-height:1.6;margin:0}@media (max-width:480px){.question-list-container{margin-bottom:16px;padding:16px}.question-card{padding:12px}.question-card-header{align-items:flex-start;flex-direction:row;gap:8px}.question-header-right{gap:6px}.question-date{font-size:11px}.delete-question-btn{font-size:14px;min-height:24px;min-width:24px;padding:2px 4px}.ask-button{font-size:13px;min-height:44px;padding:10px 16px;width:100%}.question-section-title{font-size:13px;margin-bottom:12px}.answer-text,.question-card-text{font-size:13px}}@media (max-width:360px){.question-list-container{border-radius:6px;margin-bottom:12px;padding:12px}.question-card{border-radius:6px;padding:10px}.question-card-header{gap:6px;margin-bottom:10px}.question-header-right{gap:4px}.question-status-badge{font-size:10px;padding:3px 8px}.question-date{font-size:10px}.delete-question-btn{font-size:12px;min-height:22px;min-width:22px;padding:2px 3px}.question-card-text,.question-section-title{font-size:12px;margin-bottom:10px}.question-tags{gap:6px;margin-bottom:10px}.question-urgency-badge,.tag{font-size:11px;padding:3px 8px}.question-answer-box{margin-top:10px;padding:10px}.answer-label{font-size:11px;margin-bottom:6px}.answer-text,.ask-button{font-size:12px}.ask-button{min-height:40px;padding:8px 14px}.ask-button-header{font-size:12px;padding:10px 16px}.empty-icon{font-size:48px;margin-bottom:12px}.question-empty h3{font-size:16px}.question-empty p{font-size:13px}.error-icon{font-size:40px}.question-error p{font-size:13px}.retry-btn{font-size:12px;min-height:40px;padding:8px 16px}.loading-spinner{height:32px;width:32px}}@media (max-width:320px){.question-list-container{border-radius:4px;margin-bottom:10px;padding:10px}.question-card{border-radius:4px;padding:8px}.question-card-header{gap:4px;margin-bottom:8px}.question-header-right{gap:3px}.question-status-badge{font-size:9px;padding:2px 6px}.question-date{font-size:9px}.delete-question-btn{font-size:11px;min-height:20px;min-width:20px;padding:1px 2px}.question-card-text,.question-section-title{font-size:11px;margin-bottom:8px}.question-tags{gap:4px;margin-bottom:8px}.question-urgency-badge,.tag{font-size:10px;padding:2px 6px}.question-answer-box{margin-top:8px;padding:8px}.answer-label{font-size:10px;margin-bottom:4px}.answer-text{font-size:11px;line-height:1.4}.ask-button{font-size:11px;min-height:40px;padding:6px 12px}.ask-button-header{font-size:11px;padding:8px 12px}.empty-icon{font-size:40px;margin-bottom:10px}.question-empty h3{font-size:14px}.question-empty p{font-size:12px}.error-icon{font-size:36px}.question-error p{font-size:12px}.retry-btn{font-size:11px;min-height:40px;padding:6px 12px}.loading-spinner{height:28px;width:28px}.question-group{gap:10px}.question-list-action-bar{gap:8px;margin-bottom:12px;padding-bottom:12px}}.personal-note-card{background:#fff;border:1px solid #e0e0e0;border-left:4px solid #007bff;border-radius:8px;overflow:hidden;transition:all .2s}.personal-note-card:hover{border-color:#0056b3;box-shadow:0 2px 8px #007bff1a}.card-clickable-area{cursor:pointer;padding:16px;transition:background-color .2s;-webkit-user-select:none;user-select:none}.card-clickable-area:hover{background-color:#f9f9f9}.card-clickable-area:active{background-color:#f0f0f0}.card-actions-section{padding:12px 16px 0}.card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.card-title-section{flex:1 1}.card-title-section h4{color:#333;font-size:15px;font-weight:600;margin:0 0 8px}.category-badge{background-color:#f0f0f0;border-radius:6px;color:#666;display:inline-block;font-size:11px;font-weight:500;padding:4px 8px}.card-actions{display:flex;gap:8px}.btn-icon{background:none;border:none;border-radius:4px;cursor:pointer;font-size:16px;padding:6px;transition:all .2s}.btn-icon:hover{background-color:#f5f5f5}.btn-icon.danger:hover{background-color:#ffebee}.card-content{margin-bottom:12px}.note-preview{color:#666;font-size:13px;line-height:1.5;margin:0;word-break:break-word}.card-footer{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:12px 16px 16px}.access-badge{background-color:#f0f0f0;border-radius:6px;font-size:12px;font-weight:500;padding:4px 8px}.access-badge.private{background-color:#fff3cd;color:#856404}.access-badge.shared{background-color:#d4edda;color:#155724}.btn-manage-access{background-color:#e8f5e9;border:1px solid #28a745;border-radius:6px;color:#28a745;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s;white-space:nowrap}.btn-manage-access:hover{background-color:#c8e6c9}.card-meta{display:flex;justify-content:flex-end}.timestamp{font-size:11px}@media (max-width:600px){.card-clickable-area{padding:12px}.card-actions-section{padding:0 12px}.card-footer{align-items:stretch;gap:8px;padding:12px}.card-footer,.card-header{flex-direction:column}.card-actions{justify-content:flex-end;width:100%}.access-badge{text-align:center}.btn-manage-access{text-align:center;width:100%}.card-title-section h4{font-size:14px}.note-preview{font-size:12px}}

/*!
 * 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{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.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:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.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-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.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 .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .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-stroke.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{fill:#444}.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,.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-stroke.ql-thin,.ql-snow .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{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.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;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[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-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[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-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[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-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[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-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[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 #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.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:0}.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]{border:1px solid #ccc;display:none;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:0;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}.rich-text-editor-container{display:flex;flex-direction:column;gap:12px;width:100%}.rich-text-editor{background-color:#fff;border:1px solid #ddd;border-radius:6px;display:flex!important;flex-direction:column!important;overflow:visible!important;transition:border-color .2s ease}.rich-text-editor:hover:not(.disabled){border-color:#999}.rich-text-editor.disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.rich-text-editor .ql-toolbar{background-color:#ffe8e8!important;border:2px solid #e74c3c!important;flex-wrap:wrap!important;gap:4px!important;height:auto!important;min-height:50px!important;position:relative!important;visibility:visible!important;z-index:10!important}.rich-text-editor .ql-toolbar,.rich-text-editor .ql-toolbar.ql-snow{display:flex!important;padding:8px!important}.rich-text-editor .ql-toolbar *{visibility:visible!important}.rich-text-editor .ql-toolbar .ql-formats{display:flex;gap:8px;margin-right:8px}.rich-text-editor .ql-toolbar button{align-items:center;background-color:#fff;border:1px solid #0000;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.rich-text-editor .ql-toolbar button:hover{background-color:#e8e8e8;border-color:#ddd}.rich-text-editor .ql-toolbar button.ql-active{background-color:#4a90e2;border-color:#4a90e2;color:#fff}.rich-text-editor .ql-toolbar button.ql-active svg{stroke:#fff;fill:#fff}.rich-text-editor .ql-toolbar svg{stroke:#666;height:16px;width:16px}.rich-text-editor .ql-container{border:none;font-family:inherit;font-size:14px;min-height:150px}.rich-text-editor .ql-editor{color:#333;line-height:1.6;padding:12px}.rich-text-editor .ql-editor:before{color:#bbb}.rich-text-editor .ql-editor.ql-blank:before{color:#999;font-style:italic}.rich-text-editor .ql-editor strong{font-weight:600}.rich-text-editor .ql-editor em{font-style:italic}.rich-text-editor .ql-editor u{text-decoration:underline}.rich-text-editor .ql-editor ol,.rich-text-editor .ql-editor ul{margin:8px 0;padding-left:20px}.rich-text-editor .ql-editor li{margin:4px 0}.rich-text-editor .ql-editor a{color:#4a90e2;text-decoration:underline}.rich-text-editor .ql-editor a:hover{text-decoration:none}.char-count{align-items:center;border-top:1px solid #f0f0f0;display:flex;font-size:12px;gap:12px;padding:8px 0 6px}.char-count .count-text{color:#666;font-weight:500}.char-count.near-limit .count-text{color:#f39c12}.char-count.over-limit .count-text{color:#e74c3c}.char-count .count-warning{background-color:#fff3cd;border-radius:3px;color:#856404;font-size:11px;padding:2px 8px}.char-count.over-limit .count-warning{background-color:#f8d7da;color:#721c24}.formatting-tips{align-items:center;color:#7f8c8d;display:flex;font-size:12px;gap:8px;padding:6px 0}.formatting-tips .tips-label{color:#34495e;font-weight:600}.formatting-tips .tips-text{color:#7f8c8d}@media (max-width:768px){.rich-text-editor .ql-toolbar{padding:6px}.rich-text-editor .ql-toolbar button{height:28px;width:28px}.rich-text-editor .ql-container{min-height:120px}.rich-text-editor .ql-editor{font-size:13px;padding:10px}.char-count{gap:6px}.char-count,.formatting-tips{align-items:flex-start;flex-direction:column}.formatting-tips{gap:4px}}@media (max-width:480px){.rich-text-editor .ql-toolbar{gap:2px;padding:4px}.rich-text-editor .ql-toolbar button{height:26px;width:26px}.rich-text-editor .ql-toolbar svg{height:14px;width:14px}.rich-text-editor .ql-container{min-height:100px}.rich-text-editor .ql-editor{font-size:12px;padding:8px}.char-count,.formatting-tips{font-size:11px}}@media print{.char-count,.formatting-tips,.rich-text-editor .ql-toolbar{display:none}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.personal-note-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;max-height:90vh;max-width:600px;overflow-y:auto;padding:24px;width:100%}.personal-note-modal h3{color:#333;font-size:18px;font-weight:600;margin:0 0 20px}.modal-error{background-color:#ffebee;border-left:4px solid #f44336;border-radius:8px;color:#c62828;font-size:13px;margin-bottom:16px;padding:12px 16px}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:13px;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:13px;padding:12px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.form-group textarea{min-height:150px;resize:vertical}.form-group .rich-text-editor-container{margin:0;padding:0;width:100%}.form-group .rich-text-editor{border:1px solid #ddd!important;border-radius:6px!important}.form-group .ql-toolbar{background-color:#f5f5f5!important;border-bottom:1px solid #ddd!important;border-radius:6px 6px 0 0!important;display:flex!important;visibility:visible!important}.form-group .ql-container{border:none!important;border-radius:0 0 6px 6px!important}.form-group .ql-editor{min-height:150px!important}.char-count{color:#999;display:block;font-size:11px;margin-top:6px;text-align:right}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-cancel,.btn-submit{border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;padding:10px 20px;transition:all .2s}.btn-cancel{background-color:#f0f0f0;color:#333}.btn-cancel:hover{background-color:#e0e0e0}.btn-cancel:disabled{cursor:not-allowed;opacity:.6}.btn-submit{background-color:#007bff;color:#fff}.btn-submit:hover:not(:disabled){background-color:#0056b3}.btn-submit:disabled{cursor:not-allowed;opacity:.6}@media (max-width:600px){.modal-overlay{padding:10px}.personal-note-modal{border-radius:8px;padding:16px}.personal-note-modal h3{font-size:16px;margin-bottom:16px}.form-actions{gap:8px}.btn-cancel,.btn-submit{flex:1 1;padding:10px 12px}.form-group textarea{min-height:120px}}.formatted-content{word-wrap:break-word;color:#333;line-height:1.6;overflow-wrap:break-word}.formatted-content.empty{color:#999;font-style:italic;padding:12px}.formatted-content h1,.formatted-content h2,.formatted-content h3,.formatted-content h4,.formatted-content h5,.formatted-content h6{font-weight:600;line-height:1.4;margin:16px 0 8px}.formatted-content h1{font-size:24px}.formatted-content h2{font-size:20px}.formatted-content h3{font-size:18px}.formatted-content h4{font-size:16px}.formatted-content h5{font-size:14px}.formatted-content h6{font-size:12px}.formatted-content p{margin:12px 0}.formatted-content b,.formatted-content strong{font-weight:600}.formatted-content em,.formatted-content i{font-style:italic}.formatted-content u{text-decoration:underline}.formatted-content del,.formatted-content s{text-decoration:line-through}.formatted-content ol,.formatted-content ul{margin:12px 0;padding-left:24px}.formatted-content li{margin:6px 0}.formatted-content ul>li::marker{color:#666}.formatted-content ol>li::marker{color:#666}.formatted-content a{color:#4a90e2;text-decoration:none;word-break:break-all}.formatted-content a:hover{text-decoration:underline}.formatted-content a:visited{color:#7c6e9d}.formatted-content code{background-color:#f4f4f4;border-radius:3px;color:#d73a49;font-family:Courier New,monospace;font-size:12px;padding:2px 6px}.formatted-content pre{background-color:#f6f6f6;border:1px solid #e1e1e1;border-radius:4px;margin:12px 0;overflow-x:auto;padding:12px}.formatted-content pre code{background-color:initial;color:#333;padding:0}.formatted-content blockquote{border-left:4px solid #ddd;color:#666;font-style:italic;margin:12px 0;padding-left:12px}.formatted-content hr{border:none;border-top:1px solid #ddd;margin:16px 0}.formatted-content table{border-collapse:collapse;margin:12px 0;width:100%}.formatted-content td,.formatted-content th{border:1px solid #ddd;padding:8px 12px;text-align:left}.formatted-content th{background-color:#f6f6f6;font-weight:600}.formatted-content img{border-radius:4px;height:auto}.formatted-content audio,.formatted-content iframe,.formatted-content img,.formatted-content video{margin:12px 0;max-width:100%}@media (max-width:768px){.formatted-content{font-size:14px}.formatted-content h1{font-size:20px}.formatted-content h2{font-size:18px}.formatted-content h3{font-size:16px}.formatted-content ol,.formatted-content ul{padding-left:20px}.formatted-content pre{font-size:12px;padding:10px}.formatted-content table{font-size:12px}.formatted-content td,.formatted-content th{padding:6px 8px}}@media (max-width:480px){.formatted-content{font-size:13px}.formatted-content h1{font-size:18px}.formatted-content h2{font-size:16px}.formatted-content h3{font-size:14px}.formatted-content h4,.formatted-content h5,.formatted-content h6{font-size:13px}.formatted-content ol,.formatted-content ul{margin:8px 0;padding-left:16px}.formatted-content li{margin:4px 0}.formatted-content blockquote{border-left-width:3px;padding-left:10px}.formatted-content pre{font-size:11px;padding:8px}}.personal-note-detail-modal{animation:slideUp .3s ease;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;max-height:85vh;max-width:700px;width:90%}.detail-header{border-bottom:1px solid #f0f0f0;flex-wrap:wrap;justify-content:space-between;padding:20px}.detail-header,.detail-header .header-left{align-items:center;display:flex;gap:12px}.detail-header h2{color:#2c3e50;font-size:18px;font-weight:600;margin:0}.btn-back{background:#0000;border:none;border-radius:4px;color:#667eea;cursor:pointer;font-size:16px;padding:4px 8px;transition:all .2s ease}.btn-back:hover{background:#f0f7ff;color:#5568d3}.btn-edit{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px;transition:all .2s ease}.btn-edit:hover{background:#5568d3;box-shadow:0 2px 8px #667eea4d;transform:translateY(-1px)}.btn-edit:active{transform:translateY(0)}.detail-content{flex:1 1;overflow-y:auto;padding:20px}.detail-error,.detail-loading{font-size:14px;padding:40px 20px;text-align:center}.detail-error{background:#fadbd8;color:#e74c3c}.detail-loading{color:#667eea}.note-info{margin-bottom:20px}.note-info h3{color:#2c3e50;font-size:22px;font-weight:700;margin:0 0 12px}.note-meta{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:12px}.category-badge{background:#e8f0ff;color:#667eea}.access-badge,.category-badge{border-radius:4px;font-weight:600;padding:4px 10px}.access-badge{background:#f0f7ff;border:1px solid #d4e5ff;color:#5568d3}.timestamp{color:#999;font-size:12px}.note-body{word-wrap:break-word;background:#f9fbff;border:1px solid #e8f0ff;border-radius:8px;color:#2c3e50;line-height:1.6;margin-bottom:28px;padding:16px;white-space:pre-wrap}.note-body p{margin:0}.comments-section{margin-top:28px}.comments-section h4{color:#2c3e50;font-size:15px;font-weight:700;margin:0 0 16px}.no-comments{background:#f5f5f5;border:1px dashed #ddd;border-radius:6px;color:#999;font-size:13px;padding:20px;text-align:center}.no-comments p{margin:0}.comments-list{display:flex;flex-direction:column;gap:12px}.comment-item{background:#fff;border:1px solid #e8f0ff;border-left:3px solid #667eea;border-radius:6px;padding:12px}.comment-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.coach-info{display:flex;flex-direction:column;gap:2px}.coach-name{color:#2c3e50}.comment-time{color:#999;font-size:11px}.comment-body{word-wrap:break-word;color:#555;font-size:13px;line-height:1.5;white-space:pre-wrap}.comment-body p{margin:0}.detail-footer{border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;padding:16px 20px}.btn-close-modal{background:#f0f7ff;border:2px solid #667eea;border-radius:6px;color:#667eea;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.btn-close-modal:hover{background:#e8f0ff;border-color:#5568d3;color:#5568d3}.btn-close-modal:active{transform:scale(.98)}@media (max-width:600px){.personal-note-detail-modal{max-height:90vh;width:95%}.detail-header{align-items:flex-start;flex-direction:column}.btn-edit,.detail-header .header-left{width:100%}.btn-edit{text-align:center}.detail-content{padding:16px}.note-info h3{font-size:18px}.note-body{padding:12px}.comments-section h4,.note-body{font-size:14px}.comment-item{padding:10px}.coach-name{font-size:12px}.comment-time{font-size:10px}.comment-body{font-size:12px}}@media (max-width:480px){.personal-note-detail-modal{border-radius:8px}.detail-header{padding:16px}.detail-content{padding:12px}.note-meta{font-size:11px;gap:8px}.access-badge,.category-badge{font-size:11px;padding:3px 8px}.note-body{margin-bottom:20px;padding:10px}.comments-section{margin-top:20px}.comment-item{border-left-width:2px;padding:8px}}.access-control-panel{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;max-height:80vh;max-width:500px;overflow-y:auto;padding:24px;width:100%}.panel-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.panel-header h3{color:#333;font-size:16px;font-weight:600;margin:0}.btn-close{background:none;border:none;color:#999;cursor:pointer;font-size:20px;padding:6px;transition:all .2s}.btn-close:hover{color:#333}.panel-error{background-color:#ffebee;border-left:4px solid #f44336;border-radius:8px;color:#c62828;font-size:13px;margin-bottom:16px;padding:12px 16px}.panel-loading{font-size:13px}.panel-empty,.panel-loading{color:#999;padding:40px 20px;text-align:center}.panel-empty p{font-size:13px;margin:8px 0}.access-section{margin-bottom:24px}.access-section h4{color:#666;font-size:13px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.section-description{color:#999;font-size:12px;font-style:italic;margin:0 0 12px}.active-section h4{color:#27ae60}.inactive-section h4{color:#7f8c8d}.coach-list{display:flex;flex-direction:column;gap:12px}.coach-item{align-items:center;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;display:flex;gap:12px;justify-content:space-between;padding:12px;transition:all .2s ease}.coach-item.active-coach{background-color:#e8f5e9;border-color:#27ae60;border-left:3px solid #27ae60}.coach-item.inactive-coach{background-color:#f9f9f9;border-color:#e0e0e0}.coach-info{flex:1 1;min-width:0}.coach-name{color:#333;font-size:13px;font-weight:600;margin:0 0 4px}.coach-email{color:#999;font-size:11px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}toggle{display:inline-block;height:24px;position:relative;width:40px}toggle input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;pointer-events:auto;position:absolute;right:0;top:0;transition:.3s;-webkit-user-select:none;user-select:none}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}toggle input:checked+.toggle-slider{background-color:#28a745}toggle input:checked+.toggle-slider:before{transform:translateX(16px)}toggle input:disabled+.toggle-slider{cursor:not-allowed;opacity:.6}.access-info{background-color:#f0f8ff;border:1px solid #b3d9ff;border-radius:6px;margin-bottom:20px;margin-top:20px;padding:12px}.access-info p{color:#0056b3;font-size:12px;line-height:1.4;margin:8px 0}.access-info p:first-child{margin-top:0}.access-info p:last-child{margin-bottom:0}.access-info strong{font-weight:600}.panel-footer{border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;padding-top:16px}.btn-close-panel{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px 20px;transition:all .2s}.btn-close-panel:hover{background-color:#0056b3}@media (max-width:600px){.access-control-panel{border-radius:8px;padding:16px}.panel-header h3{font-size:15px}.coach-item{flex-wrap:wrap;padding:10px}.coach-info{margin-bottom:8px;width:100%}.access-section h4{font-size:12px}}.personal-notes-tab{margin:0 auto;max-width:900px;padding:20px}.notes-header{align-items:flex-start;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.notes-header h3{color:#333;font-size:20px;font-weight:600;margin:0 0 4px}.notes-subtext{color:#999;font-size:13px;margin:0}.btn-create-note{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px;transition:all .2s;white-space:nowrap}.btn-create-note:hover{background-color:#0056b3;box-shadow:0 2px 8px #007bff33}.btn-create-note:active{transform:scale(.98)}.notes-error{background-color:#ffebee;border-left:4px solid #f44336;border-radius:8px;color:#c62828;font-size:14px;margin-bottom:16px;padding:12px 16px}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.filter-btn{background:#fff;border:1px solid #ddd;border-radius:20px;cursor:pointer;font-size:12px;font-weight:500;padding:8px 12px;transition:all .2s}.filter-btn:hover{border-color:#007bff;color:#007bff}.filter-btn.active{background-color:#007bff;border-color:#007bff;color:#fff}.notes-loading{font-size:14px;padding:40px 20px}.empty-state,.notes-loading{color:#999;text-align:center}.empty-state{padding:60px 20px}.empty-state p{font-size:14px;margin:8px 0}.empty-state p:first-child{color:#666;font-size:16px;font-weight:500}.notes-feed{display:flex;flex-direction:column;gap:16px}@media (max-width:768px){.personal-notes-tab{padding:16px}.notes-header{align-items:stretch;flex-direction:column;gap:12px}.btn-create-note{width:100%}}@media (max-width:600px){.personal-notes-tab{padding:12px}.notes-header h3{font-size:18px}.notes-subtext{font-size:12px}.filter-buttons{gap:6px;justify-content:flex-start;overflow-x:auto}.filter-btn{flex-shrink:0;font-size:11px;padding:6px 10px}}@media (max-width:360px){.personal-notes-tab{padding:10px}.notes-header h3{font-size:16px}.btn-create-note{font-size:13px;padding:10px 16px}}.password-reset-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.password-reset-card{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;padding:40px;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.password-reset-card h2{color:#333;font-size:24px;margin-bottom:10px;text-align:center}.password-reset-card h3{color:#667eea;font-size:20px;margin-bottom:20px;text-align:center}.help-text{color:#666;font-size:14px;line-height:1.5;margin-bottom:25px;text-align:center}.password-reset-card form{display:flex;flex-direction:column;gap:15px}.password-reset-card input{border:1px solid #ddd;border-radius:6px;font-size:14px;padding:12px;transition:border-color .3s}.password-reset-card input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.password-reset-card input:disabled{background-color:#f5f5f5;cursor:not-allowed}.password-reset-card button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:all .3s}.password-reset-card button[type=submit]{background-color:#667eea;color:#fff}.password-reset-card button[type=submit]:hover:not(:disabled){background-color:#5568d3;box-shadow:0 4px 12px #667eea66}.password-reset-card button[type=submit]:disabled{background-color:#ccc;cursor:not-allowed}.back-button{background-color:#f0f0f0;color:#333;margin-top:10px}.back-button:hover{background-color:#e0e0e0}.error-message{background-color:#ffebee;color:#d32f2f}.error-message,.success-message{border-radius:4px;font-size:13px;padding:10px;text-align:center}.success-message{background-color:#e8f5e9;color:#388e3c}.success-container{padding:20px;text-align:center}.success-icon{animation:bounce .6s ease-out;font-size:48px;margin-bottom:15px}.success-container h3{color:#388e3c;margin-bottom:10px}.success-container p{color:#666;font-size:14px;margin-bottom:25px}.primary-button{background-color:#667eea;color:#fff}.primary-button:hover{background-color:#5568d3}@media (max-width:480px){.password-reset-card{padding:25px}.password-reset-card h2{font-size:20px}}.maintenance-overlay{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.maintenance-container{animation:slideUp .4s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:40px;text-align:center;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.maintenance-header{margin-bottom:30px}.maintenance-icon{animation:pulse 2s infinite;display:inline-block;font-size:60px;margin-bottom:15px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.maintenance-container h1{color:#333;font-size:28px;font-weight:700;margin:0}.maintenance-message{color:#666;font-size:16px;line-height:1.6;margin:25px 0}.maintenance-message p{margin:10px 0}.maintenance-timestamp{color:#999;font-size:13px;font-style:italic}.maintenance-details{background-color:#f5f7fa;border-left:4px solid #007bff;border-radius:6px;color:#555;font-size:14px;line-height:1.6;margin:20px 0;padding:15px;text-align:left}.maintenance-details p{margin:8px 0}.maintenance-debug{background-color:#f9f9f9;border:1px solid #ddd;border-radius:6px;color:#666;font-family:Courier New,monospace;font-size:12px;margin:15px 0;max-height:150px;overflow-y:auto;padding:12px;text-align:left}.maintenance-debug p{margin:6px 0;word-break:break-all}.maintenance-actions{display:flex;gap:12px;justify-content:center;margin:30px 0}.btn-details,.btn-retry{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .3s;white-space:nowrap}.btn-retry{background-color:#007bff;color:#fff;flex:1 1}.btn-retry:hover:not(:disabled){background-color:#0056b3;box-shadow:0 4px 12px #007bff4d;transform:translateY(-2px)}.btn-retry:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.btn-details{background-color:#f0f0f0;color:#333;flex:0 1 auto}.btn-details:hover{background-color:#e0e0e0}.maintenance-footer{border-top:1px solid #eee;margin-top:25px;padding-top:20px}.maintenance-status{color:#666;font-size:13px;font-weight:500;margin:0}@media (max-width:600px){.maintenance-overlay{padding:15px}.maintenance-container{padding:25px 20px}.maintenance-container h1{font-size:22px}.maintenance-icon{font-size:48px}.maintenance-message{font-size:15px}.maintenance-actions{flex-direction:column}.btn-details,.btn-retry{width:100%}.btn-details{flex:1 1}}@media (max-width:480px){.maintenance-container{padding:20px 15px}.maintenance-container h1{font-size:20px}.maintenance-icon{font-size:40px}.maintenance-details{font-size:13px;padding:12px}.btn-details,.btn-retry{font-size:13px;padding:10px 16px}}.loading-spinner-container{align-items:center;animation:fadeIn .3s ease-in;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:40px 20px}.loading-spinner-container.full-screen{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fffffff2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-spinner-container.full-screen.transparent{background:#fffc}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-spinner{display:inline-block;height:60px;position:relative;width:60px}.loading-spinner.small{height:40px;width:40px}.loading-spinner.medium{height:60px;width:60px}.loading-spinner.large{height:80px;width:80px}.spinner-ring{animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid #0000;border-radius:50%;border-top-color:#2196f3;box-sizing:border-box;display:block;height:100%;margin:0;position:absolute;width:100%}.loading-spinner.small .spinner-ring{border-width:3px}.loading-spinner.large .spinner-ring{border-width:5px}.spinner-ring:first-child{animation-delay:-.45s;border-color:#2196f3 #0000 #0000}.spinner-ring:nth-child(2){animation-delay:-.3s;border-color:#4caf50 #0000 #0000}.spinner-ring:nth-child(3){animation-delay:-.15s;border-color:#ff9800 #0000 #0000}.spinner-ring:nth-child(4){animation-delay:0s;border-color:#f44336 #0000 #0000}@keyframes spin{0%{opacity:1;transform:rotate(0deg)}to{opacity:1;transform:rotate(1turn)}}.loading-message{animation:pulse-text 1.5s ease-in-out infinite;color:#666;font-size:16px;font-weight:500;letter-spacing:.5px;margin:0}@keyframes pulse-text{0%,to{opacity:.8}50%{opacity:1}}.loading-dots{display:inline-block;height:20px;position:relative;width:80px}.loading-dots div{animation:bounce 1.4s ease-in-out infinite both;background:#2196f3;border-radius:50%;height:13px;position:absolute;top:8px;width:13px}.loading-dots div:first-child{animation-delay:-.32s;left:8px}.loading-dots div:nth-child(2){animation-delay:-.16s;left:32px}.loading-dots div:nth-child(3){animation-delay:0s;left:56px}@keyframes bounce{0%,80%,to{box-shadow:0 0 0 0 #2196f3b3;transform:scale(0)}40%{box-shadow:0 0 0 10px #2196f3b3;transform:scale(1)}}@media (max-width:600px){.loading-spinner-container{padding:30px 15px}.loading-spinner{height:50px;width:50px}.loading-spinner.small{height:35px;width:35px}.loading-message{font-size:14px}}
/*# sourceMappingURL=main.3dab7727.css.map*/