.cal-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.cal-header{justify-content:space-between;padding:16px 20px;border-bottom:2px solid #e5e7eb;flex-shrink:0;gap:12px;flex-wrap:wrap}.cal-header,.cal-header-left{display:flex;align-items:center}.cal-header-left{gap:10px}.cal-nav-btn{width:32px;height:32px;border-radius:50%;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.cal-nav-btn:hover{background:#f3f4f6;border-color:#9ca3af}.cal-title-group{display:flex;flex-direction:column;align-items:center;gap:2px}.cal-month-label{font-size:1.125rem;font-weight:700;color:#111827;line-height:1.2}.cal-year-picker{gap:6px}.cal-year-nav,.cal-year-picker{display:flex;align-items:center}.cal-year-nav{width:20px;height:20px;border:none;background:transparent;color:#6b7280;font-size:.75rem;cursor:pointer;justify-content:center;border-radius:4px;transition:background .15s}.cal-year-nav:hover{background:#f3f4f6;color:#111827}.cal-year-value{font-size:.8125rem;font-weight:600;color:#6b7280;min-width:36px;text-align:center}.cal-header-right{display:flex;align-items:center;gap:8px}.cal-view-toggle{display:flex;background:#f3f4f6;border-radius:8px;padding:3px;gap:2px}.cal-view-btn{padding:5px 12px;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;background:transparent;color:#6b7280;transition:all .15s ease;white-space:nowrap}.cal-view-btn.active{color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15)}.cal-view-btn:not(.active):hover{background:#e5e7eb;color:#374151}.cal-today-btn{padding:5px 14px;border:1.5px solid #d1d5db;border-radius:8px;background:transparent;color:#374151;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.cal-today-btn:hover{background:#f9fafb;border-color:#9ca3af}.cal-body{padding:16px 20px;overflow-y:auto}.cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px;margin-bottom:4px}.cal-weekday-header{text-align:center;font-size:.75rem;font-weight:700;color:#9ca3af;padding:6px 0;text-transform:uppercase;letter-spacing:.05em}.cal-grid-month{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px}.cal-day-cell{min-height:72px;border:1px solid #f3f4f6;border-radius:8px;padding:6px;cursor:pointer;transition:background .15s ease;display:flex;flex-direction:column;gap:4px;position:relative}.cal-day-cell:hover{background:#f9fafb}.cal-day-cell--today{border-width:2px}.cal-day-cell--other-month{opacity:.35}.cal-day-cell--past-locked{opacity:.45;cursor:not-allowed;background:#f9fafb}.cal-day-cell--past-locked:hover{background:#f9fafb}.cal-day-cell--past-editable{opacity:.75;cursor:pointer}.cal-day-cell--past-editable:hover{background:#f0fdf4;opacity:.9}.cal-day-number{font-size:.875rem;font-weight:600;color:#374151;line-height:1}.cal-day-cell--today .cal-day-number{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8125rem}.cal-day-top-row{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.cal-kebab-wrapper{position:relative;flex-shrink:0}.cal-kebab-btn{width:20px;height:20px;border:none;background:transparent;color:#9ca3af;font-size:1rem;line-height:1;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:0;visibility:hidden;opacity:0;transition:opacity .1s,background .1s}.cal-day-cell:hover .cal-kebab-btn{visibility:visible;opacity:1}.cal-kebab-btn:hover{background:#e5e7eb;color:#374151}.cal-kebab-dropdown{position:absolute;top:22px;right:0;z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.12);min-width:140px;padding:4px 0;display:flex;flex-direction:column}.cal-kebab-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;background:transparent;color:#374151;font-size:.8125rem;font-weight:500;cursor:pointer;text-align:left;width:100%;transition:background .1s}.cal-kebab-item:hover{background:#f9fafb}.cal-kebab-item--danger{color:#dc2626}.cal-kebab-item--danger:hover{background:#fef2f2}.cal-kebab-item-icon{font-size:.875rem;width:16px;text-align:center;color:#6b7280;flex-shrink:0}.cal-kebab-item--danger .cal-kebab-item-icon{color:#dc2626}.cal-picker{position:absolute;top:8px;left:50%;transform:translateX(-50%);z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.14);padding:14px;width:260px}.cal-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:6px}.cal-picker-nav{width:28px;height:28px;border-radius:50%;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .1s}.cal-picker-nav:hover{background:#f3f4f6}.cal-picker-controls{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1 1}.cal-picker-month-select{border:1px solid #d1d5db;border-radius:6px;padding:3px 6px;font-size:.8125rem;font-weight:600;color:#111827;background:#fff;cursor:pointer;width:100%}.cal-picker-year-group{display:flex;align-items:center;gap:6px}.cal-picker-year-val{font-size:.8125rem;font-weight:700;color:#374151;min-width:36px;text-align:center}.cal-picker-weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.cal-picker-weekday{text-align:center;font-size:.6875rem;font-weight:700;color:#9ca3af;padding:4px 0}.cal-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px}.cal-picker-cell{aspect-ratio:1;border:1px solid transparent;border-radius:50%;background:transparent;color:#374151;font-size:.75rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s}.cal-picker-cell:hover{background:#f3f4f6}.cal-picker-cell--other{opacity:.35}.cal-picker-cell--today{border-width:1.5px;font-weight:700}.cal-picker-cell--selected{font-weight:700}.cal-picker-go-today{display:block;width:100%;margin-top:10px;padding:6px;border:none;background:transparent;font-size:.8125rem;font-weight:600;cursor:pointer;text-align:center;border-radius:6px;transition:background .1s}.cal-picker-go-today:hover{background:#f3f4f6}.cal-progress-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:20px;font-size:.6875rem;font-weight:700;color:#fff;align-self:flex-start;letter-spacing:.02em}.cal-week-grid{display:flex;flex-direction:column;min-width:0}.cal-week-header{display:grid;grid-template-columns:56px repeat(7,1fr);grid-gap:2px;gap:2px;margin-bottom:2px;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:1}.cal-week-day-header{text-align:center;padding:8px 4px;border-radius:8px;background:#f9fafb}.cal-week-day-header--past{opacity:.5}.cal-week-day-name{font-size:.6875rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.cal-week-day-num{font-size:1rem;font-weight:700;color:#111827;margin-top:2px}.cal-week-day-header--today .cal-week-day-num{width:28px;height:28px;border-radius:50%;color:#fff;display:inline-flex;align-items:center;justify-content:center;margin:2px auto 0}.cal-week-day-progress{margin-top:4px;display:flex;justify-content:center}.cal-week-rows{display:grid;grid-template-columns:56px repeat(7,1fr);grid-gap:2px;gap:2px}.cal-time-label{font-size:.6875rem;color:#9ca3af;text-align:right;padding-right:8px;padding-top:2px;white-space:nowrap}.cal-time-slot{min-height:36px;border:1px solid #f3f4f6;border-radius:4px;cursor:pointer;transition:background .1s}.cal-time-slot:hover{background:#f9fafb}.cal-time-slot--past{background:#f9fafb;cursor:not-allowed;opacity:.5}.cal-time-slot--past:hover{background:#f9fafb}.cal-day-view{display:flex;flex-direction:column;gap:12px}.cal-day-view-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:8px}.cal-day-view-title{font-size:1rem;font-weight:700;color:#111827}.cal-past-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:.6875rem;font-weight:600;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.cal-past-badge--editable{background:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.cal-day-slots{display:grid;grid-template-columns:56px 1fr;grid-gap:2px;gap:2px}.cal-day-time-label{font-size:.6875rem;color:#9ca3af;text-align:right;padding-right:8px;padding-top:4px;white-space:nowrap}.cal-day-slot{min-height:40px;border:1px solid #f3f4f6;border-radius:6px;cursor:pointer;transition:background .1s}.cal-day-slot:hover{background:#f9fafb}.cal-day-slot--past{background:#f9fafb;cursor:not-allowed;opacity:.5}.cal-day-slot--past:hover{background:#f9fafb}.cal-day-empty{text-align:center;padding:24px 16px;color:#9ca3af;font-size:.875rem;font-style:italic}.cal-google-section{border-top:1px solid #e5e7eb;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.cal-google-label{font-size:.8125rem;font-weight:600;color:#6b7280}.cal-google-controls{display:flex;align-items:center;gap:10px}.cal-connect-btn{display:flex;align-items:center;gap:6px;padding:7px 16px;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s ease}.cal-connect-btn:hover:not(:disabled){border-color:#4b5563;background:#f9fafb}.cal-connect-btn:disabled{opacity:.6;cursor:not-allowed}.cal-connected-indicator{display:flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:#16a34a}.cal-sync-btn{padding:7px 14px;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;color:#fff;cursor:pointer;transition:opacity .15s}.cal-sync-btn:hover:not(:disabled){opacity:.88}.cal-sync-btn:disabled{opacity:.6;cursor:not-allowed}.cal-disconnect-btn{background:none;border:none;color:#9ca3af;font-size:.75rem;cursor:pointer;text-decoration:underline;padding:0}.cal-disconnect-btn:hover{color:#6b7280}.cal-eligibility-hint{font-size:.6875rem;color:#9ca3af;text-align:right}@media (max-width:640px){.cal-header{flex-direction:column;align-items:flex-start}.cal-header-right{width:100%;justify-content:space-between}.cal-day-cell{min-height:52px}.cal-day-number{font-size:.75rem}.cal-progress-badge{font-size:.5625rem;padding:1px 4px}}.da-container{padding:20px;max-width:1200px;margin:0 auto}.da-readonly-banner{background:#fef9c3;border:1px solid #fde68a;border-radius:6px;padding:8px 14px;margin-bottom:16px;font-size:.875rem;color:#92400e;text-align:center}.da-header{text-align:center;margin-bottom:32px}.da-title{margin-bottom:16px}.da-title-accent,.da-title-primary{font-family:var(--font-header);font-size:2.5rem;font-weight:700;letter-spacing:1px;line-height:1.2}.da-title-primary{color:var(--font-primary-color)}.da-title-accent{color:var(--primary-color);margin-left:8px}.da-description{font-size:1.125rem;color:#4b5563;max-width:600px;margin:0 auto;line-height:1.6}.da-actions-row{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:32px;flex-wrap:wrap}.da-action-btn{padding:10px 24px;font-size:.9375rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid #d1d5db;background-color:#fff;color:#374151;letter-spacing:.03em}.da-action-btn:hover{border-color:#9ca3af;background-color:#f9fafb}.da-action-btn--primary{border:none;color:#fff}.da-action-btn--primary:hover{opacity:.88}.da-content-area{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e5e7eb;padding:32px;min-height:320px}.da-date-nav-row{justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb;gap:12px;flex-wrap:wrap}.da-date-nav,.da-date-nav-row{display:flex;align-items:center}.da-date-nav{gap:10px}.da-date-arrow{width:32px;height:32px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#6b7280;padding:0;transition:border-color .15s,color .15s,background .15s;flex-shrink:0}.da-date-arrow:hover{border-color:#9ca3af;color:#1f2937;background:#f9fafb}.da-date-nav-label{position:relative;font-size:1rem;font-weight:700;color:#1f2937;min-width:220px;text-align:center;white-space:nowrap;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .15s}.da-date-nav-label:hover{background:#f3f4f6}.da-date-input-hidden{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer;border:none;padding:0;margin:0;pointer-events:none}.da-date-heading{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.da-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;text-align:center;gap:20px}.da-empty-icon{font-size:3rem;opacity:.3}.da-empty-text{font-size:1rem;color:#6b7280;max-width:380px;line-height:1.6;margin:0}.da-create-task-btn{padding:12px 28px;font-size:.9375rem;font-weight:600;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:opacity .2s ease;letter-spacing:.03em}.da-create-task-btn:hover{opacity:.88}@media (max-width:640px){.da-title-accent,.da-title-primary{font-size:1.75rem}.da-actions-row{flex-direction:column;align-items:stretch}.da-action-btn{text-align:center}.da-content-area{padding:20px}}.da-board{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:20px;gap:20px;margin-top:8px}.da-column{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;padding:16px;min-height:480px;min-width:0}.da-column-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.da-column--done .da-column-title{color:#16a34a;border-bottom-color:#bbf7d0}.da-column--drag-over{border-color:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.12);background:#f0fdf4}.da-section{margin-bottom:12px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.da-section--drag-over{border-color:var(--da-accent,#11ad88);box-shadow:0 0 0 3px rgba(17,173,136,.12)}.da-wins-body{padding:8px}.da-section-pair{display:flex;flex-direction:row;gap:8px;margin-bottom:0}.da-section-pair .da-section{flex:1 1;min-width:0;margin-bottom:0}.da-section-header{display:flex;align-items:flex-start;gap:8px;padding:9px 12px;background:#f9fafb;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;border:none;border-bottom:1px solid #f3f4f6;border-radius:0;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s ease}.da-section-header:hover{background:#f3f4f6}.da-section-chevron{font-size:.65rem;color:#9ca3af;margin-left:auto;flex-shrink:0;transition:color .15s;margin-top:2px}.da-section-header:hover .da-section-chevron{color:#6b7280}.da-section-icon{font-size:.8125rem;opacity:.55;flex-shrink:0;margin-top:2px}.da-section-label-group{display:flex;flex-direction:column;flex:1 1;min-width:0}.da-section-label{font-size:.8rem;font-weight:600;color:#374151;line-height:1.3}.da-section-subtitle{font-size:.72rem;font-style:italic;color:#6b7280;line-height:1.4;margin-top:1px}.da-section-count{font-size:.7rem;font-weight:700;color:#fff;border-radius:999px;padding:1px 7px;min-width:20px;text-align:center;flex-shrink:0}.da-task-list{padding:4px 0}.da-task{display:flex;align-items:center;gap:8px;padding:6px 10px;border-bottom:1px solid #f3f4f6;cursor:-webkit-grab;cursor:grab;transition:background .12s ease;min-height:36px}.da-task:last-child{border-bottom:none}.da-task:hover{background:#f9fafb}.da-task--done{background:#f0fdf4}.da-task--done:hover{background:#dcfce7}.da-task--dragging{opacity:.35;cursor:-webkit-grabbing;cursor:grabbing}.da-task--no-drag{cursor:default}.da-task--no-drag .da-task-checkbox-btn{opacity:.4;cursor:default}.da-task--placeholder{cursor:default}.da-task--placeholder:hover{background:transparent}.da-task-checkbox{width:17px;height:17px;border:2px solid #e5e7eb;border-radius:4px;flex-shrink:0;display:inline-block}.da-select--placeholder{color:#d1d5db;font-style:italic}.da-select--placeholder option:not([value=""]){color:#374151;font-style:normal}.da-task-checkbox-btn{width:17px;height:17px;border:2px solid #d1d5db;border-radius:4px;flex-shrink:0;cursor:pointer;background:#fff;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,border-color .15s;position:relative}.da-task-checkbox-btn:hover{border-color:#9ca3af}.da-task-checkmark{font-size:9px;color:#fff;pointer-events:none}.da-task-text{flex:1 1;font-size:.8125rem;color:#374151;line-height:1.4;cursor:text;word-break:break-word}.da-task--done .da-task-text{text-decoration:line-through;color:#9ca3af;cursor:default}.da-task-empty-hint{color:#d1d5db;font-style:italic;font-size:.8125rem}.da-task-input{flex:1 1;font-size:.8125rem;color:#374151;border:none;outline:none;background:transparent;padding:0;line-height:1.4;font-family:inherit}.da-task-input--editing{border-bottom:1px solid #d1d5db}.da-task-input::placeholder{color:#d1d5db;font-style:italic}.da-task-delete{opacity:0;width:20px;height:20px;flex-shrink:0;border:none;background:none;cursor:pointer;color:#ef4444;font-size:1rem;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .12s,background .12s;line-height:1}.da-task:hover .da-task-delete{opacity:1}.da-task-delete:hover{background:#fee2e2}.da-section-add-btn{display:block;width:100%;padding:7px 12px;text-align:left;border:none;background:none;font-size:.8rem;cursor:pointer;color:#9ca3af;transition:color .15s;font-family:inherit}.da-section-add-btn:hover{color:var(--da-accent,#11ad88)}.da-done-empty{display:flex;align-items:center;justify-content:center;height:200px;color:#d1d5db;font-size:.8125rem;text-align:center;border:2px dashed #e5e7eb;border-radius:8px;padding:16px}@media (max-width:900px){.da-board{grid-template-columns:1fr}}@media (max-width:640px){.da-date-nav-row{flex-direction:column;align-items:flex-start;gap:10px}.da-date-nav-label{min-width:0;font-size:.9rem}.da-section-pair{flex-direction:column}}.da-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.da-modal{background:#fff;border-radius:16px;width:100%;min-width:480px;max-width:580px;min-height:520px;max-height:82vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.18);overflow:hidden}.da-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #f3f4f6;gap:12px;flex-shrink:0}.da-modal-header-left{display:flex;align-items:center;gap:10px}.da-modal-title{font-size:1.5rem;font-weight:700;color:#111827}.da-modal-badge{font-size:.7rem;font-weight:700;color:#fff;border-radius:999px;padding:2px 8px}.da-modal-header-right{display:flex;align-items:center;gap:10px}.da-modal-date-row{display:flex;align-items:center;gap:6px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:5px 10px}.da-modal-date-icon{font-size:.8rem;color:#6b7280;flex-shrink:0}.da-modal-date-input{border:none;background:transparent;font-size:.8125rem;font-weight:600;color:#374151;outline:none;cursor:pointer;font-family:inherit}.da-modal-close{width:30px;height:30px;border:none;background:#f3f4f6;color:#6b7280;border-radius:50%;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .15s,color .15s;flex-shrink:0}.da-modal-close:hover{background:#fee2e2;color:#ef4444}.da-modal-nav-wrap{padding:10px 20px;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;flex-shrink:0;overflow:hidden;background:#fafafa}.da-modal-nav{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.da-modal-nav::-webkit-scrollbar{height:3px}.da-modal-nav::-webkit-scrollbar-track{background:transparent}.da-modal-nav::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}.da-modal-pill{display:flex;align-items:center;gap:3px;padding:3px 8px;border-radius:999px;border:1.5px solid #e5e7eb;background:#fff;cursor:pointer;white-space:nowrap;font-size:.7rem;font-weight:500;color:#9ca3af;transition:border-color .15s,color .15s,background .15s;flex-shrink:0}.da-modal-pill:hover{border-color:#d1d5db;color:#6b7280}.da-modal-pill--active{background:#6b7280!important;border-color:#6b7280!important;color:#fff!important;font-weight:600}.da-modal-pill--filled:not(.da-modal-pill--active){border-color:#d1fae5;color:#059669;background:#f0fdf4}.da-modal-pill-num{font-size:.7rem;font-weight:700;opacity:.75}.da-modal-pill-label{font-size:.7rem;max-width:68px;overflow:hidden;text-overflow:ellipsis}.da-modal-pill-check{font-size:.55rem}.da-modal-body{flex:1 1;overflow-y:auto;padding:20px}.da-modal-section-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.da-modal-section-icon{font-size:1rem}.da-modal-section-title{flex:1 1;font-size:.9375rem;font-weight:700;color:#111827}.da-modal-section-counter{font-size:.75rem;color:#9ca3af;font-weight:600;background:#f3f4f6;border-radius:999px;padding:2px 8px}.da-modal-section-hint{font-size:.75rem;color:#9ca3af;margin:0 0 14px 28px}.da-modal-task-list{display:flex;flex-direction:column;gap:8px;margin-top:14px;margin-bottom:10px}.da-modal-task-row{display:flex;align-items:center;gap:10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:9px 12px;transition:border-color .15s}.da-modal-task-row:focus-within{border-color:#9ca3af;background:#fff}.da-modal-task-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;flex-shrink:0;transition:background .15s}.da-modal-task-input{flex:1 1;border:none;background:transparent;font-size:.875rem;color:#374151;outline:none;font-family:inherit;padding:0}.da-modal-task-input::placeholder{color:#d1d5db}.da-modal-task-remove{width:20px;height:20px;border:none;background:none;cursor:pointer;color:#d1d5db;font-size:1rem;display:flex;align-items:center;justify-content:center;padding:0;border-radius:4px;flex-shrink:0;transition:color .12s,background .12s}.da-modal-task-remove:hover{color:#ef4444;background:#fee2e2}.da-modal-add-more{border:none;background:none;cursor:pointer;font-size:.8125rem;font-weight:600;padding:4px 0;font-family:inherit;transition:opacity .15s}.da-modal-add-more:hover{opacity:.75}.da-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 18px;border-top:1px solid #f3f4f6;gap:10px;flex-shrink:0}.da-modal-footer-left,.da-modal-footer-right{display:flex;align-items:center;gap:8px}.da-modal-btn{display:flex;align-items:center;gap:7px;padding:9px 18px;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;font-family:inherit;transition:opacity .15s,background .15s;border:none}.da-modal-btn--ghost{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.da-modal-btn--ghost:hover{background:#e5e7eb;color:#374151}.da-modal-btn--primary{color:#fff}.da-modal-btn--primary:hover{opacity:.88}.da-modal-btn--primary:disabled{opacity:.6;cursor:not-allowed}@media (max-width:600px){.da-modal{max-height:95vh;border-radius:12px}.da-modal-header{flex-wrap:wrap}.da-modal-pill-label{max-width:56px}}.da-sc-wrapper{align-items:flex-start;gap:8px;padding:6px 10px}.da-sc-checkbox{flex-shrink:0;align-self:center;margin-top:0}.da-sc-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:6px}.da-sc-row{display:flex;align-items:center;gap:6px;width:100%}.da-sc-platform{flex-shrink:0;width:110px;font-size:.8125rem;font-family:inherit;font-style:normal;padding:4px 6px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;outline:none;transition:border-color .15s}.da-sc-platform:focus{border-color:var(--da-accent,#11ad88)}.da-sc-person-wrap{position:relative;flex:1 1 160px;min-width:0}.da-sc-person{width:100%;font-size:.8125rem;font-family:inherit;font-style:normal;padding:4px 8px;border:1px solid #d1d5db;border-radius:6px;outline:none;background:#fff;color:#374151;transition:border-color .15s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.da-sc-person::placeholder{color:#d1d5db;font-style:italic}.da-sc-person:focus{border-color:var(--da-accent,#11ad88)}.da-sc-person--linked{padding-right:28px;border-color:#10b981;background:#f0fdf4}.da-sc-spinner{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:12px;height:12px;border:2px solid #e5e7eb;border-top-color:#9ca3af;border-radius:50%;animation:da-spin .6s linear infinite;pointer-events:none}@keyframes da-spin{to{transform:translateY(-50%) rotate(1turn)}}.da-sc-person-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:none;border:none;padding:2px;cursor:pointer;color:#9ca3af;font-size:.7rem;line-height:1}.da-sc-person-clear:hover{color:#ef4444}.da-sc-autocomplete{position:absolute;top:calc(100% + 2px);left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.12);list-style:none;margin:0;padding:4px 0;z-index:50;max-height:200px;overflow-y:auto}.da-sc-autocomplete li{padding:7px 12px;font-size:.8125rem;cursor:pointer;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .1s}.da-sc-autocomplete li:hover{background:#f3f4f6}.da-sc-autocomplete-sub{color:#9ca3af;font-size:.75rem}.da-sc-content{flex:2 1 200px;min-width:0}.da-sc-content--text{display:block;font-size:.8125rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.da-sc-notes-toggle{flex-shrink:0;background:none;border:none;padding:4px 6px;cursor:pointer;color:#9ca3af;font-size:.875rem;border-radius:6px;transition:color .15s,background .15s;line-height:1}.da-sc-notes-toggle:hover{color:#6b7280;background:#f3f4f6}.da-sc-notes-toggle--active{color:var(--da-accent,#11ad88)}.da-sc-notes{width:100%;font-size:.8125rem;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;resize:vertical;outline:none;color:#374151;background:#fafafa;font-family:inherit;line-height:1.5;transition:border-color .15s}.da-sc-notes:focus{border-color:var(--da-accent,#11ad88);background:#fff}.da-sc-notes-wrap{width:100%;display:flex;flex-direction:column;gap:2px}.da-sc-notes-count{align-self:flex-end;font-size:.7rem;color:#9ca3af;line-height:1}.da-sc-notes-count--warn{color:#f97316}.da-harp-person{flex:2 1 200px}.da-harp-category{width:130px}.da-task--done .da-sc-content,.da-task--done .da-sc-notes,.da-task--done .da-sc-person,.da-task--done .da-sc-platform{opacity:.6}@media (max-width:700px){.da-sc-row{flex-wrap:wrap}.da-sc-platform{width:100%;flex-basis:100%}.da-sc-content,.da-sc-person-wrap{flex:1 1 100%}.da-sc-wrapper{align-items:flex-start}}.da-sp-wrapper{align-items:flex-start;gap:8px;padding:6px 10px}.da-sp-checkbox{flex-shrink:0;align-self:center;margin-top:0}.da-sp-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.da-sp-row{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.da-sp-platform{flex-shrink:0;width:110px;font-size:.8125rem;font-family:inherit;font-style:normal;padding:4px 6px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;transition:border-color .15s}.da-sp-platform:focus{outline:none;border-color:var(--da-accent,#11ad88)}.da-sp-posttype{flex-shrink:0;width:120px;font-size:.8125rem;font-family:inherit;font-style:normal;padding:4px 6px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;transition:border-color .15s}.da-sp-posttype:focus{outline:none;border-color:var(--da-accent,#11ad88)}.da-sp-posttype:disabled{opacity:.45;cursor:not-allowed;background:#f9fafb}.da-sp-content{flex:1 1;min-width:0;max-width:200px}.da-sp-content--text{display:block;font-size:.8125rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.da-sp-notes-toggle{flex-shrink:0;background:none;border:none;padding:4px 6px;cursor:pointer;color:#9ca3af;font-size:.875rem;border-radius:6px;transition:color .15s,background .15s}.da-sp-notes-toggle:hover{background:#f0fdf4}.da-sp-notes-toggle--active,.da-sp-notes-toggle:hover{color:var(--da-accent,#11ad88)}.da-sp-notes-wrap{width:100%;display:flex;flex-direction:column;gap:2px}.da-sp-notes{width:100%;font-size:.8125rem;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;resize:vertical;color:#374151;background:#fafafa;font-family:inherit;transition:border-color .15s,background .15s}.da-sp-notes:focus{outline:none;border-color:var(--da-accent,#11ad88);background:#fff}.da-sp-notes-count{align-self:flex-end;font-size:.7rem;color:#9ca3af;line-height:1}.da-sp-notes-count--warn{color:#f97316}.da-task--done .da-sp-content,.da-task--done .da-sp-notes,.da-task--done .da-sp-platform,.da-task--done .da-sp-posttype{opacity:.6}@media (max-width:700px){.da-sp-row{flex-wrap:wrap}.da-sp-platform,.da-sp-posttype{width:100%;flex-basis:100%}.da-sp-content{flex:1 1 100%}.da-sp-wrapper{align-items:flex-start}}.da-date-nav-actions{gap:8px}.da-date-nav-actions,.da-settings-btn{display:flex;align-items:center;flex-shrink:0}.da-settings-btn{width:38px;height:38px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;justify-content:center;font-size:.875rem;color:#6b7280;padding:0;transition:border-color .15s,color .15s,background .15s}.da-settings-btn:hover{border-color:#9ca3af;color:#374151;background:#f9fafb}.da-settings-modal-hint{font-size:.8125rem;color:#6b7280;margin-bottom:16px;line-height:1.5}.da-settings-modal-body{flex:1 1;overflow-y:auto;padding:20px}.da-settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f3f4f6}.da-settings-row:last-child{border-bottom:none}.da-settings-row-label{font-size:.875rem;color:#374151;font-weight:500}.da-settings-row-input{width:64px;padding:5px 8px;font-size:.875rem;font-family:inherit;font-weight:600;color:#374151;border:1px solid #d1d5db;border-radius:6px;text-align:center;outline:none;transition:border-color .15s;flex-shrink:0}.da-settings-row-input:focus{border-color:#9ca3af}.coupon-card{margin-bottom:20px}.coupon-card--waiver{border:2px solid #4caf50;background-color:#f1f8e9}.coupon-card--discount,.coupon-card--stripe{border:2px solid #2196f3;background-color:#e3f2fd}.coupon-card--default{border:2px solid #ff9800;background-color:#fff3e0}.coupon-card--application{margin-bottom:20px}.coupon-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.coupon-header--application{margin-bottom:15px}.coupon-icon{font-size:20px}.coupon-icon--waiver{color:#4caf50}.coupon-icon--discount,.coupon-icon--stripe{color:#2196f3}.coupon-icon--default{color:#ff9800}.coupon-title{font-weight:700;margin:0}.coupon-content{font-size:14px}.coupon-description{font-size:14px;margin-bottom:15px}.coupon-detail{margin:5px 0}.coupon-detail--permanent{color:#4caf50;font-weight:700}.coupon-remove-btn{background-color:#ff9800;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;font-weight:500;margin-top:15px}.coupon-remove-btn:hover{background-color:#f57c00}.coupon-warning{margin-top:15px;padding:10px;background-color:#fff3e0;border:1px solid #ff9800;border-radius:4px;font-size:14px}.coupon-warning-header{display:flex;align-items:center;gap:8px;color:#ef6c00;margin-bottom:10px}.coupon-warning-text{margin:5px 0 10px;color:#bf360c}.coupon-form-row{display:flex;gap:10px;align-items:flex-start}.coupon-input-container{flex:1 1;position:relative}.coupon-input{width:100%;padding:10px;border-radius:4px;font-size:14px;text-transform:uppercase;background-color:#fff;cursor:text}.coupon-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.coupon-input-status{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px}.coupon-input-status--validating{color:#666}.coupon-input-status--valid{color:#4caf50}.coupon-input-status--invalid{color:#f44336}.coupon-apply-btn{border:none;padding:10px 20px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer}.coupon-apply-btn:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.coupon-alert{padding:10px;border-radius:4px;margin:10px 0;font-size:14px}.coupon-alert--success{background:#d4edda;color:#155724}.coupon-alert--error{background:#f8d7da;color:#721c24}.coupon-validation-preview{margin-top:15px;padding:10px;background-color:#e8f5e8;border:1px solid #4caf50;border-radius:4px;font-size:14px}.coupon-validation-title{color:#2e7d32;font-weight:700;margin-bottom:5px}.coupon-validation-description{color:#1b5e20}.invitation-status-modal{background-color:#fff;padding:30px;border-radius:12px;width:95%;max-width:1200px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalContentSlideIn .3s ease-out}.invitation-status-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #e0e0e0;padding-bottom:10px;flex-wrap:wrap}.invitation-status-tab{padding:10px 20px;border:2px solid transparent;border-radius:8px 8px 0 0;background:transparent;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;display:flex;align-items:center;gap:8px}.invitation-status-tab:hover{background-color:rgba(0,0,0,.05)}.invitation-status-tab.active{border-bottom-color:transparent}.invitation-count-badge{background-color:hsla(0,0%,100%,.3);padding:2px 8px;border-radius:12px;font-size:12px;font-weight:700}.invitation-status-table-wrapper{overflow-x:auto;margin-bottom:20px}.invitation-status-table{width:100%;border-collapse:collapse;min-width:900px}.invitation-status-table thead th{background-color:#f8f9fa;padding:15px 12px;text-align:left;font-weight:600;border-bottom:2px solid #e0e0e0;white-space:nowrap;text-align:center}.invitation-status-row{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.invitation-status-row:hover{background-color:#f8f9fa}.invitation-status-table td{padding:15px 12px;vertical-align:middle;text-align:center}.invitation-status-badge{padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;text-transform:capitalize;white-space:nowrap}.invitation-status--pending{background-color:#fff3e0;color:#f57c00}.invitation-status--accepted{background-color:#e8f5e9;color:#2e7d32}.invitation-status--declined{background-color:#ffebee;color:#c62828}.invitation-status--expired{background-color:#f5f5f5;color:#616161}.invitation-status--cancelled{background-color:#f5f5f5;color:#757575}.invitation-role-badge{background-color:#e3f2fd;color:#1565c0;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.invitation-actions{gap:6px}.invitation-action-btn,.invitation-actions{display:flex;justify-content:center;align-items:center}.invitation-action-btn{background:none;border:1px solid transparent;cursor:pointer;padding:8px 12px;border-radius:6px;font-size:14px;transition:all .2s ease;min-width:36px;height:36px}.invitation-action-btn:hover{transform:scale(1.05)}.invitation-action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.invitation-action-btn--resend{color:#2196f3;background-color:#e3f2fd;border-color:#2196f3}.invitation-action-btn--resend:hover:not(:disabled){background-color:#bbdefb;border-color:#1976d2;color:#1976d2}.invitation-action-btn--cancel{color:#ff9800;background-color:#fff3e0;border-color:#ff9800}.invitation-action-btn--cancel:hover:not(:disabled){background-color:#ffe0b2;border-color:#f57c00;color:#f57c00}.invitation-action-btn--delete{color:#dc3545;background-color:#f8d7da;border-color:#dc3545}.invitation-action-btn--delete:hover:not(:disabled){background-color:#f1b0b7;border-color:#c82333;color:#c82333;transform:scale(1.05)}.invitation-action-btn--delete:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff;cursor:not-allowed;opacity:.6;transform:none}.invitation-actions .processing-indicator{color:#6c757d;font-size:12px;font-style:italic;margin-left:8px}.invitation-status-empty{text-align:center;padding:60px 20px;color:#666}.invitation-status-empty p{margin:0;font-size:16px;font-style:italic}.invitation-status-loading{display:flex;justify-content:center;align-items:center;padding:60px 20px}.invitation-status-spinner{border:4px solid #f3f3f3;border-top-color:#2196f3;border-radius:50%;width:40px;height:40px;animation:invitationSpinnerRotate 1s linear infinite}.invitation-status-table-wrapper::-webkit-scrollbar{height:8px}.invitation-status-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.invitation-status-table-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.invitation-status-table-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.brokerage-mgmt-modal-close-btn:focus,.invitation-action-btn:focus,.invitation-status-tab:focus{outline:2px solid #2196f3;outline-offset:2px}.brokerage-mgmt-modal-close-btn:focus:not(:focus-visible),.invitation-action-btn:focus:not(:focus-visible),.invitation-status-tab:focus:not(:focus-visible){outline:none}.brokerage-mgmt-header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.brokerage-mgmt-add-account-btn{position:relative;white-space:nowrap}.brokerage-mgmt-add-account-btn:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.brokerage-header-notification-badge{position:absolute;top:-8px;right:-8px;background-color:#ff9800;color:#fff;border-radius:50%;min-width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;padding:2px 6px;box-shadow:0 2px 8px rgba(0,0,0,.3);z-index:10;animation:headerBadgePulse 2s infinite;pointer-events:none}.brokerage-mgmt-add-account-btn:focus{outline:2px solid #2196f3;outline-offset:2px}.brokerage-mgmt-add-account-btn:focus:not(:focus-visible){outline:none}@keyframes headerBadgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes invitationSpinnerRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.invitation-status-modal{width:98%;padding:20px;max-height:95vh}.invitation-status-tabs{flex-direction:column;gap:5px}.invitation-status-tab{border-radius:8px;justify-content:space-between}.invitation-status-table{font-size:12px}.invitation-status-table td,.invitation-status-table thead th{padding:10px 8px}.invitation-status-badge{padding:4px 8px;font-size:10px}.invitation-role-badge{padding:3px 8px;font-size:10px}.invitation-action-btn{padding:6px 10px;font-size:12px;min-width:32px;height:32px}.invitation-actions{gap:4px}.brokerage-mgmt-header{flex-direction:column;align-items:stretch;gap:20px}.brokerage-mgmt-header-actions{width:100%;justify-content:stretch}.brokerage-mgmt-add-account-btn{flex:1 1;justify-content:center}.brokerage-header-notification-badge{top:-6px;right:-6px;min-width:20px;height:20px;font-size:10px}}@media (max-width:480px){.invitation-status-modal{padding:15px}.invitation-status-table{font-size:11px;min-width:800px}.invitation-status-table td,.invitation-status-table thead th{padding:8px 6px}.invitation-action-btn{padding:4px 6px;min-width:28px;height:28px}.brokerage-mgmt-header-actions{flex-direction:column;gap:10px}.brokerage-mgmt-add-account-btn{width:100%}.brokerage-header-notification-badge{top:-4px;right:-4px;min-width:18px;height:18px;font-size:9px}}@media (prefers-reduced-motion:reduce){.invitation-status-modal{animation:none}.invitation-action-btn,.invitation-status-row,.invitation-status-tab{transition:none}.invitation-status-spinner{animation:invitationSpinnerRotate 2s linear infinite}.brokerage-header-notification-badge{animation:none}.brokerage-mgmt-add-account-btn:hover,.invitation-action-btn:hover{transform:none}}@media (prefers-contrast:high){.invitation-role-badge,.invitation-status-badge{border:2px solid}.invitation-status-table thead th{border-bottom:3px solid #000}.invitation-status-row{border-bottom:2px solid #000}.brokerage-header-notification-badge{border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.5)}.invitation-action-btn{border-width:2px}}@media (prefers-color-scheme:dark){.invitation-status-modal{background-color:#1e1e1e;color:#e0e0e0}.invitation-status-tabs{border-bottom-color:#444}.invitation-status-tab:hover{background-color:hsla(0,0%,100%,.1)}.invitation-status-table thead th{background-color:#2a2a2a;border-bottom-color:#444}.invitation-status-row{border-bottom-color:#444}.invitation-status-row:hover{background-color:#2a2a2a}.invitation-status-empty{color:#999}.invitation-status--pending{background-color:rgba(255,152,0,.2);color:#ffb74d}.invitation-status--accepted{background-color:rgba(76,175,80,.2);color:#81c784}.invitation-status--declined{background-color:rgba(244,67,54,.2);color:#e57373}.invitation-status--expired{background-color:hsla(0,0%,62%,.2);color:#bdbdbd}.invitation-status--cancelled{background-color:hsla(0,0%,46%,.2);color:#a0a0a0}.invitation-action-btn--resend,.invitation-role-badge{background-color:rgba(33,150,243,.2);color:#64b5f6}.invitation-action-btn--resend{border-color:#64b5f6}.invitation-action-btn--resend:hover:not(:disabled){background-color:rgba(33,150,243,.3)}.invitation-action-btn--cancel{background-color:rgba(255,152,0,.2);border-color:#ffb74d;color:#ffb74d}.invitation-action-btn--cancel:hover:not(:disabled){background-color:rgba(255,152,0,.3)}.invitation-action-btn--delete{background-color:rgba(244,67,54,.2);border-color:#e57373;color:#e57373}.invitation-action-btn--delete:hover:not(:disabled){background-color:rgba(244,67,54,.3);color:#ef5350}.invitation-status-table-wrapper::-webkit-scrollbar-track{background:#2a2a2a}.invitation-status-table-wrapper::-webkit-scrollbar-thumb{background:#555}.invitation-status-table-wrapper::-webkit-scrollbar-thumb:hover{background:#777}}@media print{.invitation-status-modal{box-shadow:none;max-height:none;overflow:visible}.invitation-action-btn,.invitation-status-tabs{display:none}.brokerage-mgmt-modal-header{border-bottom:2px solid #000}.brokerage-mgmt-modal-actions{display:none}}.brokerage-mgmt-container{padding:20px;max-width:1200px;margin:0 auto}.mda-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px;overflow-y:auto}.mda-modal{background:var(--background-color,#fff);border-radius:12px;width:100%;max-width:1100px;display:flex;flex-direction:column;min-height:0}.mda-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.mda-modal-title{font-size:1rem;font-weight:600;color:var(--font-primary-color,#111)}.mda-close-btn{background:none;border:none;cursor:pointer;color:#6b7280;font-size:1.1rem;padding:4px 8px;border-radius:4px;transition:background .15s}.mda-close-btn:hover{background:#f3f4f6;color:#111}.mda-modal-body{padding:0;overflow-y:auto;max-height:calc(100vh - 120px)}.brokerage-mgmt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}.brokerage-mgmt-title{margin:0;font-size:2rem;font-weight:700}.brokerage-mgmt-subtitle{margin:5px 0 0;opacity:.8}.brokerage-mgmt-add-account-btn{display:flex;align-items:center;gap:8px;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.brokerage-mgmt-add-account-btn:hover{transform:translateY(-1px)}.brokerage-mgmt-accounts-table-container{background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden}.brokerage-mgmt-table-header{padding:20px;border-bottom:1px solid #eee;background-color:#f8f9fa;display:flex;justify-content:space-between;align-items:center}.brokerage-mgmt-table-title{margin:0;font-size:1.3rem}.brokerage-mgmt-table-info{font-size:14px;opacity:.7}.brokerage-mgmt-table-wrapper{overflow-x:auto}.brokerage-mgmt-accounts-table{width:100%;border-collapse:collapse}.brokerage-mgmt-table-header-row{background-color:#f8f9fa}.brokerage-mgmt-table-header-cell{padding:15px;text-align:left;border-bottom:1px solid #eee;font-weight:600}.brokerage-mgmt-table-header-cell--right{text-align:right}.brokerage-mgmt-table-header-cell--center{text-align:center}.brokerage-mgmt-table-row{border-bottom:1px solid #eee;transition:background-color .2s ease}.brokerage-mgmt-table-row:hover{background-color:#f8f9fa}.brokerage-mgmt-table-cell--right{text-align:right;font-weight:600}.brokerage-mgmt-header-cell--center,.brokerage-mgmt-table-cell--center{text-align:center}.brokerage-mgmt-loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#0e8a6c;border-radius:50%;animation:brokerage-mgmt-spin 1s linear infinite}.brokerage-mgmt-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:modalOverlayFadeIn .2s ease-out}@keyframes modalOverlayFadeIn{0%{opacity:0}to{opacity:1}}.brokerage-mgmt-modal-content{background-color:#fff;padding:30px;border-radius:12px;width:90%;max-width:500px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalContentSlideIn .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes modalContentSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.brokerage-mgmt-modal-content--billing-details{max-width:700px;padding:35px}.brokerage-mgmt-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.brokerage-mgmt-modal-title{margin:0;font-size:1.5rem;font-weight:600}.brokerage-mgmt-modal-close-btn{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border:2px solid #000}.brokerage-mgmt-modal-close-btn:hover{background-color:#f5f5f5;transform:scale(1.1)}.brokerage-mgmt-error-message{background-color:#f8d7da;color:#721c24;padding:10px;border-radius:4px;margin-bottom:20px;border:1px solid #f5c6cb}.brokerage-mgmt-success-message{background:#d4edda;color:#155724;padding:12px 16px;border-radius:6px;margin:15px 0;border:1px solid #c3e6cb;animation:successMessageSlideIn .3s ease-out}@keyframes successMessageSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.brokerage-mgmt-form-group{margin-bottom:20px}.brokerage-mgmt-form-label{display:block;margin-bottom:5px;font-weight:600}.brokerage-mgmt-form-input,.brokerage-mgmt-form-select{width:100%;padding:12px;border:2px solid #e1e5e9;border-radius:6px;font-size:16px;transition:border-color .2s ease,box-shadow .2s ease}.brokerage-mgmt-form-input:focus,.brokerage-mgmt-form-select:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 3px rgba(66,133,244,.1)}.brokerage-mgmt-form-input:disabled,.brokerage-mgmt-form-select:disabled{opacity:.7;background-color:#f8f9fa}.brokerage-mgmt-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:30px}.brokerage-mgmt-form-btn{padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;font-weight:500;transition:all .2s ease;min-width:120px}.brokerage-mgmt-form-btn:disabled{cursor:not-allowed;opacity:.7}.brokerage-mgmt-form-btn--cancel{border:2px solid #6c757d;background-color:#fff;color:#6c757d}.brokerage-mgmt-form-btn--cancel:hover:not(:disabled){background-color:#6c757d;color:#fff}.brokerage-mgmt-form-btn--submit{border:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.brokerage-mgmt-form-btn--submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.brokerage-mgmt-billing-details-content{margin:20px 0}.brokerage-mgmt-billing-summary{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px}.brokerage-mgmt-billing-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.brokerage-mgmt-billing-item:last-child{border-bottom:none}.brokerage-mgmt-billing-item.brokerage-mgmt-billing-total{padding-top:15px;margin-top:10px;border-top:2px solid #dee2e6;font-size:1.1em}.brokerage-mgmt-billing-label{color:#495057;font-weight:500}.brokerage-mgmt-billing-value{color:#212529;font-weight:600;font-size:1.05em}.brokerage-mgmt-billing-notes{background:#e8f4fd;padding:20px;border-radius:8px;border-left:4px solid #007bff}.brokerage-mgmt-billing-notes h4{margin:0 0 15px;color:#0056b3;font-size:1.1em}.brokerage-mgmt-billing-notes ul{margin:0;padding-left:20px;line-height:1.6;list-style-type:disc}.brokerage-mgmt-billing-notes li{margin-bottom:2px;list-style:disc}.brokerage-mgmt-billing-section h3{font-size:1.4rem;font-weight:600}.brokerage-mgmt-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef}.brokerage-mgmt-page-btn:hover:not(.brokerage-mgmt-page-btn--active){background-color:rgba(0,0,0,.05)}.brokerage-mgmt-billing-details-btn{background:transparent;border:none;cursor:pointer;padding:6px 12px;border-radius:4px;transition:all .2s ease;margin-top:8px;font-size:12px;font-weight:500;display:flex;align-items:center;gap:5px}.brokerage-mgmt-billing-details-btn:hover{background-color:rgba(0,0,0,.08);transform:translateY(-1px)}.brokerage-mgmt-user-status{padding:8px 12px;border-radius:6px;margin:8px 0;font-size:12px;font-weight:500}.brokerage-mgmt-user-status p{margin:0;font-size:.9rem}.brokerage-mgmt-user-status--existing{background:#e3f2fd;border:1px solid #2196f3}.brokerage-mgmt-user-status--restricted{background:#ffebee;border:1px solid #f44336}.brokerage-mgmt-user-status--new{background:#fff3cd;border:1px solid #ffc107}.brokerage-mgmt-user-status--existing p{color:#1565c0}.brokerage-mgmt-user-status--new p{color:#856404}.brokerage-mgmt-user-status--restricted p{color:#c62828}.brokerage-mgmt-upgrade-indicator{font-size:11px;color:#ff9800;font-style:italic;display:block;margin-top:4px}.brokerage-mgmt-billing-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.brokerage-mgmt-billing-badge--prorated{background-color:#e8f5e8;color:#2e7d2e}.brokerage-mgmt-billing-badge--upgrade{background-color:#fff3cd;color:#856404}.brokerage-mgmt-billing-badge--standard{background-color:#e3f2fd;color:#1565c0}.brokerage-mgmt-billing-secondary{font-size:12px;color:#666;margin-top:2px}.brokerage-mgmt-billing-tertiary{font-size:10px;color:#999;margin-top:2px}.brokerage-mgmt-charge-status{font-weight:700}.brokerage-mgmt-charge-status--charged{color:#4caf50}.brokerage-mgmt-charge-status--failed{color:#f44336}.brokerage-mgmt-charge-status--pending{color:#ff9800}.brokerage-mgmt-charge-info{font-size:11px;color:#666}.brokerage-mgmt-charge-info span{font-size:12px}.brokerage-mgmt-charge-waived{color:#28a745;font-weight:600;font-size:12px}.brokerage-mgmt-charge-discounted{color:#17a2b8;font-weight:600}.brokerage-mgmt-charge-paid{color:#28a745;font-weight:600}.brokerage-mgmt-charge-pending-discount{color:#ffc107;font-weight:500}.brokerage-mgmt-waiver-note{color:#28a745;font-size:11px;font-style:italic}.brokerage-mgmt-discount-note{color:#17a2b8;font-size:11px;font-style:italic}.brokerage-mgmt-retry-btn{background:none;border:none;color:#2196f3;cursor:pointer;text-decoration:underline;font-size:11px;margin-left:4px;transition:color .2s ease}.brokerage-mgmt-retry-btn:hover{color:#1976d2}.brokerage-mgmt-no-charges{color:#4caf50;font-size:12px}.brokerage-mgmt-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-bottom:30px}.brokerage-mgmt-stat-card{background:hsla(0,0%,100%,.02);border:1px solid rgba(0,0,0,.125);padding:20px;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.brokerage-mgmt-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.brokerage-mgmt-stat-title{font-size:14px;opacity:.8}.brokerage-mgmt-stat-value{font-size:28px;font-weight:700;margin:0}.brokerage-mgmt-stat-value-secondary{font-size:16px;font-weight:600;margin:0}.brokerage-mgmt-stat-subtitle{margin:5px 0 0;font-size:11px;opacity:.8}.brokerage-mgmt-waived-card{border:2px solid #4caf50;background-color:#f8fff8}.brokerage-mgmt-waived-indicator{font-size:12px;color:#4caf50;margin-top:5px;font-weight:700}.brokerage-mgmt-savings-info{font-size:12px;color:#666;margin-top:5px}.brokerage-mgmt-expiry-info{font-size:11px;color:#f57c00;margin-top:3px;font-style:italic}.brokerage-mgmt-table-cell{padding:15px 12px;vertical-align:middle}.brokerage-mgmt-table-cell:first-child{padding-left:20px}.brokerage-mgmt-table-cell:last-child{padding-right:20px}.brokerage-mgmt-role-badge{padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.brokerage-mgmt-role-badge--broker{background-color:#e8f5e8;color:#2e7d2e}.brokerage-mgmt-role-badge--agent{background-color:#e3f2fd;color:#1565c0}.brokerage-mgmt-view-da-btn{background:#10b981;border:none;color:#fff;padding:8px 10px;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:12px}.brokerage-mgmt-view-da-btn:hover{background:#059669;transform:scale(1.05)}.brokerage-mgmt-remove-btn{background:#ff5252;border:none;color:#fff;padding:8px 10px;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:12px}.brokerage-mgmt-remove-btn:hover{background:#d32f2f;transform:scale(1.05)}.brokerage-mgmt-loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.brokerage-mgmt-loading-container p{margin-bottom:0;margin-left:20px}.brokerage-mgmt-empty-state{text-align:center;padding:40px 20px;color:#666;font-style:italic}.brokerage-mgmt-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-block:30px;flex-wrap:wrap}.brokerage-mgmt-pagination-btn{background:none;border:1px solid #ddd;padding:8px 16px;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:14px}.brokerage-mgmt-pagination-btn:hover:not(:disabled){background-color:rgba(0,0,0,.05)}.brokerage-mgmt-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.brokerage-mgmt-pagination-numbers{display:flex;gap:5px}.brokerage-mgmt-page-btn{background:none;border:1px solid #ddd;padding:8px 12px;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:14px;min-width:40px}.brokerage-mgmt-page-btn--active{font-weight:600}.brokerage-mgmt-page-btn:hover{background-color:rgba(0,0,0,.05)}.brokerage-mgmt-modal-content--confirm{max-width:450px}.brokerage-mgmt-confirmation-content{text-align:center}.brokerage-mgmt-confirmation-content p{margin:0;line-height:1.5;font-size:16px}.brokerage-mgmt-form-btn--confirm{background-color:#dc3545;color:#fff;border:none}.brokerage-mgmt-form-btn--confirm:hover:not(:disabled){background-color:#c82333;transform:translateY(-1px);box-shadow:0 4px 8px rgba(220,53,69,.3)}.brokerage-mgmt-notification{background:#fff;border-radius:12px;padding:20px;min-width:300px;max-width:500px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:notificationSlideIn .3s ease-out;border-left:5px solid}@keyframes notificationSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.brokerage-mgmt-notification--success{border-left-color:#28a745;background:linear-gradient(135deg,#d4edda,#fff)}.brokerage-mgmt-notification--error{border-left-color:#dc3545;background:linear-gradient(135deg,#f8d7da,#fff)}.brokerage-mgmt-notification--warning{border-left-color:#ffc107;background:linear-gradient(135deg,#fff3cd,#fff)}.brokerage-mgmt-notification--info{border-left-color:#17a2b8;background:linear-gradient(135deg,#d1ecf1,#fff)}.brokerage-mgmt-notification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.brokerage-mgmt-notification-icon{font-size:24px;font-weight:700}.brokerage-mgmt-notification--success .brokerage-mgmt-notification-icon{color:#28a745}.brokerage-mgmt-notification--error .brokerage-mgmt-notification-icon{color:#dc3545}.brokerage-mgmt-notification--warning .brokerage-mgmt-notification-icon{color:#ffc107}.brokerage-mgmt-notification--info .brokerage-mgmt-notification-icon{color:#17a2b8}.brokerage-mgmt-notification-content{padding-right:30px}.brokerage-mgmt-notification-content p{margin:0;font-size:16px;line-height:1.4;color:#333}@media (max-width:768px){.brokerage-mgmt-container{padding:15px}.brokerage-mgmt-header{flex-direction:column;align-items:stretch;gap:20px}.brokerage-mgmt-table-wrapper{overflow-x:scroll}.brokerage-mgmt-modal-content{width:95%;padding:20px}.brokerage-mgmt-modal-content--billing-details{max-width:95%;padding:25px}.brokerage-mgmt-form-actions,.brokerage-mgmt-modal-actions{flex-direction:column}.brokerage-mgmt-form-btn{width:100%}.brokerage-mgmt-stats-grid{grid-template-columns:1fr;gap:15px}.brokerage-mgmt-billing-grid{grid-template-columns:1fr}.brokerage-mgmt-stat-card{padding:15px}.brokerage-mgmt-stat-value{font-size:24px}.brokerage-mgmt-billing-item{flex-direction:column;align-items:flex-start;gap:5px}.brokerage-mgmt-modal-header{flex-direction:column;align-items:flex-start;gap:15px}.brokerage-mgmt-modal-close-btn{align-self:flex-end}}.brokerage-mgmt-charge-info{font-size:.8em;color:#6c757d;margin-top:2px}.brokerage-mgmt-charge-icon{margin-right:4px}.brokerage-mgmt-polling-indicator{position:fixed;top:20px;right:20px;background:rgba(17,173,136,.9);color:#fff;padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.brokerage-mgmt-polling-spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:brokerage-mgmt-spin 1s linear infinite}@keyframes brokerage-mgmt-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.brokerage-mgmt-polling-indicator{animation:brokerage-mgmt-fade-in .3s ease-in-out}@keyframes brokerage-mgmt-fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.course-player-container{border-radius:8px;overflow:hidden;position:relative;max-width:100%;border:none;display:flex;flex-direction:column;min-height:100vh;background:#1c1d1f;box-shadow:0 4px 24px rgba(0,0,0,.15)}.course-player-fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;border-radius:0;background:#000}.course-player-no-video-layout{background:#fff;min-height:100vh}.course-player-no-video-layout .course-player-lesson-header{padding-top:40px}.course-player-content-wrapper{flex:1 1;display:flex;flex-direction:column}.course-player-video-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;background:linear-gradient(135deg,#1c1d1f,#0f0f0f)}.course-player-fullscreen .course-player-video-wrapper{height:100vh;padding-bottom:0}.course-player-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:#000;cursor:pointer}.course-player-no-lesson{display:flex;align-items:center;justify-content:center;height:400px;background:linear-gradient(135deg,#1c1d1f,#2d2f31);color:#fff;font-size:1.25rem;font-weight:500}.course-player-error,.course-player-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:9;background:rgba(28,29,31,.95);padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1)}.course-player-loading p{color:#fff;margin:0}.course-player-spinner{width:40px;height:40px;border:3px solid hsla(0,0%,75%,.3);border-top-color:#11ad88;border-radius:50%;animation:course-player-spin 1s linear infinite;margin-bottom:1.5rem}@keyframes course-player-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.course-player-error{background:rgba(239,68,68,.9);border:1px solid #ef4444}.course-player-error p{margin:0 0 1.5rem;font-size:1.125rem;color:#fff;text-align:center}.course-player-retry-btn{background:#11ad88;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:.9375rem;font-weight:600;transition:all .2s ease}.course-player-retry-btn:hover{background:#0f9670;transform:translateY(-2px);box-shadow:0 4px 12px rgba(17,173,136,.3)}.course-player-controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.6) 50%,transparent);opacity:0;transition:opacity .3s ease;z-index:20;padding-top:60px}.course-player-controls-visible{opacity:1}.course-player-controls-overlay{display:flex;align-items:center;padding:16px 20px;gap:16px;min-height:60px}.course-player-play-btn{background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.2);color:#fff;font-size:1.5rem;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease;width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.course-player-play-btn:hover{background:rgba(17,173,136,.8);border-color:#11ad88;transform:scale(1.05);box-shadow:0 0 20px rgba(17,173,136,.4)}.course-player-play-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.course-player-progress-container{flex:1 1;display:flex;align-items:center;gap:16px;min-width:0}.course-player-progress-bar{flex:1 1;height:6px;background:hsla(0,0%,100%,.2);border-radius:3px;cursor:pointer;position:relative;min-width:120px;transition:height .2s ease}.course-player-progress-bar:hover{height:8px}.course-player-progress-fill{height:100%;background:linear-gradient(90deg,#11ad88,#87e4ce);border-radius:3px;transition:width .1s ease;position:relative}.course-player-progress-fill:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.3);opacity:0;transition:opacity .2s ease}.course-player-progress-bar:hover .course-player-progress-fill:after{opacity:1}.course-player-time-display{display:flex;align-items:center;gap:6px;color:#fff;font-size:.875rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;white-space:nowrap;width:100px;justify-content:center;flex-shrink:0}.course-player-time-display span{color:hsla(0,0%,100%,.9)}.course-player-volume-container{display:flex;align-items:center;gap:12px;width:160px;flex-shrink:0}.course-player-volume-icon{color:#fff;font-size:1.125rem;width:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:4px;border-radius:4px}.course-player-volume-icon:hover{color:#87e4ce;background:hsla(0,0%,100%,.1)}.course-player-volume-slider{flex:1 1;height:6px;background:hsla(0,0%,100%,.2);border-radius:3px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.course-player-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.3)}.course-player-volume-slider::-webkit-slider-thumb:hover{transform:scale(1.2);background:#87e4ce}.course-player-volume-slider::-moz-range-thumb{width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer;border:none;-moz-transition:all .2s ease;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.3)}.course-player-volume-slider::-moz-range-thumb:hover{transform:scale(1.2);background:#87e4ce}.course-player-fullscreen-btn{background:hsla(0,0%,100%,.1);border:none;color:#fff;font-size:1.25rem;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.course-player-fullscreen-btn:hover{background:hsla(0,0%,100%,.2);color:#87e4ce}.course-player-fullscreen .course-player-description,.course-player-fullscreen .course-player-detailed-content,.course-player-fullscreen .course-player-lesson-header,.course-player-fullscreen .course-player-lesson-info,.course-player-fullscreen .course-player-materials-container,.course-player-fullscreen .course-player-objectives,.course-player-fullscreen .course-player-progress-section,.course-player-fullscreen .course-player-summary{display:none}.course-player-lesson-header{padding:32px 32px 20px;background:#fff;border-bottom:1px solid #f0f0f0}.course-player-lesson-title{font-size:2rem;font-weight:700}.course-player-lesson-title-order{font-size:1.3rem;font-weight:500}.course-player-lesson-title,.course-player-lesson-title-order{color:#1c1d1f;margin:0;line-height:1.25;letter-spacing:-.02em;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.course-player-description{margin:0;padding:32px;background:#fff;border-bottom:1px solid #f0f0f0}.course-player-description-title{font-size:1.25rem;font-weight:600;color:#1c1d1f;margin:0 0 16px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.course-player-description-text{color:#686869;line-height:1.6;font-size:1rem}.course-player-description-text p{margin:0 0 16px}.course-player-description-text p:last-child{margin-bottom:0}.course-player-detailed-content,.course-player-objectives,.course-player-summary{margin:0;padding:32px;background:#fff;border-bottom:1px solid #f0f0f0}.course-player-detailed-content-title,.course-player-objectives-title,.course-player-summary-title{font-size:1.25rem;font-weight:600;color:#1c1d1f;margin:0 0 20px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;padding-left:20px}.course-player-detailed-content-title:before,.course-player-objectives-title:before,.course-player-summary-title:before{content:"";position:absolute;left:0;top:4px;width:4px;height:20px;border-radius:2px}.course-player-objectives-title:before{background:#11ad88}.course-player-detailed-content-title:before{background:#87e4ce}.course-player-summary-title:before{background:#686869}.course-player-objectives-list{margin:0;padding:0;list-style:none;color:#686869}.course-player-objective-item{margin-bottom:12px;line-height:1.6;font-size:1rem;position:relative;padding-left:24px}.course-player-objective-item:before{content:"✓";position:absolute;left:0;top:0;color:#11ad88;font-weight:700;font-size:1rem}.course-player-objective-item:last-child{margin-bottom:0}.course-player-detailed-content-text,.course-player-summary-text{color:#686869;line-height:1.6;font-size:1rem}.course-player-detailed-content-text p,.course-player-summary-text p{margin:0 0 16px}.course-player-detailed-content-text p:last-child,.course-player-summary-text p:last-child{margin-bottom:0}.course-player-materials-container{margin:0;background:#fff;border-bottom:1px solid #f0f0f0}.course-player-materials{padding:32px}.course-player-materials-title{font-size:1.25rem;font-weight:600;color:#1c1d1f;margin:0 0 24px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;padding-left:20px}.course-player-materials-title:before{content:"";position:absolute;left:0;top:4px;width:4px;height:20px;background:#bfbfbf;border-radius:2px}.course-player-materials-list{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.course-player-material-link{display:flex;align-items:center;gap:16px;padding:5px 20px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;text-decoration:none;color:#1c1d1f;transition:all .3s ease;position:relative;overflow:hidden}.course-player-material-link:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#bfbfbf;transition:background .3s ease}.course-player-material-link:hover{background:#f1f9f6;border-color:#87e4ce;transform:translateY(-2px);box-shadow:0 8px 24px rgba(17,173,136,.1)}.course-player-material-link:hover:before{background:#11ad88}.course-player-material-icon{font-size:1.5rem;color:#686869;transition:color .3s ease}.course-player-material-link:hover .course-player-material-icon{color:#11ad88}.course-player-material-link span:nth-child(2){flex:1 1;font-weight:500;font-size:.9rem;color:#1c1d1f}.course-player-material-type{font-size:.75rem;color:#686869;background:#e9ecef;padding:4px 8px;border-radius:6px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.course-player-progress-section{margin:auto 0 0;padding:32px;background:#f8f9fa;text-align:center;border-top:1px solid #e9ecef}.course-player-toggle-complete-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.course-player-toggle-complete-btn--incomplete{background:linear-gradient(135deg,#686869,#bfbfbf);color:#fff;box-shadow:0 4px 16px hsla(240,0%,41%,.2)}.course-player-toggle-complete-btn--incomplete:hover{background:linear-gradient(135deg,#11ad88,#87e4ce);transform:translateY(-2px);box-shadow:0 8px 24px rgba(17,173,136,.3)}.course-player-toggle-complete-btn--incomplete:hover:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:shimmer .6s ease-in-out}.course-player-toggle-complete-btn--completed{background:linear-gradient(135deg,#11ad88,#87e4ce);color:#fff;box-shadow:0 4px 16px rgba(17,173,136,.2)}.course-player-toggle-complete-btn--completed:hover{background:linear-gradient(135deg,#686869,#bfbfbf);transform:translateY(-2px);box-shadow:0 8px 24px hsla(240,0%,41%,.3)}.course-player-toggle-complete-btn--completed:hover:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:shimmer .6s ease-in-out}@keyframes shimmer{0%{left:-100%}to{left:100%}}.course-player-toggle-complete-btn:active{transform:translateY(0)}.course-player-toggle-complete-btn:focus{outline:2px solid #11ad88;outline-offset:2px}.course-player-toggle-complete-btn svg{transition:transform .2s ease}.course-player-toggle-complete-btn--completed svg{transform:scale(1.1)}.course-player-toggle-complete-btn:hover svg{transform:rotate(10deg) scale(1.1)}@media (max-width:768px){.course-player-controls-overlay{padding:12px 16px;gap:12px;min-height:56px}.course-player-play-btn{width:40px;height:40px;font-size:1.25rem}.course-player-volume-container{width:120px}.course-player-time-display{width:80px;font-size:.8125rem}.course-player-lesson-header{padding:24px 20px 16px}.course-player-description,.course-player-detailed-content,.course-player-materials,.course-player-objectives,.course-player-summary{padding:24px 20px}.course-player-materials-list{grid-template-columns:1fr;gap:12px}.course-player-material-link{padding:16px;gap:12px}.course-player-progress-section{padding:24px 20px}.course-player-toggle-complete-btn{padding:14px 28px;font-size:.9375rem}}@media (max-width:480px){.course-player-controls-overlay{padding:8px 12px;gap:8px;min-height:50px}.course-player-volume-container{display:none}.course-player-progress-container{gap:10px}.course-player-time-display{width:70px;font-size:.75rem}.course-player-lesson-header{padding:20px 16px 12px}.course-player-description,.course-player-detailed-content,.course-player-materials,.course-player-objectives,.course-player-summary{padding:20px 16px}.course-player-toggle-complete-btn{padding:12px 24px;font-size:.875rem;gap:8px}}.course-player-fullscreen-btn:focus,.course-player-play-btn:focus,.course-player-progress-bar:focus,.course-player-volume-slider:focus{outline:2px solid #11ad88;outline-offset:2px}.course-player-container:not(:hover) .course-player-controls:not(.course-player-controls-visible){opacity:0}.course-player-container:hover .course-player-controls{opacity:1}