@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-primary:#fff;--bg-secondary:#f4f6f9;--bg-tertiary:#e9ecf1;--bg-header:#1a1e2e;--bg-sidebar:#f7f8fb;--bg-hover:#eef1f6;--bg-active:#4f46e5;--bg-input:#fff;--bg-table-head:#f4f6f9;--bg-table-foot:#f4f6f9;--bg-selected:#e0e5f0;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#94a3b8;--text-header:#fff;--text-header-muted:#a5b4c8;--text-active:#fff;--text-on-accent:#fff;--border-primary:#d0d5e0;--border-secondary:#e2e6ee;--border-header:#2a3045;--border-input:#b0b8c8;--border-table:#d0d5e0;--accent:#4f46e5;--accent-hover:#4338ca;--accent-light:#e8e5ff;--accent-subtle:#4f46e50f;--glow-accent:#4f46e526;--glow-accent-strong:#4f46e54d;--card-glow:0 0 0 1px var(--border-primary), 0 2px 12px #4f46e50f;--card-glow-hover:0 0 0 1px var(--accent), 0 4px 20px #4f46e51f;--btn-glow:0 2px 8px #4f46e540;--color-success:#16a34a;--color-danger:#dc2626;--color-warning:#d97706;--color-info:#6366f1;--scrollbar-track:#f1f1f1;--scrollbar-thumb:#c0c5d0;--scrollbar-thumb-hover:#9098a8;--shadow-sm:0 1px 3px #0f172a0f;--shadow-md:0 2px 8px #0f172a1a;--transition-theme:background-color .2s, color .2s, border-color .2s, box-shadow .2s}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#0f1923;--bg-secondary:#1a2535;--bg-tertiary:#1f2d40;--bg-header:#0a1018;--bg-sidebar:#0d1520;--bg-hover:#243347;--bg-active:#6366f1;--bg-input:#152030;--bg-table-head:#152030;--bg-table-foot:#152030;--bg-selected:#243347;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--text-header:#f1f5f9;--text-header-muted:#7a8da4;--text-active:#fff;--text-on-accent:#fff;--border-primary:#2a3a4e;--border-secondary:#1e3048;--border-header:#2a3a4e;--border-input:#334155;--border-table:#1e3048;--accent:#818cf8;--accent-hover:#a5b4fc;--accent-light:#2a2550;--accent-subtle:#6366f114;--glow-accent:#818cf833;--glow-accent-strong:#818cf866;--card-glow:0 0 0 1px var(--border-primary), 0 2px 16px #6366f11a;--card-glow-hover:0 0 0 1px #818cf880, 0 4px 24px #6366f133;--btn-glow:0 2px 12px #6366f166;--color-success:#4ade80;--color-danger:#f87171;--color-warning:#fbbf24;--color-info:#818cf8;--scrollbar-track:#0f1923;--scrollbar-thumb:#334155;--scrollbar-thumb-hover:#475569;--shadow-sm:0 1px 3px #0006;--shadow-md:0 2px 8px #00000080}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{color:var(--text-primary);background:var(--bg-secondary);transition:var(--transition-theme);font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px}input,select,textarea,button{color:var(--text-primary);font-family:inherit;font-size:12px}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.app-container{flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.app-body{flex:1;display:flex;overflow:hidden}.main-content-area{background:var(--bg-primary);transition:var(--transition-theme);flex-direction:column;flex:1;display:flex;overflow:hidden}[data-theme=dark] .main-content-area{background:radial-gradient(circle at 20% 80%, #6366f10a 0%, transparent 50%), radial-gradient(circle at 80% 20%, #3b82f608 0%, transparent 50%), var(--bg-primary)}.page-content{zoom:var(--font-scale,1);flex-direction:column;flex:1;padding:6px 8px;display:flex;overflow-y:auto}.header{background:linear-gradient(135deg, var(--bg-header) 0%, #1e2444 100%);height:52px;color:var(--text-header);transition:var(--transition-theme);border-bottom:1px solid #6366f126;flex-shrink:0;align-items:center;padding:0 15px;display:flex}.header-logo{cursor:pointer;flex-direction:column;align-items:flex-start;margin-right:25px;display:flex}.header-logo-text{color:var(--text-header);letter-spacing:3px;font-size:24px;font-weight:700;line-height:1.1}.header-logo-sub{color:var(--text-header-muted);letter-spacing:.5px;font-size:7px}.header-nav{flex:1;align-items:center;min-width:0;height:100%;display:flex;overflow:hidden}.header-nav-item{height:100%;padding:0 calc(16px / var(--font-scale,1));font-size:calc(13px * min(var(--font-scale,1), 1.4));color:var(--text-header-muted);cursor:pointer;white-space:nowrap;align-items:center;font-weight:500;transition:all .15s;display:flex;position:relative}.header-nav-item:hover,.header-nav-item.active{color:var(--text-header);background:#6366f11a}.header-nav-item.active:after{content:"";background:linear-gradient(90deg,#6366f1,#818cf8);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:0;right:0}.nav-arrow{margin-right:calc(4px / var(--font-scale,1));font-size:calc(9px * min(var(--font-scale,1), 1.4));color:var(--text-header-muted)}.header-right{color:var(--text-header-muted);white-space:nowrap;align-items:center;gap:8px;margin-left:auto;font-size:11px;display:flex}.header-right-user{color:var(--text-header);font-weight:600}.header-icon-group{align-items:center;gap:4px;margin-left:12px;display:flex}.header-icon-btn,.theme-toggle{cursor:pointer;width:28px;height:28px;color:var(--text-header);background:#ffffff1a;border:1px solid #fff3;border-radius:4px;justify-content:center;align-items:center;padding:0;line-height:1;transition:all .15s;display:flex}.header-icon-btn:hover,.theme-toggle:hover{background:#fff3;border-color:#ffffff59}.header-icon-btn svg{display:block}.font-size-control{border:1px solid var(--border-input);background:var(--bg-primary);-webkit-user-select:none;user-select:none;border-radius:4px;flex-shrink:0;align-items:center;gap:2px;padding:2px;font-size:11px;display:inline-flex}.font-size-control-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 6px;font-size:11px;font-weight:600;line-height:1.2}.font-size-control-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.font-size-control-value{text-align:center;min-width:34px;color:var(--text-secondary);cursor:pointer;padding:0 2px;font-family:monospace;font-size:10.5px}.font-size-control-value:hover{color:var(--text-primary)}.header .font-size-control{background:#ffffff1a;border-color:#fff3}.header .font-size-control-btn{color:var(--text-header)}.header .font-size-control-btn:hover{background:#fff3}.header .font-size-control-value{color:var(--text-header-muted)}.header .font-size-control-value:hover{color:var(--text-header)}.sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border-primary);width:158px;transition:var(--transition-theme);flex-direction:column;flex-shrink:0;display:flex;position:relative;overflow-y:auto}[data-theme=dark] .sidebar{background:linear-gradient(#0d1520 0%,#111d2e 100%);border-right-color:#6366f11a}.sidebar-resize-handle{cursor:col-resize;z-index:10;width:6px;height:100%;position:absolute;top:0;right:-3px}.sidebar-resize-handle:hover{background:#00000026}[data-theme=dark] .sidebar-resize-handle:hover{background:#ffffff26}.sidebar-font-control{border-top:1px solid var(--border-primary);justify-content:center;margin-top:auto;padding:6px 8px;display:flex}.sidebar-group{margin-bottom:2px}.sidebar-group-label{padding:8px calc(10px / var(--font-scale,1)) 4px;font-size:calc(12px * var(--font-scale,1));color:var(--text-primary);cursor:pointer;align-items:center;gap:5px;font-weight:600;display:flex}.sidebar-group-icon{font-size:calc(12px * var(--font-scale,1));color:var(--text-muted)}.sidebar-item{padding:6px calc(10px / var(--font-scale,1)) 6px calc(26px / var(--font-scale,1));font-size:calc(11.5px * var(--font-scale,1));color:var(--text-secondary);cursor:pointer;border-left:3px solid #0000;transition:all .12s}.sidebar-item:hover{background:var(--bg-hover);color:var(--text-primary)}.sidebar-item.active{background:var(--bg-active);color:var(--text-active);border-left-color:var(--accent);font-weight:600}[data-theme=dark] .sidebar-item.active{color:#e2e8f0;background:linear-gradient(90deg,#6366f133 0%,#0000 100%);border-left-color:#818cf8}.toolbar{background:var(--bg-tertiary);border-bottom:1px solid var(--border-primary);height:30px;transition:var(--transition-theme);flex-shrink:0;align-items:center;gap:3px;padding:0 5px;display:flex}.toolbar-btn{border:1px solid var(--border-input);background:var(--bg-primary);cursor:pointer;width:24px;height:24px;color:var(--text-secondary);transition:var(--transition-theme);border-radius:6px;justify-content:center;align-items:center;padding:0;display:flex}.toolbar-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.toolbar-btn.star{color:var(--text-muted)}.toolbar-btn.star:hover{color:var(--color-warning)}.toolbar-btn.back{background:var(--accent);color:var(--text-on-accent);border-color:var(--accent)}.toolbar-btn.back:hover{background:var(--accent-hover);color:var(--text-on-accent)}.toolbar-btn svg{display:block}.tab-bar{flex:1;align-items:flex-end;gap:1px;height:100%;margin-left:6px;padding-top:4px;display:flex;overflow-x:auto}.tab-item{background:var(--bg-secondary);border:1px solid var(--border-primary);height:24px;color:var(--text-secondary);cursor:pointer;white-space:nowrap;max-width:180px;transition:var(--transition-theme);border-bottom:none;border-radius:6px 6px 0 0;align-items:center;gap:5px;padding:0 10px;font-size:11px;display:flex}.tab-item.active{background:var(--bg-primary);color:var(--text-primary);height:26px;font-weight:600}.tab-item .tab-close{color:var(--text-muted);cursor:pointer;font-size:14px;line-height:1}.tab-item .tab-close:hover{color:var(--color-danger)}.tab-item.home-tab{padding:0 10px}.tab-item.home-tab svg{display:block}.toolbar-breadcrumb{color:var(--text-muted);border-left:1px solid var(--border-primary);white-space:nowrap;align-items:center;gap:2px;margin-left:12px;padding-left:12px;font-size:11px;display:flex}.toolbar-bc-sep{color:var(--text-muted);opacity:.5}.toolbar-bc-current{color:var(--text-primary);font-weight:600}.toolbar-right-actions{flex-shrink:0;gap:5px;margin-left:auto;display:flex}.breadcrumb-btn{border:1px solid var(--border-input);background:var(--bg-primary);cursor:pointer;color:var(--text-secondary);transition:var(--transition-theme);border-radius:6px;padding:2px 8px;font-size:11px}.breadcrumb-btn:hover{background:var(--bg-hover)}.btn{border:1px solid var(--border-input);background:var(--bg-primary);cursor:pointer;color:var(--text-primary);white-space:nowrap;transition:var(--transition-theme);border-radius:6px;align-items:center;gap:3px;padding:4px 12px;font-size:11.5px;display:inline-flex}.btn:hover{background:var(--bg-hover)}.btn-primary{background:linear-gradient(135deg, var(--accent) 0%, #6366f1 100%);color:var(--text-on-accent);border-color:var(--accent);box-shadow:var(--btn-glow)}.btn-primary:hover{background:linear-gradient(135deg, var(--accent-hover) 0%, #4f46e5 100%);box-shadow:0 4px 16px #6366f166}.btn-green{background:var(--color-success);color:#fff;border-color:var(--color-success)}.btn-red{background:var(--color-danger);color:#fff;border-color:var(--color-danger)}.btn-excel{background:linear-gradient(135deg, var(--color-success), #15803d);color:#fff;border-color:var(--color-success);box-shadow:0 2px 8px #16a34a33}.btn-danger{background:linear-gradient(135deg, var(--color-danger), #b91c1c);color:#fff;border-color:var(--color-danger);box-shadow:0 2px 8px #dc262633}.btn-danger:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);box-shadow:0 4px 16px #dc26264d}.btn-sm{padding:2px 8px;font-size:11px}.btn-outline-primary{background:var(--bg-primary);color:var(--accent);border-color:var(--accent)}.btn-outline-primary:hover{background:var(--accent);color:var(--text-on-accent)}.btn-outline-secondary{background:var(--bg-primary);color:var(--text-secondary);border-color:var(--border-input)}.btn-outline-secondary:hover{background:var(--bg-hover);color:var(--text-primary)}.card{border:1px solid var(--border-primary);background:var(--bg-primary);transition:var(--transition-theme);box-shadow:var(--card-glow);border-radius:6px}.card:hover{box-shadow:var(--card-glow-hover)}.card-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);color:var(--text-primary);border-radius:6px 6px 0 0;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:600;display:flex}[data-theme=dark] .card-header{background:linear-gradient(135deg,#1a2535 0%,#1e2a3e 100%)}.card-body{padding:12px}.form-label{color:var(--text-primary);font-size:11.5px;font-weight:500}.form-control,.form-select{border:1px solid var(--border-input);background:var(--bg-input);height:24px;color:var(--text-primary);border-radius:6px;width:100%;padding:0 6px;font-size:11.5px;transition:border-color .2s,box-shadow .2s}.form-control:focus,.form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--glow-accent);outline:none}.form-control-sm,.form-select-sm{height:22px;font-size:11px}.filter-area-wrap{flex-shrink:0;margin-bottom:10px}.filter-area{background:var(--bg-primary);border:1px solid var(--border-primary);transition:var(--transition-theme);box-shadow:var(--card-glow);border-radius:6px;margin-bottom:0;padding:8px 10px}.filter-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.filter-row:last-child{margin-bottom:0}.filter-label{color:var(--text-primary);white-space:nowrap;min-width:fit-content;font-size:11.5px;font-weight:500}.filter-label:before{content:"· ";color:var(--accent)}.filter-select{border:1px solid var(--border-input);background:var(--bg-input);height:24px;color:var(--text-primary);border-radius:6px;min-width:75px;padding:0 4px;font-size:11.5px;transition:border-color .2s,box-shadow .2s}.filter-input{border:1px solid var(--border-input);background:var(--bg-input);min-width:80px;height:24px;color:var(--text-primary);border-radius:6px;padding:0 6px;font-size:11.5px;transition:border-color .2s,box-shadow .2s}.filter-date{border:1px solid var(--border-input);background:var(--bg-input);width:110px;height:24px;color:var(--text-primary);border-radius:6px;padding:0 6px;font-size:11.5px;transition:border-color .2s,box-shadow .2s}.filter-select:focus,.filter-input:focus,.filter-date:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--glow-accent);outline:none}.filter-separator{color:var(--text-muted);font-size:11px}.filter-radio{align-items:center;gap:3px;font-size:11.5px;display:flex}.filter-radio input[type=radio],.filter-radio input[type=checkbox]{margin:0}.filter-quick-btns{gap:0;display:flex}.filter-quick-btn{border:1px solid var(--border-input);background:var(--bg-secondary);cursor:pointer;color:var(--text-primary);transition:var(--transition-theme);margin-left:-1px;padding:2px 8px;font-size:10.5px}.filter-quick-btn:first-child{border-radius:6px 0 0 6px;margin-left:0}.filter-quick-btn:last-child{border-radius:0 6px 6px 0}.filter-quick-btn:hover,.filter-quick-btn.active{background:var(--accent);color:var(--text-on-accent);border-color:var(--accent)}.filter-search-btn{border:1px solid var(--border-input);background:var(--bg-input);cursor:pointer;width:24px;height:24px;color:var(--text-primary);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.data-table-section{flex-direction:column;flex:1;min-height:0;display:flex}.data-table-section+.data-table-section,.form-area+.data-table-section,.data-table-section+.form-area{margin-top:16px}.data-table-wrapper{border:1px solid var(--border-primary);min-height:0;box-shadow:var(--card-glow);border-radius:6px;flex:1;overflow:auto}.data-table{border-collapse:collapse;width:100%;font-size:11.5px}.data-table thead th{background:var(--bg-table-head);border:1px solid var(--border-table);text-align:center;color:var(--text-primary);white-space:nowrap;z-index:1;padding:6px 8px;font-weight:600;position:sticky;top:0}.data-table thead th.highlight{background:var(--accent-light)}.data-table .table-sublabel{color:var(--text-secondary);font-size:10.5px;font-weight:400}.tree-node{cursor:pointer;color:var(--text-primary);-webkit-user-select:none;user-select:none;padding:4px 8px;font-size:13px}.tree-node:hover{background:var(--bg-hover)}.tree-node.selected{background:var(--bg-selected)}.tree-toggle{margin-right:4px}.data-table tbody td{border:1px solid var(--border-secondary);text-align:center;color:var(--text-primary);white-space:nowrap;padding:5px 8px}.data-table tbody tr:hover{background:var(--accent-subtle)}.data-table tbody tr.selected{background:var(--bg-selected)}.data-table tfoot td{background:var(--bg-table-foot);border:1px solid var(--border-primary);text-align:center;color:var(--text-primary);padding:5px 8px;font-weight:600}.no-data{color:var(--text-muted);justify-content:center;align-items:center;gap:6px;padding:80px 0;font-size:13px;display:flex}.section-title{color:var(--text-primary);flex-shrink:0;align-items:center;gap:6px;margin-bottom:6px;font-size:12px;font-weight:600;display:flex}.section-title:before{content:"◎";color:var(--accent)}.record-count{color:var(--text-secondary);margin-left:auto;font-size:11.5px}.pagination{flex-shrink:0;justify-content:center;align-items:center;gap:2px;padding:10px 0 4px;display:flex}.pagination-btn{border:1px solid var(--border-primary);background:var(--bg-primary);min-width:28px;height:28px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-theme);border-radius:6px;padding:0 6px;font-size:12px}.pagination-btn:hover:not(:disabled){background:var(--accent-subtle);color:var(--text-primary)}.pagination-btn.active{background:var(--accent);color:var(--text-on-accent);border-color:var(--accent);font-weight:600}.pagination-btn:disabled{opacity:.4;cursor:default}.form-area{border:1px solid var(--border-primary);transition:var(--transition-theme);box-shadow:var(--card-glow);border-radius:6px;flex-shrink:0;margin-bottom:10px;overflow:hidden}.form-row{border-bottom:1px solid var(--border-secondary);display:flex}.form-row:last-child{border-bottom:none}.form-cell-label{background:var(--bg-secondary);color:var(--text-primary);border-right:1px solid var(--border-primary);white-space:nowrap;min-width:110px;transition:var(--transition-theme);align-items:center;padding:5px 10px;font-size:11.5px;font-weight:500;display:flex}.form-cell-value{flex:1;align-items:center;gap:6px;padding:4px 8px;display:flex}.form-cell-value input,.form-cell-value select{border:1px solid var(--border-input);background:var(--bg-input);height:24px;color:var(--text-primary);border-radius:6px;padding:0 6px;font-size:11.5px}.calendar-container{border:1px solid var(--border-primary)}.calendar-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);transition:var(--transition-theme);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.calendar-nav-btn{border:1px solid var(--border-input);background:var(--bg-primary);cursor:pointer;color:var(--text-primary);border-radius:6px;padding:3px 12px;font-size:11px}.calendar-title{color:var(--text-primary);font-size:14px;font-weight:600}.calendar-grid{grid-template-columns:repeat(7,1fr);display:grid}.calendar-day-header{text-align:center;background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);border-right:1px solid var(--border-secondary);color:var(--text-primary);padding:6px;font-size:12px;font-weight:600}.calendar-day-header.sun{color:var(--color-danger)}.calendar-day-header.sat{color:var(--text-secondary)}.calendar-cell{border-bottom:1px solid var(--border-secondary);border-right:1px solid var(--border-secondary);background:var(--bg-primary);min-height:90px;color:var(--text-primary);padding:4px 6px;font-size:12px}.calendar-cell.today{background:var(--accent-subtle);outline:2px solid var(--text-muted);outline-offset:-2px}.calendar-cell .day-num{font-weight:500}.calendar-cell .day-num.sun{color:var(--color-danger)}.calendar-cell .day-num.sat{color:var(--text-secondary)}.split-layout{flex:1;gap:10px;min-height:0;display:flex}.split-left{flex-shrink:0;width:280px;overflow-y:auto}.split-right{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.org-tree-panel{border:1px solid var(--border-primary);background:var(--bg-primary);transition:var(--transition-theme)}.org-tree-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);align-items:center;gap:12px;padding:6px 10px;display:flex}.org-tree-title{color:var(--text-primary);background:var(--bg-table-head);border-bottom:1px solid var(--border-primary);text-align:center;padding:5px 10px;font-size:11.5px;font-weight:600}.org-tree{min-height:200px;padding:4px 0}.org-tree-node{cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;color:var(--text-primary);align-items:center;padding:4px 8px;font-size:11.5px;display:flex}.org-tree-node:hover{background:var(--bg-hover)}.org-tree-node.selected{background:var(--bg-selected);color:var(--text-primary);font-weight:600}.org-tree-toggle{text-align:center;width:14px;color:var(--text-secondary);flex-shrink:0;font-size:8px}.org-tree-icon{flex-shrink:0;margin-right:4px;font-size:13px}.org-tree-label{text-overflow:ellipsis;overflow:hidden}.warning-text{color:var(--color-danger);margin-bottom:5px;font-size:11.5px}.info-text{color:var(--text-secondary);margin-bottom:5px;font-size:11.5px}.info-text:before{content:"※ ";font-weight:600}.sub-tabs{border-bottom:2px solid var(--text-muted);flex-shrink:0;gap:0;margin-bottom:10px;display:flex}.sub-tab{border:1px solid var(--border-input);background:var(--bg-secondary);cursor:pointer;color:var(--text-primary);transition:var(--transition-theme);border-bottom:none;border-radius:6px 6px 0 0;margin-bottom:-2px;padding:6px 16px;font-size:11.5px}.sub-tab.active{background:var(--bg-primary);border-bottom:2px solid var(--bg-primary);font-weight:600}.page-actions{flex-shrink:0;justify-content:flex-end;gap:5px;margin-bottom:8px;display:flex}.page-actions-center{justify-content:center;gap:8px;margin-top:16px;display:flex}.page-top-bar{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.toggle-tabs{gap:4px;margin-bottom:8px;display:flex}.info-box{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-secondary);box-shadow:var(--card-glow);border-radius:6px;margin-bottom:10px;padding:8px 12px;font-size:12px}.info-box.warning{color:var(--color-warning)}.info-box.danger{color:var(--color-danger);font-weight:500}.stat-bar{background:var(--bg-secondary);border:1px solid var(--border-primary);box-shadow:var(--card-glow);border-radius:6px;gap:24px;margin-bottom:8px;padding:6px 10px;font-size:12px;display:flex}[data-theme=dark] .stat-bar{background:linear-gradient(135deg,#1a2535 0%,#1e2a3e 100%)}.stat-bar .stat-label{color:var(--text-secondary);margin-right:8px}.stat-bar .stat-value{color:var(--text-primary);font-weight:600}.form-stack{flex-direction:column;gap:16px;display:flex}.attendance-bar{border:1px solid var(--border-primary);gap:1px;margin-bottom:10px;display:flex}.attendance-day{background:var(--bg-secondary);border-right:1px solid var(--border-secondary);cursor:pointer;height:30px;color:var(--text-primary);flex:1;justify-content:center;align-items:center;font-size:11px;display:flex}.attendance-day:last-child{border-right:none}.attendance-day.active{background:var(--accent);color:var(--text-on-accent)}.attendance-day.has-data{background:var(--accent-light)}.insurance-table{border-collapse:collapse;width:100%;font-size:11.5px}.insurance-table th{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-primary);padding:5px 8px;font-weight:500}.insurance-table td{border:1px solid var(--border-primary);text-align:center;color:var(--text-primary);padding:4px 8px}.required:before{content:"*";color:var(--color-danger);margin-right:2px}input.has-value{background:var(--accent-subtle)}.login-page{background:#101015;width:100vw;height:100vh;display:flex;overflow:hidden}.login-visual{background:#2422a3;flex-direction:column;width:37%;min-width:370px;height:100%;display:flex;position:relative;overflow:hidden}.login-visual-bg{opacity:.5;background:url(/background.svg) 50%/contain no-repeat;position:absolute;inset:-20%}.login-visual-footer{color:#ffffff80;z-index:1;flex-direction:column;align-items:center;gap:4px;font-size:11px;display:flex;position:absolute;bottom:24px;left:0;right:0}.login-body{flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.login-card{flex-direction:column;align-items:center;width:100%;max-width:416px;display:flex}.login-logo-img{object-fit:contain;height:48px;margin-bottom:48px}.login-field{width:100%;margin-bottom:16px}.login-input-wrap{align-items:center;display:flex;position:relative}.login-input-icon{color:#7e8189;pointer-events:none;font-size:20px;position:absolute;left:16px}.login-input{color:#fff;box-sizing:border-box;background:#272a2f;border:1px solid #2c2d33;border-radius:8px;outline:none;width:100%;height:56px;padding:0 44px 0 48px;font-family:Pretendard,inherit;font-size:16px;font-weight:500;transition:border-color .2s,box-shadow .2s}.login-input:focus{border-color:#6c72ff;box-shadow:0 0 0 2px #6c72ff26}.login-input::placeholder{color:#7e8189;font-weight:400}.login-input-clear{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;right:12px}.login-input-clear .material-symbols-rounded{color:#78787880;font-size:20px}.login-options{justify-content:space-between;align-items:center;width:100%;margin-bottom:20px;display:flex}.login-checkbox{color:#b2b5bd;cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.login-checkbox input{display:none}.login-checkbox-mark{border:2px solid #464651;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:background .2s,border-color .2s;display:flex}.login-checkbox input:checked+.login-checkbox-mark{background:#6c72ff;border-color:#6c72ff}.login-checkbox input:checked+.login-checkbox-mark:after{content:"✓";color:#fff;font-size:13px;font-weight:700}.login-toggle-label{color:#b2b5bd;cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.login-toggle{cursor:pointer;background:#464651;border-radius:11px;width:40px;height:22px;transition:background .2s;position:relative}.login-toggle.on{background:#6c72ff}.login-toggle-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .2s;position:absolute;top:2px;left:2px}.login-toggle.on .login-toggle-thumb{left:20px}.login-error{color:#f87171;width:100%;margin-bottom:12px;font-size:12px}.login-btn{letter-spacing:1px;color:#fff;cursor:pointer;background:#6c72ff;border:none;border-radius:8px;width:100%;height:56px;font-family:Pretendard,inherit;font-size:18px;font-weight:700;transition:opacity .2s,transform .1s,box-shadow .2s}.login-btn:hover{opacity:.9;box-shadow:0 4px 20px #6c72ff59}.login-btn:active{transform:scale(.98)}.login-btn-dev{letter-spacing:0;background:#6478a04d;border-radius:8px;flex:1;height:38px;font-size:12px}.login-btn-dev:hover{box-shadow:none;opacity:1;background:#6478a073}.login-divider{background:#2c2d33;width:100%;height:1px;margin:24px 0}.login-footer{color:#7e8189;justify-content:center;align-items:center;gap:12px;font-size:13px;display:flex}.login-footer span{cursor:pointer;transition:color .2s}.login-footer span:hover{color:#e2e8f0}.login-footer-sep{opacity:.4;cursor:default!important}.login-footer-sep:hover{color:#7e8189!important}.auth-page{background:#0c1220;width:100vw;height:100vh;display:flex;overflow:hidden}.auth-visual{flex-shrink:0;justify-content:center;align-items:center;width:590px;display:flex;position:relative;overflow:hidden}.auth-visual-bg{opacity:.3;pointer-events:none;background:url(/background.svg) 50%/cover no-repeat;position:absolute;inset:0}.auth-visual-content{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.auth-visual-logo{object-fit:contain;height:56px}.auth-visual-line{background:#8ca0d24d;width:200px;height:1px;margin:20px 0 16px}.auth-visual-tagline{letter-spacing:3px;color:#506070;text-transform:uppercase;margin:0;font-size:11px}.auth-body{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0f1c80;flex:1;justify-content:center;align-items:center;padding:40px;display:flex;overflow-y:auto}.auth-card{width:100%;max-width:480px}.auth-back-btn{color:#8896aa;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:32px;padding:0;font-family:inherit;font-size:13px;transition:color .2s;display:inline-flex}.auth-back-btn:hover{color:#e2e8f0}.auth-back-btn .material-symbols-rounded{font-size:18px}.auth-title{color:#e2e8f0;margin:0 0 8px;font-size:28px;font-weight:700}.auth-desc{color:#64748b;margin:0 0 32px;font-size:14px}.auth-tabs{border-bottom:1px solid #6478a033;gap:0;margin-bottom:28px;display:flex}.auth-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:12px 0;font-family:inherit;font-size:14px;font-weight:500;transition:color .2s,border-color .2s}.auth-tab:hover{color:#94a3b8}.auth-tab.active{color:#818cf8;border-bottom-color:#818cf8;font-weight:600}.auth-tab-content{flex-direction:column;display:flex}.auth-field{margin-bottom:20px}.auth-label{color:#8896aa;letter-spacing:.3px;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:500;display:flex}.auth-timer{color:#f87171;font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.auth-input{color:#e2e8f0;box-sizing:border-box;background:#080d1899;border:1px solid #6478a040;border-radius:10px;outline:none;width:100%;height:46px;padding:0 16px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.auth-input:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf826}.auth-input::placeholder{color:#3e4e60}.auth-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.auth-field-error{color:#f87171;margin-top:6px;font-size:12px;display:block}.auth-field-success{color:#22c55e;margin-top:6px;font-size:12px;display:block}.auth-error{color:#f87171;margin-bottom:12px;font-size:12px}.auth-btn{letter-spacing:1px;color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#818cf8);border:none;border-radius:10px;width:100%;height:46px;margin-top:8px;font-family:inherit;font-size:15px;font-weight:600;transition:opacity .2s,transform .1s,box-shadow .2s}.auth-btn:hover{opacity:.9;box-shadow:0 4px 20px #6366f159}.auth-btn:active{transform:scale(.98)}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-btn-outline{color:#94a3b8;letter-spacing:0;background:0 0;border:1px solid #6478a04d}.auth-btn-outline:hover{box-shadow:none;opacity:1;background:#6478a01a;border-color:#6478a080}.auth-btn-group{gap:12px;margin-top:8px;display:flex}.auth-btn-group .auth-btn{flex:1}.auth-pw-gauge{align-items:center;gap:10px;margin-top:8px;display:flex}.auth-pw-gauge-track{background:#6478a033;border-radius:2px;flex:1;height:4px;overflow:hidden}.auth-pw-gauge-fill{border-radius:2px;height:100%;transition:width .3s,background .3s}.auth-pw-gauge-label{text-align:right;min-width:32px;font-size:11px;font-weight:600}.auth-result-box{text-align:center;flex-direction:column;align-items:center;padding:32px 0;display:flex}.auth-result-icon{color:#22c55e;margin-bottom:16px;font-size:48px}.auth-result-text{color:#e2e8f0;margin:0 0 24px;font-size:15px}.auth-step-indicator{align-items:center;gap:12px;margin-bottom:32px;display:flex}.auth-step{align-items:center;gap:8px;display:flex}.auth-step-num{color:#64748b;background:#6478a033;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:600;transition:background .2s,color .2s;display:flex}.auth-step.active .auth-step-num{color:#fff;background:linear-gradient(135deg,#6366f1,#818cf8)}.auth-step-label{color:#64748b;font-size:13px;font-weight:500}.auth-step.active .auth-step-label{color:#e2e8f0;font-weight:600}.auth-step-divider{background:#6478a033;width:32px;height:1px}.auth-radio-cards{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.auth-radio-card{cursor:pointer;background:#0e142280;border:1px solid #6478a033;border-radius:12px;align-items:center;gap:14px;padding:16px 20px;transition:border-color .2s,background .2s;display:flex}.auth-radio-card:hover{background:#0e1422b3;border-color:#818cf84d}.auth-radio-card.selected{background:#6366f11a;border-color:#818cf8}.auth-radio-dot{border:2px solid #6478a04d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .2s;display:flex}.auth-radio-card.selected .auth-radio-dot{border-color:#818cf8}.auth-radio-dot-inner{opacity:0;background:#818cf8;border-radius:50%;width:10px;height:10px;transition:opacity .2s,transform .2s;transform:scale(0)}.auth-radio-card.selected .auth-radio-dot-inner{opacity:1;transform:scale(1)}.auth-radio-label{color:#e2e8f0;font-size:15px;font-weight:500}.auth-radio-desc{color:#64748b;margin-top:2px;font-size:12px}.auth-input-with-btn{gap:8px;display:flex}.auth-input-with-btn .auth-input{flex:1}.auth-check-btn{color:#94a3b8;white-space:nowrap;cursor:pointer;background:#6478a01a;border:1px solid #6478a04d;border-radius:10px;height:46px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background .2s,color .2s}.auth-check-btn:hover{color:#e2e8f0;background:#6478a033}.role-select-page{background:#0c1220;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.rs-bg{opacity:.35;pointer-events:none;background:url(/background.svg) 50%/cover no-repeat;position:absolute;inset:0}.role-select-header{text-align:center;opacity:0;z-index:1;margin-bottom:52px;transition:opacity .6s,transform .6s;position:relative;transform:translateY(-20px)}.role-select-header.show{opacity:1;transform:translateY(0)}.rs-logo-img{object-fit:contain;height:72px;margin-bottom:28px}.rs-title{color:#e8ecf2;letter-spacing:-.3px;margin:0 0 12px;font-size:28px;font-weight:700}.rs-subtitle{color:#6b7a8d;letter-spacing:.2px;margin:0;font-size:15px}.role-select-cards{opacity:0;z-index:1;gap:28px;transition:opacity .6s .2s,transform .6s .2s;display:flex;position:relative;transform:translateY(24px)}.role-select-cards.show{opacity:1;transform:translateY(0)}.role-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#0e1422bf;border:1.5px solid #6478a040;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:240px;height:260px;padding:20px;transition:transform .25s,border-color .25s,box-shadow .25s,background .25s;display:flex}.role-card:hover,.role-card.hovered{background:#121a2cd9;border-color:#8ca0d280;transform:translateY(-6px);box-shadow:0 8px 32px #0000004d,0 0 0 1px #8296c826}.role-card:active{transform:translateY(-2px)scale(.98)}.role-card-icon{object-fit:contain;width:64px;height:64px}.role-card-label{color:#e8ecf2;letter-spacing:.5px;font-size:24px;font-weight:700}.role-card-desc{color:#6b7a8d;text-align:center;font-size:13px;line-height:1.6}.splash-video-overlay{z-index:9999;background:var(--bg-primary);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.splash-video-overlay:has(.splash-video){background:#000}.splash-video{object-fit:contain;width:100%;height:100%}.splash-screen-fullscreen{width:100%;height:100%}.splash-wrap{flex-direction:column;align-items:center;gap:12px;display:flex}.splash-screen{aspect-ratio:16/9;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:100%;max-width:720px;display:flex;position:relative;overflow:visible}.splash-scanlines,.splash-vignette{display:none}.splash-stack{z-index:1;justify-content:center;align-items:center;width:340px;height:110px;display:flex;position:relative}.splash-text{letter-spacing:.04em;white-space:nowrap;-webkit-user-select:none;user-select:none;opacity:0;background:repeating-linear-gradient(#2bdc6a 0 2px,#2bdc6a4d 2px 3px);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 6px #2bdc6a99)drop-shadow(0 0 20px #2bdc6a40);-webkit-background-clip:text;background-clip:text;font-family:Arial Black,Helvetica,sans-serif;font-size:92px;font-weight:900;line-height:1;position:absolute}.splash-warp{animation:.8s ease-out forwards splash-fade,1.2s 1s both splash-flicker}.splash-slice{text-shadow:0 0 2px #2bdc6a99}.splash-s1{clip-path:inset(1% 0 93%);animation:.8s ease-out forwards splash-fade,50ms .85s 5 both splash-gR}.splash-s2{clip-path:inset(8% 0 86%);animation:.76s ease-out 40ms forwards splash-fade,40ms .93s 6 both splash-gL}.splash-s3{clip-path:inset(15% 0 79%);animation:.72s ease-out 80ms forwards splash-fade,60ms 1.02s 4 both splash-gR}.splash-s4{clip-path:inset(22% 0 72%);animation:.68s ease-out .12s forwards splash-fade,50ms .88s 5 both splash-gL}.splash-s5{clip-path:inset(29% 0 65%);animation:.64s ease-out .16s forwards splash-fade,40ms 1.1s 6 both splash-gL}.splash-s6{clip-path:inset(36% 0 58%);animation:.6s ease-out .2s forwards splash-fade,60ms .91s 4 both splash-gR}.splash-s7{clip-path:inset(43% 0 51%);animation:.56s ease-out .24s forwards splash-fade,50ms 1.05s 5 both splash-gR}.splash-s8{clip-path:inset(50% 0 44%);animation:.52s ease-out .28s forwards splash-fade,40ms .86s 6 both splash-gL}.splash-s9{clip-path:inset(57% 0 37%);animation:.48s ease-out .32s forwards splash-fade,60ms .97s 4 both splash-gR}.splash-s10{clip-path:inset(64% 0 30%);animation:.44s ease-out .36s forwards splash-fade,50ms 1.08s 5 both splash-gL}.splash-s11{clip-path:inset(71% 0 23%);animation:.4s ease-out .4s forwards splash-fade,40ms .9s 6 both splash-gR}.splash-s12{clip-path:inset(78% 0 16%);animation:.36s ease-out .44s forwards splash-fade,60ms 1.14s 4 both splash-gL}.splash-s13{clip-path:inset(85% 0 9%);animation:.32s ease-out .48s forwards splash-fade,50ms .95s 5 both splash-gR}.splash-s14{clip-path:inset(90% 0 4%);animation:.28s ease-out .52s forwards splash-fade,40ms .87s 6 both splash-gL}.splash-s15{clip-path:inset(95% 0 0%);animation:.24s ease-out .56s forwards splash-fade,60ms 1.03s 4 both splash-gR}@keyframes splash-fade{0%{opacity:0;filter:blur(6px)brightness(.4)}to{opacity:1;filter:blur()brightness()}}@keyframes splash-flicker{0%,19%,21%,41%,43%,67%,69%,to{opacity:1}20%,42%,68%{opacity:.6}}@keyframes splash-gL{0%,40%,to{transform:translate(0)}20%{transform:translate(-50px)}}@keyframes splash-gR{0%,40%,to{transform:translate(0)}20%{transform:translate(50px)}}.dashboard{flex-direction:column;gap:12px;display:flex}.dashboard-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dashboard-section-title{color:var(--text-primary);align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.dashboard-section-title svg{color:var(--accent);flex-shrink:0}.dashboard-badge{color:var(--text-muted);background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:6px;padding:3px 8px;font-size:11px}.dashboard-todo-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.todo-card{background:var(--bg-primary);border:1px solid var(--border-primary);box-shadow:var(--card-glow);border-radius:6px;padding:12px;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.todo-card:hover{border-color:var(--accent);box-shadow:var(--card-glow-hover)}.todo-card.urgent{border-color:var(--accent)}.todo-card.urgent:before{content:"";background:var(--accent-subtle);pointer-events:none;position:absolute;inset:0}.todo-card-top{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex;position:relative}.todo-card-icon{background:var(--bg-secondary);color:var(--accent);border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background .2s,color .2s;display:flex}.todo-card:hover .todo-card-icon{background:var(--accent);color:var(--text-on-accent)}.todo-card-badge{border-radius:20px;padding:3px 8px;font-size:10px;font-weight:700}.todo-card-badge.new{background:var(--accent-subtle);color:var(--accent)}.todo-card-badge.urgent{background:var(--accent);color:var(--text-on-accent);animation:2s infinite pulse-badge}.todo-card-badge.check{background:var(--bg-tertiary);color:var(--text-muted)}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.6}}.todo-card-label{color:var(--text-secondary);z-index:1;font-size:12px;font-weight:500;position:relative}.todo-card-value{z-index:1;align-items:baseline;gap:3px;margin-top:4px;display:flex;position:relative}.todo-card-value .number{color:var(--text-primary);font-size:22px;font-weight:700}.todo-card-value .unit{color:var(--text-muted);font-size:12px}.todo-card-sub{color:var(--text-muted);z-index:1;align-items:center;gap:4px;margin-top:6px;font-size:11px;display:flex;position:relative}.dashboard-revenue-grid{grid-template-columns:2fr 1fr;gap:16px;display:grid}.revenue-chart-card{background:var(--bg-primary);border:1px solid var(--border-primary);box-shadow:var(--card-glow);border-radius:6px;flex-direction:column;padding:12px;display:flex}.revenue-chart-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.revenue-chart-header h3{color:var(--text-primary);font-size:15px;font-weight:700}.revenue-chart-header p{color:var(--text-muted);margin-top:2px;font-size:11px}.revenue-chart-header select{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-primary);border-radius:8px;outline:none;padding:4px 10px;font-size:11px}.revenue-chart-area{flex:1;min-height:200px;position:relative}.revenue-chart-grid{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.revenue-chart-grid-line{border-bottom:1px solid var(--border-secondary);opacity:.4;width:100%;height:0}.revenue-chart-svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.revenue-chart-tooltip{background:var(--bg-tertiary);border:1px solid var(--border-primary);pointer-events:none;box-shadow:var(--shadow-md);border-radius:8px;padding:6px 12px;position:absolute;top:8%;right:4px}.revenue-chart-tooltip p:first-child{color:var(--text-muted);margin-bottom:2px;font-size:10px}.revenue-chart-tooltip p:last-child{color:var(--text-primary);font-size:13px;font-weight:700}.revenue-chart-labels{color:var(--text-muted);opacity:.6;justify-content:space-between;margin-top:8px;font-size:10px;display:flex}.revenue-side-cards{flex-direction:column;gap:16px;display:flex}.revenue-side-card{background:var(--bg-primary);border:1px solid var(--border-primary);box-shadow:var(--card-glow);border-radius:6px;flex-direction:column;flex:1;justify-content:center;padding:12px;display:flex;position:relative;overflow:hidden}.revenue-side-card-bg{opacity:.04;padding:16px;position:absolute;top:0;right:0}.revenue-side-card-bg svg{width:80px;height:80px;color:var(--text-primary)}.revenue-side-card .label{color:var(--text-secondary);margin-bottom:6px;font-size:12px;font-weight:500}.revenue-side-card .amount{color:var(--text-primary);letter-spacing:-.5px;font-size:22px;font-weight:700}.revenue-side-card .trend{align-items:center;gap:6px;margin-top:10px;font-size:12px;display:flex}.revenue-side-card .trend .up{color:var(--color-success);align-items:center;gap:2px;font-weight:600;display:flex}.revenue-side-card .trend .desc{color:var(--text-muted);opacity:.6}.dashboard-bottom-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dashboard-panel{background:var(--bg-primary);border:1px solid var(--border-primary);box-shadow:var(--card-glow);border-radius:6px;flex-direction:column;padding:12px;display:flex}.member-stats-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.member-stat-item{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:8px;flex-direction:column;gap:3px;padding:12px;display:flex}.member-stat-item .stat-label{color:var(--text-muted);letter-spacing:.5px;font-size:10px;font-weight:600}.member-stat-item .stat-number{color:var(--text-primary);font-size:20px;font-weight:700}.member-stat-item .stat-change{margin-top:2px;font-size:10px;font-weight:600}.member-stat-item .stat-change.positive{color:var(--color-success)}.member-stat-item .stat-change.negative{color:var(--color-danger)}.member-stat-item .stat-change.neutral{color:var(--text-muted);opacity:.6}.dau-chart-header{color:var(--text-muted);justify-content:space-between;margin-bottom:6px;font-size:11px;display:flex}.dau-chart-header .highlight{color:var(--accent);font-weight:600}.dau-bar-chart{justify-content:space-between;align-items:flex-end;gap:6px;height:80px;display:flex}.dau-bar{background:var(--bg-tertiary);border-radius:3px 3px 0 0;flex:1;min-width:0;transition:background .2s}.dau-bar:hover{background:var(--accent);opacity:.5}.dau-bar.today{background:var(--accent);box-shadow:0 0 12px var(--glow-accent-strong)}.dau-bar.future{opacity:.3}.dau-chart-days{color:var(--text-muted);opacity:.5;justify-content:space-between;margin-top:4px;font-size:10px;display:flex}.dau-chart-days .today{color:var(--text-primary);opacity:1;font-weight:700}.db-stock-list{flex-direction:column;flex:1;gap:8px;display:flex}.db-stock-item{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex;position:relative;overflow:hidden}.db-stock-item.danger{border-color:var(--accent)}.db-stock-item.danger:before{content:"";background:var(--accent);width:3px;position:absolute;top:0;bottom:0;left:0}.db-stock-item-left{align-items:center;gap:10px;display:flex}.db-stock-item-icon{border-radius:6px;justify-content:center;align-items:center;padding:6px;display:flex}.db-stock-item-icon.danger{background:var(--accent-subtle);color:var(--accent)}.db-stock-item-icon.warning{color:var(--color-warning);background:#d977061a}.db-stock-item-info .name{color:var(--text-primary);font-size:12px;font-weight:600}.db-stock-item-info .status{margin-top:1px;font-size:11px;font-weight:500}.db-stock-item-info .status.danger{color:var(--accent)}.db-stock-item-info .status.warning{color:var(--color-warning);opacity:.8}.db-stock-btn{cursor:pointer;border:none;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700;transition:background .2s}.db-stock-btn.primary{background:var(--accent);color:var(--text-on-accent);box-shadow:var(--btn-glow)}.db-stock-btn.primary:hover{background:var(--accent-hover)}.db-stock-btn.muted{background:var(--bg-tertiary);color:var(--text-muted)}.db-stock-footer{border-top:1px solid var(--border-secondary);color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;font-size:11px;display:flex}.db-stock-footer .danger-dot{align-items:center;gap:4px;display:flex}.db-stock-footer .danger-dot:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.dashboard-panel-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dashboard-panel-header .view-all{color:var(--accent);cursor:pointer;background:0 0;border:none;font-size:11px;font-weight:600;transition:color .2s}.dashboard-panel-header .view-all:hover{color:var(--text-primary)}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:10px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-3{margin-bottom:10px}.ml-1{margin-left:8px}.p-4{padding:12px}.py-5{padding-top:20px;padding-bottom:20px}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.fw-bold{font-weight:600}.flex-row{align-items:center;gap:4px;display:flex}.flex-col{flex-direction:column;gap:4px;display:flex}.flex-center{justify-content:center;align-items:center;gap:8px;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-4{gap:4px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.w-60{width:60px}.w-80{width:80px}.w-100{width:100px}.w-120{width:120px}.w-140{width:140px}.w-160{width:160px}.w-180{width:180px}.w-200{width:200px}.w-240{width:240px}.w-300{width:300px}.w-400{width:400px}.w-full{width:100%}.planner-layout{width:100vw;height:100vh;display:flex;overflow:hidden}.planner-main{transition:var(--transition-theme);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#131c2b;--bg-secondary:#080d18;--bg-tertiary:#0e1521;--bg-header:#060a12;--bg-sidebar:#0a0f1a;--bg-hover:#1a2640;--bg-active:#6366f1;--bg-input:#0e1521;--bg-table-head:#0e1521;--bg-table-foot:#0e1521;--bg-selected:#1a2640;--text-primary:#e2e8f0;--text-secondary:#8896aa;--text-muted:#506070;--text-active:#fff;--text-on-accent:#fff;--border-primary:#1e2d42;--border-secondary:#162235;--border-input:#253548;--border-table:#162235;--accent:#818cf8;--accent-hover:#a5b4fc;--accent-light:#1e1a40;--accent-subtle:#6366f10f;--glow-accent:#818cf826;--glow-accent-strong:#818cf84d;--card-glow:none;--card-glow-hover:0 0 0 1px #818cf84d;--btn-glow:0 2px 12px #6366f14d;--color-success:#4ade80;--color-danger:#f87171;--color-warning:#fbbf24;--color-info:#818cf8;--scrollbar-track:#080d18;--scrollbar-thumb:#253548;--scrollbar-thumb-hover:#3a4a5e;--shadow-sm:0 1px 4px #00000080;--shadow-md:0 2px 10px #0009;background:var(--bg-secondary);flex:1;overflow-y:auto}.planner-sidebar{color:#b2b5bd;background:#191c23;border-right:1px solid #2c2d33;flex-direction:column;flex-shrink:0;width:270px;display:flex;overflow-y:auto}.ps-logo{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:24px 18px 36px;display:flex}.ps-logo-mark{flex-shrink:0;width:28px;height:28px;display:block}.ps-logo-word{width:auto;height:22px;display:block}.ps-nav{flex-direction:column;flex:1;gap:4px;padding:0 18px;display:flex}.ps-item{color:#b2b5bd;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:11px 12px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:flex;position:relative}.ps-item-icon{font-size:24px}.ps-item:hover{color:#e2e8f0;background:#ffffff0a}.ps-item.active{color:#fff;background:#6462ee4d;border-radius:8px;font-weight:700}.ps-badge{color:#fff;background:#ef4444;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 6px;font-size:11px;font-weight:700;display:flex}.ps-group{flex-direction:column;display:flex}.ps-item.has-sub .ps-item-label{flex:1}.ps-item-caret{color:#b2b5bd;margin-left:auto;font-size:20px;transition:transform .2s}.ps-item-caret.open{color:#fff;transform:rotate(180deg)}.ps-item.has-sub.active .ps-item-caret{color:#fff}.ps-submenu{flex-direction:column;gap:6px;margin:4px 0 6px 24px;padding-left:14px;display:flex}.ps-subitem{color:#b2b5bd;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:14px;font-weight:500;transition:background .12s,color .12s}.ps-subitem:hover{color:#e2e8f0;background:#ffffff0a}.ps-subitem.active{color:#fff;background:#6260f62e;font-weight:700}.ps-divider{background:#464651;height:1px;margin:8px 4px}.ps-bottom{border-top:1px solid #464651;padding:8px 18px 20px}.ps-user{align-items:center;gap:12px;margin-top:8px;padding:14px 0 0;display:flex}.ps-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:700;display:flex}.ps-user-info{flex-direction:column;min-width:0;display:flex}.ps-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.ps-user-role{color:#b2b5bd;margin-top:1px;font-size:13px}.ps-logout-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;margin-left:auto;padding:0;transition:color .15s,background .15s;display:flex}.ps-logout-btn:hover{color:#e2e8f0;background:#ffffff14}.ps-logout-btn .material-symbols-rounded{font-size:24px}.planner-placeholder{height:100%;min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.planner-placeholder-icon{opacity:.3;font-size:64px}.planner-placeholder h2{color:var(--text-secondary);font-size:20px;font-weight:600}.planner-placeholder p{font-size:14px}.pd{flex-direction:column;gap:24px;max-width:1440px;padding:28px 32px 40px;display:flex}.pd-greet{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.pd-greet-title{color:var(--text-primary);letter-spacing:-.6px;font-size:32px;font-weight:700;line-height:1.35}.pd-greet-title strong{font-weight:700}.pd-greet-sub{color:#b2b5bd;margin-top:6px;font-size:16px}.pd-hl{color:var(--accent);font-weight:600}.pd-g3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.pd-g2{grid-template-columns:2fr 1fr;gap:24px;display:grid}.pd-card{background:var(--bg-primary);border:1px solid var(--border-primary);transition:var(--transition-theme);border-radius:16px;overflow:hidden}.pd-card--clickable{cursor:pointer;transition:var(--transition-theme), border-color .2s, box-shadow .2s}.pd-card--clickable:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.pd-card-h{color:var(--text-primary);align-items:center;gap:8px;padding:18px;font-size:18px;font-weight:600;display:flex}.pd-card-h-arrow{color:var(--text-muted);cursor:pointer;margin-left:auto;font-size:22px}.pd-card-h-action{color:var(--text-muted);cursor:pointer;background:var(--bg-secondary);border-radius:8px;margin-left:auto;padding:4px;font-size:22px}.pd-card-b{padding:0 18px 18px}.pd-kpi-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px;display:grid}.pd-kpi{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:12px;padding:14px}.pd-kpi-label{color:var(--text-muted);margin-bottom:6px;font-size:12px}.pd-kpi-val{color:var(--text-primary);font-size:14px}.pd-kpi-val strong{font-size:24px;font-weight:700}.pd-kpi-bar{background:var(--border-secondary);border-radius:2px;height:4px;margin-top:10px;overflow:hidden}.pd-kpi-fill{background:var(--accent);border-radius:2px;height:100%}.pd-kpi-trend{margin-top:8px;font-size:12px;font-weight:600}.pd-kpi-trend.up{color:var(--color-success)}.pd-sub-label{color:var(--text-muted);margin-bottom:10px;font-size:14px;font-weight:400}.pd-recent{flex-direction:column;gap:10px;display:flex}.pd-recent-row{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:8px;align-items:center;gap:10px;padding:12px;display:flex}.pd-av-sm{color:#e2e8f0;background:linear-gradient(135deg,#334155,#475569);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:600;display:flex}.pd-av-sm.purple{background:linear-gradient(135deg,#6366f1,#818cf8)}.pd-av-img{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.pd-recent-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pd-recent-name{color:var(--text-primary);font-size:14px;font-weight:600}.pd-recent-desc{color:var(--text-muted);font-size:12px}.pd-tag{white-space:nowrap;border-radius:16px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:700}.pd-tag.green{color:var(--color-success);background:#4ade8026}.pd-tag.purple{color:var(--accent);background:#818cf826}.pd-tag.orange{color:#fb923c;background:#fb923c26}.pd-tag-sm{border-radius:16px;margin-top:6px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-block}.pd-tag-sm.green{color:var(--color-success);background:#4ade801f}.pd-db-top{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.pd-db-container{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:12px;margin-bottom:12px;padding:14px;position:relative;overflow:hidden}.pd-db-container:last-child{margin-bottom:0}.pd-db-label{color:var(--text-muted);margin-bottom:4px;font-size:14px;font-weight:500}.pd-db-num{color:var(--text-primary);font-size:14px}.pd-db-num strong{font-size:24px;font-weight:700}.pd-db-num span{color:var(--text-muted);font-size:14px}.pd-icon-btn{border:1px solid var(--border-primary);background:var(--bg-secondary);cursor:pointer;width:32px;height:32px;color:var(--text-muted);transition:var(--transition-theme);border-radius:8px;justify-content:center;align-items:center;padding:0;display:flex}.pd-icon-btn:hover{color:var(--text-primary);background:var(--bg-hover)}.pd-icon-btn .material-symbols-rounded{font-size:18px}.pd-icon-btn-sm{border:1px solid var(--border-primary);cursor:pointer;width:26px;height:26px;color:var(--text-muted);background:0 0;border-radius:50%;justify-content:center;align-items:center;margin-left:auto;padding:0;display:flex}.pd-icon-btn-sm .material-symbols-rounded{font-size:16px}.pd-db-chart{align-items:center;gap:16px;display:flex}.pd-donut{flex-shrink:0;width:110px;height:110px}.pd-db-legend{flex-direction:column;gap:10px;display:flex}.pd-db-leg-item{color:var(--text-secondary);align-items:center;gap:8px;font-size:12px;display:flex}.pd-db-leg-item strong{color:var(--text-primary);text-align:right;min-width:28px;margin-left:auto;font-size:16px;font-weight:700}.pd-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.pd-dot.accent{background:var(--accent)}.pd-dot.muted{background:var(--text-muted);opacity:.4}.pd-action-btn{color:#6c72ff;cursor:pointer;background:#ffffff0d;border:none;border-radius:16px;width:100%;margin-top:6px;padding:6px 0;font-family:inherit;font-size:12px;font-weight:500;transition:background .15s}.pd-action-btn:hover{background:#ffffff1a}.pd-report-link-full{border-top:1px solid var(--border-secondary);width:100%;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;gap:4px;padding:12px 0;font-size:14px;transition:color .15s;display:flex}.pd-report-link-full:hover{color:var(--accent)}.pd-report-link-full span{font-size:16px}.pd-sched-body{flex-direction:column;gap:12px;display:flex}.pd-sched{border-radius:12px;align-items:flex-start;gap:12px;padding:12px;transition:background .15s;display:flex}.pd-sched:not(.highlight){background:var(--bg-secondary);border:1px solid var(--border-secondary)}.pd-sched.highlight{background:#3b82f61a;border:1px solid #3b82f633;border-left:5px solid #3b82f6}.pd-sched.highlight .pd-sched-time .ap{color:#60a5fa}.pd-sched-time{flex-direction:column;flex-shrink:0;align-items:center;min-width:40px;display:flex}.pd-sched-time .t{color:var(--text-primary);font-size:14px;font-weight:700}.pd-sched-time .ap{color:var(--text-muted);margin-top:1px;font-size:10px}.pd-sched-cnt{flex:1;min-width:0}.pd-sched-title{color:var(--text-primary);margin-bottom:3px;font-size:14px;font-weight:700}.pd-sched-meta{color:var(--text-muted);font-size:11px}.pd-sched-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:8px;padding:5px 14px;font-family:inherit;font-size:11px;font-weight:600}.pd-sched-btn:hover{background:var(--accent-hover)}.pd-av-xs{color:#e2e8f0;background:linear-gradient(135deg,#334155,#475569);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:600;display:flex}.pd-av-xs.purple{background:linear-gradient(135deg,#6366f1,#818cf8)}.pd-av-group{flex-shrink:0;display:flex}.pd-av-img-xs{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.pd-av-group .pd-av-img-xs.o2,.pd-av-group .pd-av-xs.o2{margin-left:-8px}.pd-news-wrap{overflow:hidden}.pd-news-layout{grid-template-columns:2fr 3fr;min-height:240px;display:grid}.pd-news-featured{color:#fff;background-color:#0000;background-image:linear-gradient(#0000001a 0%,#000000b3 100%),linear-gradient(135deg,#3a4050 0%,#2a3040 100%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;justify-content:flex-end;padding:20px;display:flex;position:relative}.pd-hot-badge{background:var(--accent);color:#fff;letter-spacing:.5px;border-radius:16px;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:16px;left:16px}.pd-news-featured h3{margin-bottom:8px;font-size:24px;font-weight:700;line-height:1.4}.pd-news-featured p{color:#ffffffb3;margin-bottom:12px;font-size:12px;line-height:1.5}.pd-news-fdate{color:#ffffff80;align-items:center;gap:4px;font-size:11px;display:flex}.pd-news-fdate .material-symbols-rounded{font-size:14px}.pd-news-list{flex-direction:column;gap:0;padding:16px 18px;display:flex}.pd-news-row{border-bottom:1px solid var(--border-secondary);align-items:flex-start;gap:12px;padding:14px 0;display:flex}.pd-news-row:last-child{border-bottom:none}.pd-ntag{white-space:nowrap;text-align:center;border-radius:8px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}.pd-ntag.blue{color:#6260f6;background:#6260f61a;border:1px solid #6260f633}.pd-ntag.green{color:var(--color-success);background:#4ade801a;border:1px solid #4ade8033}.pd-ntag.gray{background:var(--bg-tertiary);border:1px solid var(--border-secondary);color:var(--text-muted)}.pd-ntag.orange{color:#fb923c;background:#fb923c1a;border:1px solid #fb923c33}.pd-news-tag{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:700;display:flex}.pd-news-tag.orange{color:#f97316;background:#f973161a;border:1px solid #f9731633}.pd-news-tag.blue{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f633}.pd-news-tag.gray{color:#b2b5bd;background:#282839;border:1px solid #ffffff0d}.pd-news-tag.purple{color:#c084fc;background:#a855f71a;border:1px solid #a855f733}.pd-news-body{flex:1;min-width:0}.pd-news-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:13px;font-weight:500;overflow:hidden}.pd-news-meta{color:var(--text-muted);font-size:11px}.pd-prod-tabs{gap:6px;margin-bottom:16px;display:flex}.pd-ptab{border:1px solid var(--border-primary);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:20px;padding:7px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.pd-ptab.active{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:700}.pd-ptab:hover:not(.active){border-color:var(--text-muted);color:var(--text-primary)}.pd-prod-card{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 40%,#1e1b4b 100%);border:1px solid #6366f133;border-radius:16px;min-height:200px;padding:22px;position:relative;overflow:hidden}.pd-prod-top{align-items:center;gap:8px;margin-bottom:14px;display:flex}.pd-prod-rank{color:#c4b5fd;background:#8b5cf659;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:700}.pd-prod-shield{color:#a5b4fc59;position:absolute;top:16px;right:16px}.pd-prod-shield .material-symbols-rounded{font-size:80px}.pd-prod-name{color:#fff;margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.4}.pd-prod-desc{color:#ffffff8c;margin-bottom:20px;font-size:13px;line-height:1.6}.pd-prod-cta{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:10px;align-items:center;gap:6px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:700;transition:all .15s;display:inline-flex}.pd-prod-cta:hover{background:#ffffff38}.pd-dots{justify-content:center;gap:6px;margin-top:16px;display:flex}.pd-dot-i{background:var(--border-secondary);border-radius:2px;width:24px;height:4px}.pd-dot-i.active{background:var(--accent);width:32px}.pd-vid-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.pd-vid-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:16px;overflow:hidden}.pd-vid-thumb{justify-content:center;align-items:center;height:180px;display:flex;position:relative}.pd-play{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:background .2s;display:flex}.pd-play:hover{background:#ffffff40}.pd-play .material-symbols-rounded{color:#fff;font-size:32px}.pd-vid-dur{color:#fff;background:#0009;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:600;position:absolute;bottom:10px;right:10px}.pd-vid-info{padding:14px 16px 16px}.pd-vid-tags{align-items:center;gap:8px;margin-bottom:8px;display:flex}.pd-vid-date{color:var(--text-muted);font-size:11px}.pd-vid-info h4{color:var(--text-primary);margin-bottom:6px;font-size:14px;font-weight:600;line-height:1.4}.pd-vid-info p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.pd-vid-author{color:var(--text-secondary);align-items:center;gap:8px;margin-top:12px;font-size:12px;display:flex}.pd-nav-arrows{gap:6px;margin-left:auto;display:flex}.pd-arr-btn{border:1px solid var(--border-primary);background:var(--bg-primary);cursor:pointer;width:30px;height:30px;color:var(--text-muted);transition:var(--transition-theme);border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.pd-arr-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.pd-arr-btn .material-symbols-rounded{font-size:18px}.pd-store-body{position:relative}.pd-st-points{background:var(--bg-secondary);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:14px 16px;display:flex}.pd-st-points-left{align-items:center;gap:12px;display:flex}.pd-st-points-label{color:var(--text-muted);margin-bottom:2px;font-size:11px}.pd-st-points-val{color:var(--text-primary);font-size:22px;font-weight:700}.pd-st-points-val span{color:var(--text-muted);font-size:14px;font-weight:500}.pd-st-charge{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:16px;padding:8px 18px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s}.pd-st-charge:hover{background:#15803d}.pd-st-list{flex-direction:column;gap:10px;display:flex}.pd-st-item{border:1px solid var(--border-secondary);border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:border-color .15s;display:flex}.pd-st-item:hover{border-color:var(--accent)}.pd-st-item-ic{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.pd-st-item-ic .material-symbols-rounded{font-size:18px}.pd-st-item-ic.red{color:#ef4444;background:#ef44441f}.pd-st-item-ic.orange{color:#f97316;background:#f973161a}.pd-st-item-ic.blue{color:#3b82f6;background:#3b82f61a}.pd-st-item-ic.green{color:var(--color-success);background:#4ade801f}.pd-st-item-ic.purple{color:#a855f7;background:#a855f71a}.pd-st-item-info{flex:1;min-width:0}.pd-st-item-name{color:var(--text-primary);margin-bottom:2px;font-size:13px;font-weight:600}.pd-st-item-desc{color:var(--text-muted);font-size:11px}.pd-st-item-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.pd-st-item-price{color:var(--text-primary);font-size:14px;font-weight:700}.pd-st-tag{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.pd-st-tag.hot{color:#22c55e;background:#22c55e1f}.pd-st-tag.rec{color:var(--accent);background:#6366f11f}.pd-g2b{grid-template-columns:3fr 2fr;gap:24px;display:grid}.pd-chatbot-fab{background:var(--accent);color:#fff;cursor:pointer;z-index:50;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:0;transition:background .15s,transform .15s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 4px 16px #6366f166}.pd-chatbot-fab:hover{background:var(--accent-hover);transform:scale(1.05)}.pd-chatbot-fab .material-symbols-rounded{font-size:28px}@media (width<=1200px){.pd-g3{grid-template-columns:1fr 1fr}.pd-g3>:last-child{grid-column:1/-1}}@media (width<=900px){.pd-g3,.pd-g2,.pd-g2b{grid-template-columns:1fr}.pd-g3>:last-child{grid-column:auto}.pd-news-layout,.pd-vid-grid{grid-template-columns:1fr}.pd-greet{flex-direction:column}}.fcd{background:var(--bg-secondary);min-height:100%;color:var(--text-primary);flex-direction:column;display:flex}.fcd-topbar{border-bottom:1px solid var(--border-secondary);background:#191c23;flex-shrink:0;align-items:center;gap:16px;height:72px;padding:0 32px;display:flex}.fcd-breadcrumb{color:var(--text-muted);flex:1;font-size:13px}.fcd-breadcrumb span{color:var(--text-primary);font-weight:600}.fcd-topbar-right{align-items:center;gap:12px;display:flex}.fcd-search{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:8px;align-items:center;gap:8px;width:360px;height:42px;padding:7px 14px;display:flex}.fcd-search input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-size:14px}.fcd-search input::placeholder{color:var(--text-muted)}.fcd-search .material-symbols-rounded{color:var(--text-muted);flex-shrink:0;font-size:18px}.fcd-icon-btn{border:1px solid var(--border-primary);background:var(--bg-tertiary);width:42px;height:42px;color:var(--text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:flex}.fcd-icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.fcd-icon-btn .material-symbols-rounded{font-size:20px}.fcd-icon-btn--badge{position:relative}.fcd-badge{color:#fff;background:#ef4444;border-radius:9999px;justify-content:center;align-items:center;min-width:12px;height:12px;padding:0 3px;font-size:8px;font-weight:700;line-height:1;display:flex;position:absolute;top:4px;right:4px}.fcd-content-header{justify-content:space-between;align-items:flex-start;gap:24px;padding:28px 32px 20px;display:flex}.fcd-content-header-left{flex-direction:column;gap:6px;display:flex}.fcd-page-title{color:#fff;margin:0;font-size:32px;font-weight:700;line-height:45px}.fcd-page-sub{color:#b2b5bd;max-width:720px;margin:0;font-size:16px;font-weight:400;line-height:24px}.fcd-charge-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#6c72ff;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;height:48px;padding:12px 20px;font-family:inherit;font-size:16px;font-weight:700;transition:background .15s,transform .1s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 16px #6c72ff40}.fcd-charge-btn:hover{background:#5a60e8;transform:translateY(-1px)}.fcd-charge-btn .material-symbols-rounded{font-size:20px}.fcd-scroll{flex:1;min-height:0;padding-bottom:32px;overflow-y:auto}.fcd-infobar{grid-template-columns:repeat(3,1fr);gap:16px;padding:0 32px 24px;display:grid}.fcd-infocard{background:#191c23;border:1px solid #2d2d44;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-width:0;height:88px;padding:18px 20px;display:flex;position:relative;overflow:hidden}.fcd-infocard-text{flex-direction:column;gap:4px;min-width:0;display:flex}.fcd-infocard-label{color:#b2b5bd;font-size:14px;font-weight:500;line-height:20px}.fcd-infocard-val{color:#fff;word-break:keep-all;font-size:20px;font-weight:700;line-height:28px}.fcd-infocard-val--grad{background:linear-gradient(135deg,#67e8f9 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.fcd-infocard-icon{background:#ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.fcd-infocard-icon .material-symbols-rounded{color:#ffffffb3;font-variation-settings:"FILL" 1, "wght" 400;font-size:18px}.fcd-infocard-icon--purple{background:#a78bfa26}.fcd-infocard-icon--purple .material-symbols-rounded{color:#a78bfa}.fcd-infocard-icon--blue{background:#818cf826}.fcd-infocard-icon--blue .material-symbols-rounded{color:#818cf8}.fcd-infocard-icon--teal{background:#5eead426}.fcd-infocard-icon--teal .material-symbols-rounded{color:#5eead4}.fcd-infocard-icon--cyan{background:#67e8f926}.fcd-infocard-icon--cyan .material-symbols-rounded{color:#67e8f9}.fcd-section-title-row{justify-content:space-between;align-items:center;padding:4px 32px 14px;display:flex}.fcd-section-title{color:#fff;margin:0;font-size:20px;font-weight:600;line-height:28px}.fcd-featured-grid{grid-template-columns:repeat(3,1fr);gap:16px;padding:0 32px 28px;display:grid}.fcd-featured{isolation:isolate;background-color:#111827;border:1px solid #33415580;border-radius:16px;height:280px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000059}.fcd-featured--clickable{cursor:pointer}.fcd-featured--auto{background-image:url(/dbstore/feat_car.jpg);background-position:50%;background-size:cover}.fcd-featured--care{background-image:url(/dbstore/feat_care.jpg);background-position:50%;background-size:cover}.fcd-featured--family{background-image:url(/dbstore/feat_family.jpg);background-position:50%;background-size:cover}.fcd-featured-overlay{pointer-events:none;z-index:1;background:linear-gradient(#0000 0%,#11182799 50%,#111827 100%);position:absolute;inset:0}.fcd-featured-inner{z-index:2;flex-direction:column;justify-content:space-between;gap:12px;height:100%;padding:20px 20px 22px;display:flex;position:relative}.fcd-featured-tags{flex-wrap:wrap;gap:6px;display:flex}.fcd-f-tag{color:#fff;white-space:nowrap;border-radius:9999px;align-items:center;gap:6px;height:22px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.fcd-f-tag--verified{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#3b82f6e6;padding-left:8px;font-weight:700}.fcd-f-tag-dot{background:#60a5fa;border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px #60a5fa}.fcd-f-tag--category{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;border:1px solid #ffffff1f}.fcd-featured--care .fcd-f-tag--verified{background:#10b981e6}.fcd-featured--care .fcd-f-tag-dot{background:#34d399;box-shadow:0 0 6px #34d399}.fcd-featured--family .fcd-f-tag--verified{background:#dd9a2ee6}.fcd-featured--family .fcd-f-tag-dot{background:#d3ae34;box-shadow:0 0 6px #d3ae34}.fcd-featured-bottom{flex-direction:column;gap:8px;display:flex}.fcd-featured-name{color:#fff;text-shadow:0 2px 8px #00000080;margin:0;font-size:24px;font-weight:700;line-height:34px}.fcd-featured-desc{color:#e2e8f0;white-space:pre-line;text-shadow:0 1px 4px #00000073;margin:0;font-size:14px;font-weight:400;line-height:20px}.fcd-featured-row{border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:12px;margin-top:6px;padding-top:10px;display:flex}.fcd-featured-priceblock{flex-direction:column;gap:2px;min-width:0;display:flex}.fcd-featured-pricelabel{color:#ffffffb3;font-size:12px;font-weight:400}.fcd-featured-price{color:#fff;font-size:20px;font-weight:700;line-height:28px}.fcd-featured-cta{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff29;border:1px solid #ffffff38;border-radius:8px;align-items:center;gap:4px;height:43px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,transform .1s;display:inline-flex}.fcd-featured-cta:hover{background:#ffffff42}.fcd-featured-cta .material-symbols-rounded{font-size:20px}.fcd-body{grid-template-columns:200px 1fr;align-items:start;gap:24px;padding:0 32px 40px;display:grid}.fcd-filter-sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:24px}.fcd-filter-group-title{color:#b2b5bd;letter-spacing:0;text-transform:none;margin-bottom:10px;font-size:14px;font-weight:500}.fcd-filter-group{flex-direction:column;gap:4px;display:flex}.fcd-filter-item{cursor:pointer;color:#cbd5e1;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:8px 10px;font-family:inherit;font-size:14px;transition:background .12s,color .12s;display:flex}.fcd-filter-item:hover{color:#fff;background:#ffffff0a}.fcd-filter-check{border:1.5px solid #475569;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:background .15s,border-color .15s;display:inline-flex}.fcd-filter-check .material-symbols-rounded{color:#fff;font-variation-settings:"wght" 700;font-size:14px}.fcd-filter-item.active .fcd-filter-check{background:#6260f6;border-color:#6260f6}.fcd-filter-item.active{color:#fff;font-weight:500}.fcd-filter-label{flex:1}.fcd-filter-count{color:#94a3b8;text-align:center;background:#1e293b;border-radius:9999px;min-width:32px;padding:2px 10px;font-size:12px;font-weight:400}.fcd-price-range{padding:0 2px}.fcd-slider-track{background:#334155;border-radius:9999px;height:4px;margin-top:6px;position:relative}.fcd-slider-fill{background:#6260f6;border-radius:9999px;position:absolute;inset:0 24% 0 18%}.fcd-slider-thumb{cursor:pointer;background:#fff;border:3px solid #6260f6;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 6px #00000059}.fcd-slider-thumb--start{left:18%}.fcd-slider-thumb--end{left:76%}.fcd-price-labels{color:#b2b5bd;justify-content:space-between;margin-top:12px;font-size:12px;display:flex}.fcd-sidebar-cta{background:linear-gradient(135deg,#6260f63d 0%,#a855f724 100%),#1e1e36;border:1px solid #6260f652;border-radius:16px;flex-direction:column;gap:12px;padding:18px 17px;display:flex}.fcd-sidebar-cta-icon{background:#6260f6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 14px #6260f666}.fcd-sidebar-cta-icon .material-symbols-rounded{color:#fff;font-size:22px}.fcd-sidebar-cta-title{color:#fff;font-size:15px;font-weight:700;line-height:22px}.fcd-sidebar-cta-desc{color:#94a3b8;white-space:pre-line;font-size:12px;line-height:18px}.fcd-sidebar-cta-btn{color:#cbd5e1;cursor:pointer;background:#25253e;border:1px solid #ffffff0f;border-radius:12px;height:32px;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s}.fcd-sidebar-cta-btn:hover{color:#fff;background:#30304a}.fcd-allitem{flex-direction:column;gap:20px;min-width:0;display:flex}.fcd-allitem-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.fcd-allitem-tools{align-items:center;gap:8px;display:flex}.fcd-sort-btn{color:#94a3b8;cursor:pointer;background:#1a1c23;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;height:41px;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:400;transition:border-color .15s,color .15s;display:inline-flex}.fcd-sort-btn:hover{color:#fff;border-color:#6260f6}.fcd-sort-btn .material-symbols-rounded{font-size:18px}.fcd-view-toggle{background:#1a1a2e;border-radius:12px;align-items:center;gap:2px;height:42px;padding:4px;display:inline-flex}.fcd-view-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,color .15s;display:flex}.fcd-view-btn.active{color:#fff;background:#2d2d44}.fcd-view-btn .material-symbols-rounded{font-size:18px}.fcd-product-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.fcd-card{background:#191c23;border:1px solid #2c2d33;border-radius:16px;flex-direction:column;gap:16px;padding:20px 20px 16px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.fcd-card--clickable{cursor:pointer}.fcd-card:hover{border-color:#6260f666;transform:translateY(-1px);box-shadow:0 8px 24px #00000059}.fcd-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.fcd-card-top-left{align-items:center;gap:12px;min-width:0;display:flex}.fcd-card-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.fcd-card-icon .material-symbols-rounded{color:#fff;font-size:22px}.fcd-card-titlewrap{flex-direction:column;gap:2px;min-width:0;display:flex}.fcd-card-name{color:#fff;font-size:18px;font-weight:700;line-height:28px}.fcd-card-time{color:#7e8189;font-size:12px;font-weight:400;line-height:16px}.fcd-card-fav{color:#7e8189;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:color .15s,background .15s;display:flex}.fcd-card-fav:hover{color:#ef4444;background:#ef444414}.fcd-card-fav .material-symbols-rounded{font-size:20px}.fcd-card-desc{color:#b2b5bd;white-space:pre-line;min-height:40px;margin:0;font-size:14px;line-height:20px}.fcd-card-meta{grid-template-columns:1fr 1fr;gap:8px;display:grid}.fcd-meta-block{background:#1e293b;border-radius:8px;flex-direction:column;gap:2px;padding:6px 10px;display:flex}.fcd-meta-label{color:#94a3b8;letter-spacing:.4px;font-size:10px;font-weight:700}.fcd-meta-val{color:#e2e8f0;font-size:12px;font-weight:500}.fcd-card-footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;display:flex}.fcd-card-price{color:#fff;font-size:18px;font-weight:700;line-height:28px}.fcd-card-price span{color:#fff;margin-left:2px;font-size:14px;font-weight:500}.fcd-card-add{color:#fff;cursor:pointer;background:#2d2d44;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.fcd-card-add:hover{background:#6260f6}.fcd-card-add .material-symbols-rounded{font-size:20px}.fcd-more-card{cursor:pointer;text-align:center;color:inherit;background:#191c2380;border:1px solid #717278;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:274px;padding:20px;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.fcd-more-card:hover{background:#6260f614;border-color:#6260f6}.fcd-more-icon{background:#1e293b;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:6px;display:flex}.fcd-more-icon .material-symbols-rounded{color:#cbd5e1;font-size:24px}.fcd-more-title{color:#cbd5e1;font-size:16px;font-weight:700;line-height:24px}.fcd-more-sub{color:#b2b5bd;font-size:14px;font-weight:400;line-height:20px}.fcd-pagination{justify-content:center;align-items:center;gap:6px;padding-top:8px;display:flex}.fcd-page-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-family:inherit;font-size:14px;font-weight:400;transition:background .12s,color .12s;display:inline-flex}.fcd-page-btn:hover:not(.active){color:#fff;background:#ffffff0f}.fcd-page-btn.active{color:#fff;background:#6c72ff;font-weight:700}.fcd-page-btn--nav{color:#94a3b8}.fcd-page-btn--nav .material-symbols-rounded{font-size:18px}.fcd-page-dots{color:#94a3b8;padding:0 4px;font-size:14px}@media (width<=960px){.fcd-infobar{grid-template-columns:repeat(2,1fr)}.fcd-featured-grid{grid-template-columns:1fr}.fcd-product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.fcd-body{grid-template-columns:1fr}.fcd-filter-sidebar{position:static}.fcd-product-grid{grid-template-columns:1fr}.fcd-content-header{flex-direction:column}.fcd-infobar{grid-template-columns:1fr}}.fcdd-breadcrumb-sep{color:#64748b;margin:0 2px}.fcdd-breadcrumb-current{color:#fff;font-weight:600}.fcdd-wrap{grid-template-columns:1fr 340px;align-items:start;gap:24px;padding:24px 32px 48px;display:grid}.fcdd-main{flex-direction:column;gap:24px;min-width:0;display:flex}.fcdd-hero{background-color:#1e293b;background-image:linear-gradient(135deg,#1e3a8a 0%,#312e81 50%,#4c1d95 100%);background-position:50%;background-size:cover;border-radius:16px;min-height:260px;position:relative;overflow:hidden}.fcdd-hero-overlay{background:linear-gradient(90deg,#0f172ae0 0%,#0f172a99 45%,#0f172a33 100%);position:absolute;inset:0}.fcdd-hero-inner{flex-direction:column;gap:14px;padding:28px 32px;display:flex;position:relative}.fcdd-hero-tags{flex-wrap:wrap;gap:8px;display:flex}.fcdd-hero-tag{color:#c7d2fe;background:#6366f138;border:1px solid #a5b4fc66;border-radius:999px;align-items:center;height:26px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.fcdd-hero-title{color:#fff;letter-spacing:-.01em;margin:0;font-size:32px;font-weight:800;line-height:1.25}.fcdd-hero-desc{color:#cbd5e1;white-space:pre-line;max-width:640px;margin:0;font-size:14px;line-height:22px}.fcdd-tabs{border-bottom:1px solid #ffffff14;gap:4px;padding:0 4px;display:flex}.fcdd-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:500;display:inline-flex;position:relative}.fcdd-tab:hover{color:#e2e8f0}.fcdd-tab.active{color:#fff;font-weight:700}.fcdd-tab.active:after{content:"";background:#6260f6;border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.fcdd-tab-badge{color:#cbd5e1;background:#ffffff14;border-radius:9px;justify-content:center;align-items:center;min-width:20px;height:18px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.fcdd-section{background:#161628;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.fcdd-section-title{color:#fff;margin:0;font-size:18px;font-weight:700}.fcdd-section-sub{color:#94a3b8;margin:-8px 0 0;font-size:13px;line-height:18px}.fcdd-features{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.fcdd-feature{background:#1b1b30;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;gap:10px;padding:18px;display:flex}.fcdd-feature-icon{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.fcdd-feature-icon .material-symbols-rounded{font-size:22px}.fcdd-feature-icon--blue{color:#93c5fd;background:#3b82f62e}.fcdd-feature-icon--amber{color:#fcd34d;background:#fbbf242e}.fcdd-feature-icon--green{color:#86efac;background:#22c55e2e}.fcdd-feature-title{color:#fff;font-size:15px;font-weight:700}.fcdd-feature-desc{color:#94a3b8;font-size:13px;line-height:19px}.fcdd-datagrid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.fcdd-datafield{color:#e2e8f0;background:#1b1b30;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;font-weight:500;display:flex}.fcdd-datafield .material-symbols-rounded{color:#a5b4fc;font-size:18px}.fcdd-charts{grid-template-columns:1fr 1fr;gap:12px;display:grid}.fcdd-chart-card{background:#1b1b30;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;gap:14px;padding:18px 20px;display:flex}.fcdd-chart-title{color:#fff;font-size:14px;font-weight:700}.fcdd-bars{flex-direction:column;gap:10px;display:flex}.fcdd-bar-row{color:#cbd5e1;grid-template-columns:50px 1fr 44px;align-items:center;gap:10px;font-size:13px;display:grid}.fcdd-bar-label{color:#94a3b8;font-weight:500}.fcdd-bar-track{background:#ffffff0d;border-radius:999px;height:8px;position:relative;overflow:hidden}.fcdd-bar-fill{background:#4b5fe0;border-radius:999px;height:100%;transition:width .3s}.fcdd-bar-fill--active{background:#6260f6}.fcdd-bar-pct{text-align:right;color:#cbd5e1;font-weight:600}.fcdd-bar-pct--active{color:#a5b4fc}.fcdd-donut-row{align-items:center;gap:24px;display:flex}.fcdd-donut{border-radius:50%;flex-shrink:0;width:110px;height:110px;position:relative}.fcdd-donut-hole{background:#1b1b30;border-radius:50%;position:absolute;inset:18px}.fcdd-donut-legend{color:#cbd5e1;flex-direction:column;gap:10px;font-size:13px;display:flex}.fcdd-legend-item{align-items:center;gap:8px;display:flex}.fcdd-legend-item strong{color:#fff;margin-left:4px;font-weight:700}.fcdd-legend-dot{border-radius:50%;width:10px;height:10px}.fcdd-legend-dot--male{background:#6260f6}.fcdd-legend-dot--female{background:#ec4899}.fcdd-summary{color:#cbd5e1;text-align:center;background:#6260f614;border:1px solid #6260f638;border-radius:10px;padding:14px 18px;font-size:13px;line-height:20px}.fcdd-summary strong{color:#a5b4fc;font-weight:700}.fcdd-warning{background:#f871710f;border:1px solid #f8717138;border-radius:14px;flex-direction:column;gap:10px;padding:18px 22px;display:flex}.fcdd-warning-header{color:#fca5a5;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.fcdd-warning-header .material-symbols-rounded{font-size:18px}.fcdd-warning-list{color:#cbd5e1;margin:0;padding:0 0 0 22px;font-size:13px;line-height:22px;list-style:outside}.fcdd-warning-list li::marker{color:#fca5a5}.fcdd-side{flex-direction:column;gap:16px;display:flex;position:sticky;top:24px}.fcdd-purchase{background:#161628;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:14px;padding:22px;display:flex}.fcdd-purchase-top{justify-content:space-between;align-items:flex-start;display:flex}.fcdd-purchase-label{color:#94a3b8;font-size:12px;font-weight:500}.fcdd-purchase-price{color:#fff;letter-spacing:-.01em;margin-top:4px;font-size:26px;font-weight:800}.fcdd-purchase-price span{color:#cbd5e1;margin-left:2px;font-size:15px;font-weight:600}.fcdd-purchase-fav{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.fcdd-purchase-fav:hover{color:#fca5a5;background:#ffffff0d}.fcdd-field{flex-direction:column;gap:8px;display:flex;position:relative}.fcdd-field-label{color:#cbd5e1;font-size:12px;font-weight:600}.fcdd-select{color:#e2e8f0;cursor:pointer;background:#1b1b30;border:1px solid #ffffff14;border-radius:10px;justify-content:space-between;align-items:center;height:42px;padding:0 14px;font-family:inherit;font-size:13px;display:flex}.fcdd-select:hover{border-color:#a5b4fc66}.fcdd-select .material-symbols-rounded{color:#94a3b8;font-size:20px;transition:transform .15s}.fcdd-select.open .material-symbols-rounded{transform:rotate(180deg)}.fcdd-select-menu{z-index:20;background:#1b1b30;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;gap:2px;margin-top:4px;padding:6px;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 32px #00000059}.fcdd-select-opt{text-align:left;color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:13px}.fcdd-select-opt:hover{color:#fff;background:#ffffff0d}.fcdd-select-opt.active{color:#fff;background:#6260f638;font-weight:600}.fcdd-stepper{background:#1b1b30;border:1px solid #ffffff14;border-radius:10px;justify-content:space-between;align-items:center;height:42px;padding:0 6px;display:flex}.fcdd-stepper button{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.fcdd-stepper button:hover{color:#fff;background:#ffffff0f}.fcdd-stepper button .material-symbols-rounded{font-size:18px}.fcdd-stepper-val{text-align:center;color:#fff;flex:1;font-size:15px;font-weight:700}.fcdd-min-note{color:#94a3b8;font-size:11px}.fcdd-total-row{border-top:1px dashed #ffffff14;justify-content:space-between;align-items:baseline;margin-top:4px;padding-top:14px;display:flex}.fcdd-total-label{color:#cbd5e1;font-size:13px;font-weight:500}.fcdd-total-val{color:#fff;letter-spacing:-.01em;font-size:22px;font-weight:800}.fcdd-member-note{color:#a5b4fc;text-align:right;margin-top:-6px;font-size:11px}.fcdd-buy-btn{color:#fff;cursor:pointer;background:#6260f6;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:48px;margin-top:6px;font-family:inherit;font-size:15px;font-weight:700;transition:background .15s,transform .15s;display:flex}.fcdd-buy-btn:hover{background:#5a60e8;transform:translateY(-1px)}.fcdd-buy-btn .material-symbols-rounded{font-size:20px}.fcdd-cart-btn{color:#e2e8f0;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:44px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.fcdd-cart-btn:hover{color:#fff;background:#ffffff0d}.fcdd-cart-btn .material-symbols-rounded{font-size:18px}.fcdd-bulk{background:#161628;border:1px solid #ffffff0f;border-radius:14px;gap:14px;padding:18px;display:flex}.fcdd-bulk-icon{color:#a5b4fc;background:#6260f629;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.fcdd-bulk-icon .material-symbols-rounded{font-size:22px}.fcdd-bulk-body{flex-direction:column;gap:4px;display:flex}.fcdd-bulk-title{color:#fff;font-size:14px;font-weight:700}.fcdd-bulk-desc{color:#94a3b8;font-size:12px;line-height:18px}.fcdd-bulk-link{color:#a5b4fc;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:4px;margin-top:4px;padding:0;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.fcdd-bulk-link:hover{color:#c7d2fe}.fcdd-bulk-link .material-symbols-rounded{font-size:16px}@media (width<=1180px){.fcdd-wrap{grid-template-columns:1fr}.fcdd-side{position:static}}@media (width<=860px){.fcdd-features{grid-template-columns:1fr}.fcdd-datagrid{grid-template-columns:repeat(2,1fr)}.fcdd-charts{grid-template-columns:1fr}.fcdd-wrap{padding:16px 20px 40px}}.fcs{min-height:100%;color:var(--text-primary);background:#101022;flex-direction:column;display:flex}.fcs-topheader{border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 32px;display:flex}.fcs-breadcrumb{align-items:center;gap:8px;display:flex}.fcs-breadcrumb-home{color:var(--fc-text-muted);cursor:pointer;font-size:14px;font-weight:500}.fcs-breadcrumb-sep{color:var(--fc-text-muted);font-size:14px}.fcs-breadcrumb-current{color:var(--fc-text-primary);font-size:14px;font-weight:500}.fcs-topheader-right{align-items:center;gap:12px;display:flex}.fcs-search-wrap{background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:8px;width:320px;height:42px;padding:0 14px;display:flex}.fcs-search-icon{color:var(--fc-text-muted);flex-shrink:0}.fcs-search-input{color:var(--fc-text-primary);background:0 0;border:none;outline:none;width:100%;font-size:14px}.fcs-search-input::placeholder{color:var(--fc-text-muted)}.fcs-icon-btn{width:42px;height:42px;color:var(--fc-text-muted);cursor:pointer;background:#ffffff12;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s;display:flex}.fcs-icon-btn:hover{background:#ffffff1f}.fcs-page-header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:24px;padding:14px 32px 10px;display:flex}.fcs-page-header-left{flex-direction:column;gap:6px;display:flex}.fcs-page-title{color:#fff;font-size:24px;font-weight:700;line-height:1.2}.fcs-page-sub{color:#b2b5bd;max-width:500px;font-size:14px;line-height:1.5}.fcs-add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#6c72ff;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:12px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,transform .1s;display:flex}.fcs-add-btn:hover{background:#5a60e8;transform:translateY(-1px)}.fcs-add-btn .material-symbols-rounded{font-size:18px}.fcs-toolbar{display:none}.fcs-month-nav{align-items:center;gap:8px;display:flex}.fcs-month-nav-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-family:inherit;font-size:14px;transition:background .12s,color .12s;display:flex}.fcs-month-nav-btn:hover{color:#fff;background:#ffffff14}.fcs-month-label{color:#fff;text-align:center;min-width:110px;font-size:18px;font-weight:700}.fcs-today-btn{color:#6c72ff;cursor:pointer;background:0 0;border:1px solid #6c72ff66;border-radius:8px;flex-shrink:0;padding:7px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:background .12s}.fcs-today-btn:hover{background:#6c72ff1a}.fcs-filter-tabs{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;gap:4px;margin-left:auto;padding:4px;display:flex}.fcs-filter-tab{color:#b2b5bd;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:13px;transition:background .12s,color .12s;display:flex}.fcs-filter-tab:hover{color:#fff;background:#ffffff0d}.fcs-filter-tab.active{color:#fff;background:#6c72ff38;font-weight:600}.fcs-filter-tab-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.fcs-cal-panel{background:linear-gradient(#1a1c23f2 0%,#0f0f19fa 100%);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;flex:1;min-height:0;margin:0 32px 18px;display:flex;overflow:hidden;box-shadow:0 18px 60px #00000073}.fcs-cal-toolbar{background:#ffffff05;border-bottom:1px solid #ffffff14;align-items:center;gap:14px;padding:8px 12px;display:flex}.fcs-cal-toolbar .fcs-month-label{font-size:15px}.fcs-cal-toolbar .fcs-today-btn{border-radius:8px;padding:6px 14px}.fcs-cal-dow-header{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(7,1fr);display:grid}.fcs-cal-dow-cell{text-align:center;color:#b2b5bd;letter-spacing:.5px;padding:8px;font-size:12px;font-weight:600}.fcs-cal-dow-cell.sun{color:#f87171}.fcs-cal-dow-cell.sat{color:#60a5fa}.fcs-cal-grid{flex:1;grid-template-rows:repeat(6,minmax(72px,1fr));grid-template-columns:repeat(7,1fr);min-height:0;display:grid}.fcs-cal-cell{cursor:default;border-bottom:1px solid #ffffff0f;border-right:1px solid #ffffff0f;flex-direction:column;gap:6px;min-height:100px;padding:6px 6px 5px;transition:background .1s;display:flex;position:relative}@media (height<=860px){.fcs-page-sub{display:none}.fcs-page-header{padding:10px 32px 8px}.fcs-cal-panel{margin:0 32px 12px}.fcs-cal-toolbar{padding:6px 10px}.fcs-cal-dow-cell{padding:6px}.fcs-cal-grid{grid-template-rows:repeat(6,minmax(64px,1fr))}.fcs-cal-cell{gap:5px;padding:6px 6px 4px}.fcs-event{gap:3px;padding:2px 6px}}@media (height<=760px){.fcs-topheader{height:52px}.fcs-page-title{font-size:22px}.fcs-cal-grid{grid-template-rows:repeat(6,minmax(58px,1fr))}.fcs-cal-cell{gap:4px;padding:5px 5px 4px}.fcs-event-time{font-size:10px}.fcs-event-title{font-size:11px}}.fcs-cal-cell:hover{background:#ffffff05}.fcs-cal-cell.other-month{opacity:.35}.fcs-cal-cell.today .fcs-day-num{color:#fff;background:#6c72ff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-weight:700;display:flex;box-shadow:0 0 0 2px #6c72ff59}.fcs-cal-cell.holiday{background:#f871710a}.fcs-cal-cell:last-child{border-right:none}.fcs-day-num{color:var(--text-primary);flex-shrink:0;justify-content:flex-start;align-items:center;width:auto;height:auto;font-size:13px;font-weight:600;display:inline-flex}.fcs-day-num.sun{color:#f87171}.fcs-day-num.sat{color:#60a5fa}.fcs-holiday-label{color:#f87171;background:#f871711f;border-radius:4px;width:fit-content;padding:1px 5px;font-size:10px;font-weight:600}.fcs-event-allday{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;background:#94a3b833;border-radius:8px;padding:6px 8px;font-size:11px;font-weight:500;overflow:hidden}.fcs-event{height:20px;box-shadow:none;white-space:nowrap;background:0 0;border:none;border-radius:3px;flex-direction:row;align-items:center;gap:4px;padding:2px 6px;display:flex;position:relative;overflow:hidden}.fcs-event-time{color:#fff;flex-shrink:0;font-size:12px;font-weight:500;line-height:16.8px}.fcs-event-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;line-height:16.8px;overflow:hidden}.fcs-ev-blue{background:#3b82f6}.fcs-ev-green{background:#10b981}.fcs-ev-purple{background:#a855f7}.fcs-ev-orange{background:#fb923c}.fcs-ev-gray{background:#7a828e}.fcs-event:before{content:none}@media (width<=860px){.fcs-toolbar{flex-wrap:wrap;gap:8px}.fcs-filter-tabs{margin-left:0}.fcs-cal-grid{grid-template-rows:repeat(6,minmax(80px,1fr))}}.fcn-page,.fcc-page{background:#0f0f19;flex-direction:column;min-height:100%;font-family:Pretendard,Noto Sans KR,sans-serif;display:flex;position:relative}.fcn-topheader,.fcc-topheader{background:#191c23;border-bottom:1px solid #2c2d33;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 32px;display:flex}.fcn-breadcrumb,.fcc-breadcrumb{align-items:center;gap:6px;font-size:13px;display:flex}.fcn-breadcrumb-home,.fcc-breadcrumb-home{color:#b2b5bd;cursor:pointer}.fcn-breadcrumb-home:hover,.fcc-breadcrumb-home:hover{color:#fff}.fcn-breadcrumb-sep,.fcc-breadcrumb-sep{color:#4a4c56}.fcn-breadcrumb-current,.fcc-breadcrumb-current{color:#fff;font-weight:500}.fcn-topheader-right,.fcc-topheader-right{align-items:center;gap:12px;display:flex}.fcn-search-wrap,.fcc-search-wrap{align-items:center;display:flex;position:relative}.fcn-search-icon,.fcc-search-icon{color:#b2b5bd;pointer-events:none;align-items:center;display:flex;position:absolute;right:12px}.fcn-search-input,.fcc-search-input{color:#fff;background:#1a1c23;border:1px solid #2c2d33;border-radius:8px;outline:none;width:280px;padding:8px 38px 8px 16px;font-size:13px;transition:border-color .15s}.fcn-search-input::placeholder,.fcc-search-input::placeholder{color:#b2b5bd}.fcn-search-input:focus,.fcc-search-input:focus{border-color:#6c72ff}.fcn-icon-btn,.fcc-icon-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.fcn-icon-btn:hover,.fcc-icon-btn:hover{color:#fff;background:#1a1c23}.fcn-content,.fcc-content{flex-direction:column;flex:1;gap:0;padding:32px;display:flex}.fcn-page-header,.fcc-page-header{justify-content:space-between;align-items:flex-start;margin-bottom:32px;display:flex}.fcn-page-header-left,.fcc-page-header-left{flex-direction:column;gap:8px;display:flex}.fcn-title,.fcc-title{color:#fff;font-family:Pretendard,sans-serif;font-size:32px;font-weight:700;line-height:1.2}.fcn-subtitle,.fcc-subtitle{color:#b2b5bd;font-size:16px;line-height:1.5}.fcn-register-btn,.fcc-register-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#6c72ff;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;height:48px;padding:0 24px;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;transition:background .15s,box-shadow .15s;display:flex}.fcn-register-btn{min-width:162px}.fcc-register-btn{min-width:132px}.fcn-register-btn:hover,.fcc-register-btn:hover{background:#7c82ff;box-shadow:0 4px 16px #6c72ff66}.fcn-register-btn-plus,.fcc-register-btn-plus{font-size:20px;font-weight:400;line-height:1}.fcn-icon-btn--badge{position:relative}.fcn-header-badge{color:#fff;background:#6c72ff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.fcn-pinned-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.fcn-pinned-card{border-radius:16px;flex-direction:column;gap:12px;min-height:200px;padding:25px;display:flex}.fcn-pinned-card--urgent{background:linear-gradient(135deg,#6260f633 0%,#1e1e2e 100%);border:1px solid #6260f64d}.fcn-pinned-card--system{background:#1e1e2e;border:1px solid #282839}.fcn-pinned-badge{border-radius:6px;align-self:flex-start;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.fcn-pinned-badge--urgent{color:#f87171;background:#ef444433}.fcn-pinned-badge--system{color:#60a5fa;background:#3b82f64d;border-radius:4px}.fcn-badge-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.fcn-badge-dot--red{background:#f87171;box-shadow:0 0 4px #f87171cc}.fcn-pinned-title{color:#fff;font-family:Noto Sans KR,sans-serif;font-size:20px;font-weight:700;line-height:1.4}.fcn-pinned-body{color:#b2b5bd;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.fcn-pinned-meta{color:#b2b5bd;align-items:center;gap:8px;margin-top:auto;font-size:12px;display:flex}.fcn-meta-dot{background:#4a4c56;border-radius:50%;flex-shrink:0;width:3px;height:3px}.fcn-meta-spacer{flex:1}.fcn-meta-views{color:#b2b5bd;align-items:center;gap:4px;display:flex}.fcn-list-section{background:#1a1c23;border:1px solid #2c2d33;border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:hidden}.fcn-tab-bar{align-items:center;gap:8px;display:flex}.fcn-tab{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:20px;padding:7px 18px;font-size:13px;font-weight:500;transition:background .15s,color .15s,border-color .15s}.fcn-tab:hover{color:#fff;background:#22253a}.fcn-tab--active{color:#fff;background:#6c72ff;border-color:#6c72ff;font-weight:600}.fcn-table-wrap{margin-top:16px;overflow-x:auto}.fcn-table{border-collapse:collapse;width:100%}.fcn-th{text-align:left;color:#b2b5bd;white-space:nowrap;background:#111118;border-bottom:1px solid #2c2d33;padding:12px 16px;font-size:12px;font-weight:600}.fcn-th--no{text-align:center;width:60px}.fcn-th--cat{width:100px}.fcn-th--title{min-width:300px}.fcn-th--author,.fcn-th--date{width:110px}.fcn-th--views{width:90px}.fcn-tr{cursor:pointer;border-bottom:1px solid #2c2d33;transition:background .12s}.fcn-tr:last-child{border-bottom:none}.fcn-tr:hover{background:#1e1e2e}.fcn-td{color:#e2e8f0;vertical-align:middle;padding:14px 16px;font-size:13px}.fcn-td--no{text-align:center;color:#b2b5bd}.fcn-td--title{color:#fff;font-weight:400}.fcn-td--title-bold{font-weight:600}.fcn-td--author,.fcn-td--date{color:#b2b5bd;font-size:12px}.fcn-cat-badge{white-space:nowrap;border-radius:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.fcn-cat-badge--red{color:#f87171;background:#ef444426}.fcn-cat-badge--blue{color:#60a5fa;background:#3b82f626}.fcn-cat-badge--green{color:#4ade80;background:#4ade8026}.fcn-cat-badge--gray{color:#b2b5bd;background:#b2b5bd1a}.fcn-row-badge{letter-spacing:.02em;border-radius:4px;justify-content:center;align-items:center;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.fcn-row-badge--urgent{color:#fff;background:#ef4444}.fcn-row-badge--system{color:#fff;background:#4b5563}.fcn-new-badge{color:#fff;vertical-align:middle;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:6px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.fcn-td--views{text-align:right;color:#e2e8f0;font-size:14px}.fcn-pagination{justify-content:center;align-items:center;gap:6px;padding:20px;display:flex}.fcn-page-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-size:13px;transition:background .12s,color .12s,border-color .12s;display:flex}.fcn-page-btn:hover:not(:disabled){color:#fff;background:#22253a}.fcn-page-btn--active{color:#fff;background:#6c72ff;border-color:#6c72ff;font-weight:600}.fcn-page-btn--nav{color:#b2b5bd}.fcn-page-btn:disabled{opacity:.35;cursor:not-allowed}.fcn-page-dots{cursor:default;color:#b2b5bd;letter-spacing:2px;background:0 0;border:none;font-size:14px}.fcc-filter-bar{background:#1a1c23;border:1px solid #2c2d33;border-radius:12px;flex-direction:column;gap:14px;margin-bottom:24px;padding:16px 20px;display:flex}.fcc-filter-top{align-items:center;gap:12px;display:flex}.fcc-filter-search-wrap{flex:1;align-items:center;max-width:400px;display:flex;position:relative}.fcc-filter-search-icon{color:#b2b5bd;pointer-events:none;align-items:center;display:flex;position:absolute;left:12px}.fcc-filter-search-input{color:#fff;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;width:100%;padding:9px 16px 9px 38px;font-size:13px;transition:border-color .15s}.fcc-filter-search-input::placeholder{color:#b2b5bd}.fcc-filter-search-input:focus{border-color:#6c72ff}.fcc-filter-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.fcc-excel-btn{cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.fcc-excel-btn--download{color:#9b9fff;background:#6c72ff1f;border:1px solid #6c72ff4d}.fcc-excel-btn--download:hover{color:#c0c3ff;background:#6c72ff33}.fcc-excel-btn--upload{color:#b2b5bd;background:0 0;border:1px solid #2c2d33}.fcc-excel-btn--upload:hover{color:#fff;background:#22253a}.fcc-filter-bottom{justify-content:space-between;align-items:center;gap:12px;display:flex}.fcc-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fcc-chip{color:#b2b5bd;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2c2d33;border-radius:20px;padding:6px 16px;font-size:13px;transition:background .15s,color .15s,border-color .15s}.fcc-chip:hover{color:#fff;background:#22253a}.fcc-chip--active{color:#fff;background:#6c72ff;border-color:#6c72ff;font-weight:600}.fcc-dropdowns{align-items:center;gap:8px;display:flex}.fcc-dropdown{color:#b2b5bd;cursor:pointer;white-space:nowrap;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;transition:border-color .15s,color .15s;display:flex}.fcc-dropdown:hover{color:#fff;border-color:#6c72ff}.fcc-table-wrap{background:#1a1c23;border:1px solid #2c2d33;border-radius:12px;flex:1;overflow:hidden}.fcc-table{border-collapse:collapse;table-layout:fixed;width:100%}.fcc-th{text-align:left;color:#b4b7be;white-space:nowrap;background:#111118;border-bottom:1px solid #2c2d33;padding:12px 14px;font-size:13px;font-weight:500}.fcc-th--wide{min-width:200px}.fcc-tr{cursor:pointer;border-bottom:1px solid #2c2d33;transition:background .12s}.fcc-tr:last-child{border-bottom:none}.fcc-tr:hover{background:#6c72ff0d}.fcc-td{color:#e2e8f0;vertical-align:middle;padding:13px 14px;font-size:13px}.fcc-td--name{color:#fff;font-weight:600}.fcc-td--mono{color:#b2b5bd;font-variant-numeric:tabular-nums;font-size:12px}.fcc-td--address{color:#b2b5bd;word-break:keep-all;font-size:12px;line-height:1.5}.fcc-td--dbtype{color:#b2b5bd;font-size:13px}.fcc-td--center{text-align:center;color:#4a4c56}.fcc-status-badge{color:#4ade80;align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.fcc-status-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 5px #4ade8099}.fcc-progress-badge{border-radius:2px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.fcc-progress-badge--main{color:#042986;background:#a1c4e5}.fcc-progress-badge--sub{color:#8d0000;background:#e6a3a3}.fcc-db-badge{color:#9b9fff;white-space:nowrap;background:#6c72ff1f;border:1px solid #6c72ff33;border-radius:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.fcc-status-icons{align-items:center;gap:4px;display:inline-flex}.fcc-status-star{color:var(--color-warning);font-size:16px}.fcc-status-check{color:var(--color-success);font-size:16px}.fcc-delete-btn{cursor:pointer;color:var(--color-danger);background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:background .15s;display:inline-flex}.fcc-delete-btn:hover{background:#ef44441a}.fcc-delete-btn .material-symbols-rounded{font-size:18px}.fcc-row-actions{justify-content:center;align-items:center;gap:6px;display:inline-flex}.fcc-row-action-btn{color:#b2b5bd;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2c2d33;border-radius:8px;height:28px;padding:0 10px;font-size:12px;transition:background .12s,color .12s,border-color .12s}.fcc-row-action-btn:hover{color:#fff;background:#22253a;border-color:#6c72ff8c}.fcc-modal-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.fcc-modal{background:#0f0f19;border:1px solid #2c2d33;border-radius:16px;flex-direction:column;width:min(1200px,100%);max-height:min(844px,100vh - 48px);display:flex;overflow:hidden}.fcc-modal-header{background:#25272e;border-bottom:1px solid #2c2d33;justify-content:space-between;align-items:center;height:54px;padding:0 20px;display:flex}.fcc-modal-title{color:#fff;font-size:14px;font-weight:600}.fcc-modal-close{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;line-height:1;display:flex}.fcc-modal-close:hover{color:#fff;background:#1a1c23}.fcc-modal-body{flex:1;grid-template-columns:300px 1fr;gap:0;min-height:0;display:grid}.fcc-modal-aside{background:#191c23;border-right:1px solid #2d2d44;padding:20px;overflow:auto}.fcc-modal-profile{border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;display:flex}.fcc-modal-avatar{background:#b9b9b9;border-radius:999px;flex-shrink:0;width:80px;height:80px}.fcc-modal-name{color:#fff;font-size:24px;font-weight:500}.fcc-modal-sub{color:#b2b5bd;margin-top:4px;font-size:13px}.fcc-modal-tags{align-items:center;gap:8px;margin-top:10px;display:flex}.fcc-modal-tag{color:#b2b5bd;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:4px;padding:2px 8px;font-size:11px}.fcc-modal-kv{flex-direction:column;gap:10px;display:flex}.fcc-modal-kv-row{grid-template-columns:64px 1fr;align-items:start;gap:10px;display:grid}.fcc-modal-kv-label{color:#b2b5bd;align-items:center;font-size:13px;display:flex}.fcc-modal-kv-value{color:#fff;word-break:break-word;font-size:12px;line-height:1.5}.fcc-modal-kv-input{color:#b2b5bd;text-overflow:ellipsis;white-space:nowrap;border:1px solid #2c2d33;border-radius:4px;align-items:center;height:36px;padding:0 12px;font-size:14px;display:flex;overflow:hidden}.fcc-modal-kv-input--filled{color:#fff;background:#ffffff0d}.fcc-modal-contact{gap:16px;margin-top:20px;margin-bottom:20px;display:flex}.fcc-modal-contact-btn{color:#fff;cursor:pointer;border:1px solid #ffffff1a;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;height:60px;font-size:15px;font-weight:600;transition:opacity .15s;display:flex}.fcc-modal-contact-btn:hover{opacity:.85}.fcc-modal-contact-btn--call{background:linear-gradient(#80c58a4d 0%,#ffffff0d 100%)}.fcc-modal-contact-btn--chat{background:linear-gradient(#e5a6674d 0%,#ffffff0d 100%)}.fcc-modal-divider{background:#ffffff0f;height:1px;margin:10px 0 4px}.fcc-modal-field{flex-direction:column;gap:8px;margin-top:10px;display:flex}.fcc-modal-field-label{color:#b2b5bd;font-size:13px}.fcc-modal-field-input{background:#ffffff0d;border:1px solid #2c2d33;border-radius:8px;justify-content:space-between;align-items:center;height:36px;padding:0 12px;display:flex}.fcc-modal-field-placeholder{color:#fff;font-size:13px}.fcc-modal-field-icon{color:#b2b5bd;font-size:18px}.fcc-modal-field-textarea{color:#b2b5bd;white-space:pre-wrap;background:#ffffff1a;border:1px solid #2c2d33;border-radius:10px;min-height:80px;padding:12px;font-size:13px;line-height:1.6}.fcc-modal-field-muted{color:#b2b5bd;background:#ffffff0d;border:1px solid #2c2d33;border-radius:8px;padding:10px 12px;font-size:13px}.fcc-modal-main{min-height:0;padding:20px;overflow:auto}.fcc-modal-filterbar{background:#6c72ff0f;border:1px solid #6c72ff80;border-radius:12px;grid-template-columns:1fr 1fr 1fr auto;gap:12px;margin-bottom:16px;padding:16px;display:grid}.fcc-modal-filter-label{color:#b2b5bd;margin-bottom:8px;font-size:12px}.fcc-modal-select{color:#fff;cursor:pointer;background:#0f0f19;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;width:100%;height:42px;padding:0 12px;display:flex}.fcc-modal-select-icon{color:#b2b5bd;font-size:18px}.fcc-modal-url-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;align-self:end;align-items:center;gap:8px;height:42px;padding:0 14px;display:inline-flex}.fcc-modal-url-btn .material-symbols-rounded{color:#b2b5bd;font-size:18px}.fcc-modal-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.fcc-modal-panel-card{background:#1a1c23;border:1px solid #ffffff0f;border-radius:12px;min-height:0;padding:16px;position:relative;overflow:hidden}.fcc-modal-panel-card--gradient{background:#1a1c23;border-color:#6366f159}.fcc-modal-panel-card--gradient:before{content:"";opacity:.25;pointer-events:none;background:linear-gradient(135deg,#6366f1e6 0%,#1a1c2300 40%,#a855f7d9 100%);position:absolute;inset:-2px}.fcc-modal-panel-card--gradient:after{content:"";pointer-events:none;background:radial-gradient(120% 120% at 25% 10%,#6366f159 0%,#6366f10a 45%,#1a1c2300 70%),radial-gradient(120% 120% at 85% 30%,#a855f747 0%,#a855f70a 40%,#1a1c2300 72%);position:absolute;inset:0}.fcc-modal-panel-card>*{z-index:1;position:relative}.fcc-modal-card-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.fcc-modal-card-head--spaced{margin-bottom:14px}.fcc-modal-card-head-left{align-items:center;gap:10px;display:inline-flex}.fcc-modal-card-icon{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#9333ea 100%);border-radius:12px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:inline-flex;box-shadow:0 10px 22px #6366f138}.fcc-modal-card-title{color:#fff;font-size:16px;font-weight:700}.fcc-modal-pill{color:#a5b4fc;background:#6366f133;border:1px solid #6366f14d;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700}.fcc-modal-panel-card--gradient .fcc-modal-pill{background:#6366f138;border-color:#6366f159}.fcc-modal-copy-btn{color:#b2b5bd;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.fcc-modal-copy-btn .material-symbols-rounded{font-size:16px}.fcc-modal-copy-btn:hover{color:#fff;border-color:#ffffff40}.fcc-modal-script-box{color:#b2b5bd;background:#15161c;border:1px solid #ffffff0f;border-radius:10px;padding:14px;font-size:13px;line-height:1.7}.fcc-modal-link-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:none;font-size:12px}.fcc-modal-link-btn:hover{color:#fff}.fcc-modal-coach-list{flex-direction:column;gap:12px;display:flex}.fcc-modal-coach-item{grid-template-columns:24px 1fr;align-items:start;gap:10px;display:grid}.fcc-modal-coach-dot{color:#a5b4fc;margin-top:2px;font-size:18px}.fcc-modal-coach-title{color:#fff;margin-bottom:4px;font-size:14px;font-weight:600}.fcc-modal-coach-desc{color:#b2b5bd;font-size:13px;line-height:1.5}.fcc-modal-timeline{flex-direction:column;gap:12px;padding-left:10px;display:flex;position:relative}.fcc-modal-timeline:before{content:"";background:#ffffff14;width:1px;position:absolute;top:6px;bottom:6px;left:14px}.fcc-modal-timeline-item{grid-template-columns:18px 1fr;align-items:start;gap:10px;padding-left:2px;display:grid}.fcc-modal-timeline-dot{background:#475569;border-radius:999px;width:10px;height:10px;margin-top:4px;box-shadow:0 0 0 3px #1a1c23}.fcc-modal-timeline-item--active .fcc-modal-timeline-dot{background:#6c72ff;box-shadow:0 0 0 3px #1a1c23,0 0 12px #6c72ff73}.fcc-modal-timeline-date{color:#b2b5bd;font-size:12px;font-weight:700}.fcc-modal-timeline-item--active .fcc-modal-timeline-date{color:#6c72ff}.fcc-modal-timeline-title{color:#fff;margin-top:4px;font-size:13px;font-weight:600}.fcc-modal-timeline-sub{color:#7e8189;margin-top:4px;font-size:12px}.fcc-modal-consult-box{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:10px;padding:14px}.fcc-modal-memo-list{flex-direction:column;gap:12px;display:flex}.fcc-modal-memo-row{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:10px;padding:14px}.fcc-modal-memo-bottom{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.fcc-modal-trash{color:#b2b5bd;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.fcc-modal-trash .material-symbols-rounded{font-size:18px}.fcc-modal-trash:hover{color:#fff;border-color:#ffffff24}.fcc-modal-tabs{border-bottom:1px solid #ffffff14;align-items:center;gap:18px;margin-bottom:12px;padding-bottom:10px;display:flex}.fcc-modal-tab{color:#b2b5bd;cursor:pointer;background:0 0;border:none;padding:6px 0;font-size:14px;position:relative}.fcc-modal-tab--active{color:#fff;font-weight:700}.fcc-modal-tab--active:after{content:"";background:#6c72ff;height:2px;position:absolute;bottom:-11px;left:0;right:0}.fcc-modal-panel{padding-top:0}.fcc-modal-panel-title{color:#fff;margin-bottom:10px;font-size:14px;font-weight:700}.fcc-modal-card{background:#1a1c23;border:1px solid #ffffff0f;border-radius:12px;padding:14px}.fcc-modal-card-pre{color:#fff;white-space:pre-wrap;font-size:13px;line-height:1.6}.fcc-modal-memo-item+.fcc-modal-memo-item{border-top:1px solid #ffffff0f;margin-top:12px;padding-top:12px}.fcc-modal-memo-text{color:#fff;font-size:13px;line-height:1.6}.fcc-modal-memo-date{color:#b2b5bd;margin-top:8px;font-size:12px}.fcc-modal-admin-note{color:#b2b5bd;white-space:pre-wrap;font-size:13px;line-height:1.6}.fcc-modal-actions{justify-content:flex-end;gap:10px;margin-top:12px;display:flex}.fcc-modal-input-row{gap:10px;margin-top:12px;display:flex}.fcc-modal-input{color:#fff;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;flex:1;height:42px;padding:0 12px}.fcc-modal-input::placeholder{color:#b2b5bd}.fcc-modal-btn{cursor:pointer;white-space:nowrap;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:6px;height:42px;padding:0 14px;font-size:14px;font-weight:500;transition:background .12s,border-color .12s;display:inline-flex}.fcc-modal-btn--primary{color:#fff;background:#6c72ff;border-color:#6c72ff;height:38px;padding:0 16px;font-size:14px;font-weight:700}.fcc-modal-btn--primary:hover{background:#7c82ff}.fcc-modal-btn--ghost{color:#fff;background:#ffffff0d}.fcc-modal-btn--ghost:hover{background:#ffffff14}.fcc-reg-modal{background:#1a1c23;border:1px solid #2c2d33;border-radius:16px;flex-direction:column;width:min(740px,100%);max-height:calc(100vh - 48px);display:flex;overflow:hidden}.fcc-reg-header{border-bottom:1px solid #2c2d33;justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.fcc-reg-title{color:#fff;margin:0;font-size:20px;font-weight:700}.fcc-reg-body{flex:1;padding:28px 32px;overflow-y:auto}.fcc-reg-section{margin-bottom:28px}.fcc-reg-section:last-child{margin-bottom:0}.fcc-reg-section-title{color:#fff;border-bottom:2px solid #e5a667;margin-bottom:20px;padding-bottom:10px;font-size:15px;font-weight:600}.fcc-reg-grid{grid-template-columns:1fr 1fr;gap:18px 16px;display:grid}.fcc-reg-field{flex-direction:column;gap:8px;min-width:0;display:flex}.fcc-reg-label{color:#fff;font-size:13px;font-weight:600}.fcc-reg-input{color:#fff;background:#25272e;border:1px solid #3a3c44;border-radius:8px;outline:none;width:100%;min-width:0;height:44px;padding:0 14px;font-family:inherit;font-size:14px}.fcc-reg-input:focus{border-color:#6c72ff}.fcc-reg-input::placeholder{color:#7e8189}.fcc-reg-manage{flex-direction:column;gap:16px;display:flex}.fcc-reg-manage-row{align-items:center;gap:14px;display:flex}.fcc-reg-manage-label{color:#fff;white-space:nowrap;min-width:80px;font-size:13px;font-weight:600}.fcc-reg-select{color:#fff;appearance:none;cursor:pointer;background:#25272e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b2b5bd' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #3a3c44;border-radius:8px;outline:none;min-width:140px;height:44px;padding:0 36px 0 14px;font-family:inherit;font-size:14px}.fcc-reg-select:focus,.fcc-reg-select--accent{border-color:#6c72ff}.fcc-reg-select option{color:#fff;background:#25272e}.fcc-reg-datetime{flex:1;position:relative}.fcc-reg-datetime .fcc-reg-input{padding-right:44px}.fcc-reg-datetime-icon{color:#b2b5bd;pointer-events:none;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.fcc-reg-note{flex-direction:column;gap:8px;margin-top:20px;display:flex}.fcc-reg-textarea{color:#fff;resize:vertical;background:#25272e;border:1px solid #3a3c44;border-radius:8px;outline:none;min-height:100px;padding:12px 14px;font-family:inherit;font-size:14px;line-height:1.6}.fcc-reg-textarea::placeholder{color:#7e8189}.fcc-reg-textarea:focus{border-color:#6c72ff}.fcc-reg-divider{background:#2c2d33;height:1px;margin:0 32px}.fcc-reg-footer{justify-content:center;gap:16px;padding:24px 32px 28px;display:flex}.fcc-reg-cancel{color:#fff;cursor:pointer;background:#25272e;border:1px solid #3a3c44;border-radius:8px;min-width:180px;height:50px;font-size:15px;font-weight:600;transition:background .12s}.fcc-reg-cancel:hover{background:#2e3038}.fcc-reg-submit{color:#fff;cursor:pointer;background:#6c72ff;border:none;border-radius:8px;min-width:200px;height:50px;font-size:15px;font-weight:700;transition:background .12s}.fcc-reg-submit:hover{background:#7c82ff}.fcc-table-footer{border-top:1px solid #2c2d33;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.fcc-total-label{color:#b2b5bd;font-size:13px}.fcc-total-label strong{color:#fff;font-weight:600}.fcc-pagination{align-items:center;gap:4px;display:flex}.fcc-page-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-size:13px;transition:background .12s,color .12s,border-color .12s;display:flex}.fcc-page-btn:hover:not(:disabled){color:#fff;background:#22253a}.fcc-page-btn--active{color:#fff;background:#6c72ff;border-color:#6c72ff;font-weight:600}.fcc-page-btn--nav{color:#b2b5bd}.fcc-page-btn:disabled{opacity:.35;cursor:not-allowed}.fcc-page-ellipsis{color:#4a4c56;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;min-width:32px;height:32px;font-size:13px;display:flex}.fcn-chatbot-fab,.fcc-chatbot-fab{cursor:pointer;z-index:100;background:linear-gradient(135deg,#2d63b4 0%,#adb0ff 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:0;transition:transform .15s,box-shadow .15s,filter .15s;display:flex;position:fixed;bottom:28px;right:28px;overflow:hidden;box-shadow:0 4px 20px #2d63b473}.fcn-chatbot-fab:hover,.fcc-chatbot-fab:hover{filter:brightness(1.05);transform:scale(1.08);box-shadow:0 6px 24px #2d63b499}.fcn-chatbot-fab img,.fcc-chatbot-fab img{object-fit:contain;width:48px;height:48px;display:block}@media (width<=1100px){.fcn-pinned-grid{grid-template-columns:1fr}.fcc-filter-bottom{flex-direction:column;align-items:flex-start}}@media (width<=900px){.fcn-content,.fcc-content{padding:20px}.fcn-page-header,.fcc-page-header{flex-direction:column;gap:16px}.fcn-register-btn,.fcc-register-btn{align-self:flex-start}.fcc-filter-top{flex-direction:column;align-items:stretch}.fcc-filter-search-wrap{max-width:100%}.fcc-filter-actions{margin-left:0}}:root{--fc-bg-page:#101022;--fc-bg-card:#1a1a24;--fc-bg-sidebar:#111118;--fc-bg-header-row:#111118;--fc-accent:#2a26f2;--fc-accent-hover:#4440ff;--fc-border:#ffffff12;--fc-text-white:#fff;--fc-text-muted:#ffffff73;--fc-text-sub:#ffffffa6;--fc-glow-purple:#2a26f238;--fc-glow-yellow:#eab30838;--fc-glow-green:#22c55e38;--fc-glow-red:#ef444438;--fc-radius-card:16px;--fc-radius-badge:6px;--fc-shadow-card:0 4px 24px #00000073}.fc-page{background:var(--fc-bg-page);min-height:100%;color:var(--fc-text-white);padding:24px 32px 40px;font-size:13px;overflow-y:auto}.fc-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.fc-page-header__left h1{color:var(--fc-text-white);margin:0;font-size:28px;font-weight:700;line-height:1.2}.fc-page-header__left p{color:var(--fc-text-muted);margin:6px 0 0;font-size:14px}.fc-page-header__right{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.fc-search{background:var(--fc-bg-card);border:1px solid var(--fc-border);border-radius:10px;align-items:center;gap:8px;min-width:220px;padding:8px 14px;display:flex}.fc-search input{color:var(--fc-text-white);background:0 0;border:none;outline:none;width:100%;font-size:13px}.fc-search input::placeholder{color:var(--fc-text-muted)}.fc-search svg{color:var(--fc-text-muted);flex-shrink:0}.fccl-page{background:var(--fc-bg-page);min-height:100%;color:var(--fc-text-white);flex-direction:column;font-family:Pretendard,Noto Sans KR,sans-serif;display:flex}.fccl-topheader{border-bottom:1px solid var(--fc-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 32px;display:flex}.fccl-breadcrumb{color:var(--fc-text-muted);align-items:center;gap:6px;font-size:13px;display:flex}.fccl-breadcrumb-sep{color:var(--fc-text-muted)}.fccl-breadcrumb-item.active{color:var(--fc-text-white);font-weight:600}.fccl-topheader-right{align-items:center;gap:10px;display:flex}.fccl-search-wrap{border:1px solid var(--fc-border);background:#ffffff0d;border-radius:10px;align-items:center;gap:8px;min-width:260px;padding:8px 14px;display:flex}.fccl-search-icon{color:var(--fc-text-muted);font-size:18px}.fccl-search-input{color:var(--fc-text-white);background:0 0;border:none;outline:none;width:100%;font-size:13px}.fccl-search-input::placeholder{color:var(--fc-text-muted)}.fccl-icon-btn{border:1px solid var(--fc-border);width:38px;height:38px;color:var(--fc-text-muted);cursor:pointer;background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;transition:background .12s;display:flex}.fccl-icon-btn:hover{color:var(--fc-text-white);background:#ffffff14}.fccl-cart-btn{position:relative}.fccl-cart-badge{text-align:center;color:#fff;pointer-events:none;background:#6c72ff;border-radius:9999px;min-width:14px;height:14px;padding:0 3px;font-family:Pretendard,sans-serif;font-size:9px;font-weight:700;line-height:14px;position:absolute;top:4px;right:4px}.fccl-content{flex-direction:column;flex:1;gap:24px;min-height:0;padding:28px 32px 32px;display:flex}.fccl-page-header{justify-content:space-between;align-items:flex-end;gap:32px;min-height:73px;display:flex}.fccl-page-header-title{flex-direction:column;gap:4px;display:flex}.fccl-title{letter-spacing:-.6px;color:#fff;margin:0 0 4px;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:32px;font-weight:700;line-height:44.8px}.fccl-subtitle{color:#b2b5bd;margin:0;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:16px;font-weight:400;line-height:24px}.fccl-stepper{background:0 0;border:0;border-radius:0;flex-shrink:0;align-items:center;gap:12px;padding:0;display:flex}.fccl-step-row{align-items:center;gap:12px;display:flex}.fccl-step-item{align-items:center;gap:8px;display:flex}.fccl-step-dot{color:#b2b5bd;background:#1a1c23;border:1px solid #1a1c23;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.fccl-step-dot.active{color:#fff;background:#6260f6;border-color:#6260f6;box-shadow:0 0 0 4px #6260f624}.fccl-step-label{color:#b2b5bd;white-space:nowrap;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:15px;font-weight:400;line-height:21px}.fccl-step-label.active{color:#6260f6;font-weight:600}.fccl-step-divider{background:#7e8189;flex-shrink:0;width:32px;height:1px}.fccl-card{background:var(--fc-bg-card);border:1px solid var(--fc-border);border-radius:12px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.fccl-form-body{flex-direction:column;flex:1;gap:28px;min-height:0;padding:28px 32px;display:flex;overflow:auto}.fccl-section{flex-direction:column;gap:18px;display:flex}.fccl-section-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.fccl-section-title{color:var(--fc-text-white);margin:0;font-size:18px;font-weight:600}.fccl-section>.fccl-section-title{border-bottom:1px solid #ffffff14;padding-bottom:14px}.fccl-section-desc{color:var(--fc-text-muted);margin:-8px 0 0;font-size:13px}.fccl-lookup-btn{color:var(--fc-text-sub);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:8px 18px;font-size:14px;font-weight:400;transition:background .12s}.fccl-lookup-btn:hover{background:#ffffff0f}.fccl-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px;display:grid}.fccl-field{flex-direction:column;gap:8px;min-width:0;display:flex}.fccl-field--wide{grid-column:1/-1}.fccl-field--half-row{grid-column:1/-1;max-width:calc(50% - 12px)}.fccl-label{color:var(--fc-text-sub);font-size:13px;font-weight:600}.fccl-input{box-sizing:border-box;border:1px solid var(--fc-border);width:100%;color:var(--fc-text-white);background:#ffffff0d;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .12s}.fccl-input:focus{border-color:#6c72ff99}.fccl-input::placeholder{color:var(--fc-text-muted)}.fccl-select{box-sizing:border-box;border:1px solid var(--fc-border);width:100%;color:var(--fc-text-white);cursor:pointer;background:#ffffff0d;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .12s}.fccl-select:focus{border-color:#6c72ff99}.fccl-select option{color:#fff;background:#1a1a24}.fccl-radio-group{align-items:stretch;gap:10px;width:100%;display:flex}.fccl-radio-btn{box-sizing:border-box;border:1px solid var(--fc-border);min-width:0;height:46px;color:var(--fc-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0a;border-radius:8px;flex:1 1 0;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:500;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.fccl-radio-btn input[type=radio]{display:none}.fccl-radio-btn.selected{color:#fff;background:#6c72ff;border-color:#6c72ff;font-weight:600}.fccl-ssn-row,.fccl-date-row{align-items:center;gap:8px;display:flex}.fccl-ssn-front{flex:1}.fccl-date-part{text-align:center;flex:1;width:auto;min-width:0}.fccl-ssn-sep{color:var(--fc-text-muted);flex-shrink:0;font-weight:600}.fccl-ssn-back{border:1px solid var(--fc-border);color:var(--fc-text-muted);letter-spacing:4px;background:#ffffff0a;border-radius:8px;flex:1;padding:10px 14px;font-size:14px}.fccl-doc-list{flex-direction:column;gap:8px;display:flex}.fccl-doc-item{border:1px solid var(--fc-border);background:#ffffff08;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;transition:background .12s;display:flex}.fccl-doc-item.uploaded{background:#22c55e0f;border-color:#22c55e66}.fccl-doc-icon{color:var(--fc-text-muted);flex-shrink:0;font-size:20px}.fccl-doc-item.uploaded .fccl-doc-icon{color:#4ade80}.fccl-doc-name{color:var(--fc-text-white);flex:1;font-size:14px}.fccl-doc-btn{border:1px solid var(--fc-border);color:var(--fc-text-muted);cursor:pointer;background:0 0;border-radius:7px;padding:5px 14px;font-size:12px;font-weight:600;transition:all .12s}.fccl-doc-item.uploaded .fccl-doc-btn{color:#4ade80;background:#22c55e14;border-color:#22c55e66}.fccl-form-actions{border-top:1px solid var(--fc-border);justify-content:flex-end;gap:12px;padding-top:8px;display:flex}.fccl-form-actions--between{justify-content:space-between}.fccl-btn-primary{background:var(--fc-accent);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s;display:flex}.fccl-btn-primary:hover{background:var(--fc-accent-hover)}.fccl-btn-primary .material-symbols-rounded{font-size:18px}.fccl-btn-secondary{border:1px solid var(--fc-border);color:var(--fc-text-muted);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,color .15s;display:flex}.fccl-btn-secondary:hover{color:var(--fc-text-white);background:#ffffff0d}.fccl-btn-secondary .material-symbols-rounded{font-size:18px}.fccl-textarea{box-sizing:border-box;width:100%;min-height:96px;color:var(--fc-text-primary);resize:vertical;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:12px 14px;font-family:inherit;font-size:15px}.fccl-textarea::placeholder{color:var(--fc-text-muted)}.fccl-textarea:focus{border-color:var(--fc-accent)}.fccl-date-year{flex:1.2!important;width:auto!important}.fccl-date-input-wrap{position:relative}.fccl-date-input{box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;width:100%}.fccl-date-input::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}.fccl-sticky-nav{background:var(--fc-bg-card);border:1px solid var(--fc-border);border-radius:12px;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.fccl-sticky-nav-right{gap:12px;display:flex}.fccl-btn-save{height:48px;color:var(--fc-text-primary);cursor:pointer;background:#ffffff12;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:8px;padding:0 20px;font-size:16px;font-weight:500;transition:background .15s;display:flex}.fccl-btn-save:hover{background:#ffffff1f}.fccl-btn-save .material-symbols-rounded{font-size:20px}.fccl-upload-bento{flex:1;align-items:stretch;gap:24px;display:flex}.fccl-upload-main{flex-direction:column;flex:712 0 0;gap:24px;min-width:0;display:flex}.fccl-upload-guide{background:#1a1a24;border:1px solid #282839;border-radius:12px;flex-direction:column;flex:344 0 0;gap:16px;min-width:0;padding:25px;display:flex}.fccl-dropzone{text-align:center;cursor:pointer;background:linear-gradient(135deg,#28283933 0%,#28283900 100%);border:1px solid #b2b5bd80;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:300px;padding:32px 24px;transition:border-color .15s,background .15s;display:flex;position:relative}.fccl-dropzone:hover{border-color:var(--fc-accent)}.fccl-dropzone-icon-img{width:60px;height:60px;display:block}.fccl-dropzone-title{color:#fff;margin:0;font-size:18px;font-weight:400;line-height:27px}.fccl-dropzone-sub{color:#b2b5bd;margin:0;font-size:14px;font-weight:400;line-height:21px}.fccl-dropzone-limits{gap:8px;margin-top:4px;display:flex}.fccl-dropzone-limit{color:#b2b5bd;background:#111118;border:1px solid #282839;border-radius:9999px;justify-content:center;align-items:center;height:28px;padding:0 12px;font-size:12px;font-weight:700;line-height:18px;display:inline-flex}.fccl-uploaded-section{background:0 0;border:0;border-radius:0;padding:0}.fccl-uploaded-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.fccl-uploaded-title{color:#fff;font-size:18px;font-weight:400;line-height:27px}.fccl-uploaded-badge{color:#59c4f2;background:#282839;border-radius:9999px;justify-content:center;align-items:center;min-width:24px;height:20px;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.fccl-uploaded-list{flex-direction:column;gap:12px;display:flex}.fccl-uploaded-item{background:#1a1a24;border:1px solid #28283980;border-radius:8px;align-items:center;gap:16px;padding:13px 15px;display:flex}.fccl-file-thumb{background:#282839;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.fccl-file-thumb .material-symbols-rounded{font-size:22px}.fccl-file-thumb--pdf .material-symbols-rounded{color:#f87171}.fccl-file-thumb--image .material-symbols-rounded{color:#60a5fa}.fccl-file-info{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.fccl-file-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:20px;display:block;overflow:hidden}.fccl-file-meta{color:#b2b5bd;font-size:12px;line-height:16px}.fccl-file-remove{color:#b2b5bd;cursor:pointer;background:0 0;border:0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.fccl-file-remove:hover{color:#fff;background:#ffffff0f}.fccl-file-remove .material-symbols-rounded{font-size:18px}.fccl-guide-header{align-items:center;gap:8px;padding:0;display:flex}.fccl-guide-ico{color:#fff;flex-shrink:0}.fccl-guide-title{color:#fff;margin:0;font-size:16px;font-weight:600;line-height:22.4px}.fccl-guide-section{flex-direction:column;gap:8px;margin:0;display:flex}.fccl-guide-category{color:#b2b5bd;background:#ffffff0d;border-radius:4px;align-items:center;height:37px;padding:0 12px;font-size:15px;font-weight:500;line-height:21px;display:flex}.fccl-guide-list{flex-direction:column;gap:12px;margin:0;padding:0 4px;list-style:none;display:flex}.fccl-guide-item{align-items:center;gap:8px;font-size:14px;line-height:21px;display:flex}.fccl-guide-item--check{color:#fff}.fccl-guide-item--help{color:#b2b5bd}.fccl-guide-help{color:#b2b5bd;flex-shrink:0}.fccl-guide-check{flex-shrink:0}.fccl-guide-link{color:#fff;background:0 0;border:1px solid #42424e;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:53px;margin-top:auto;padding:0 24px;font-size:14px;font-weight:400;line-height:21px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.fccl-guide-link:hover{background:#ffffff0a;border-color:#6260f6}.fccl-complete-card{background:#191c23;border:1px solid #2d2d44;border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:560px;padding:64px 32px;display:flex}.fccl-complete-inner{flex-direction:column;align-items:center;gap:36px;width:100%;max-width:420px;display:flex}.fccl-complete-icon{filter:drop-shadow(0 12px 30px #6260f673);justify-content:center;align-items:center;display:inline-flex}.fccl-complete-check{display:block}.fccl-complete-text{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.fccl-complete-title{color:#fff;margin:0;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:24px;font-weight:600;line-height:33.6px}.fccl-complete-desc{color:#b2b5bd;margin:0;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:16px;font-weight:400;line-height:22.4px}.fccl-summary{background:#25272e;border:1px solid #282839;border-radius:12px;flex-direction:column;gap:16px;width:100%;padding:17px;display:flex}.fccl-summary-head{border-bottom:1px solid #3f3f5a;padding-bottom:16px}.fccl-summary-title{color:#b2b5bd;margin:0;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:16px;font-weight:700;line-height:22.4px}.fccl-summary-list{flex-direction:column;gap:16px;display:flex}.fccl-summary-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.fccl-summary-key{color:#b2b5bd;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:14px;font-weight:400;line-height:19.6px}.fccl-summary-val{color:#fff;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:14px;font-weight:400;line-height:19.6px}.fccl-complete-actions{grid-template-columns:1fr 1fr;gap:24px;width:100%;display:grid}.fccl-complete-btn{cursor:pointer;border-radius:8px;height:54px;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:16px;font-weight:500;line-height:22.4px;transition:background .15s,border-color .15s,transform .1s}.fccl-complete-btn:active{transform:translateY(1px)}.fccl-complete-btn--ghost{color:#fff;background:#25272e;border:1px solid #4a4b4e}.fccl-complete-btn--ghost:hover{background:#2d2f38;border-color:#6b6c70}.fccl-complete-btn--primary{color:#fff;background:#6260f6;border:1px solid #6260f6;box-shadow:0 6px 16px #6260f659}.fccl-complete-btn--primary:hover{background:#5552e8;border-color:#5552e8}.fc-table-section{background:var(--fc-bg-card);border-radius:var(--fc-radius-card);border:1px solid var(--fc-border);box-shadow:var(--fc-shadow-card);margin-top:24px;overflow:hidden}.fc-table-section__header{border-bottom:1px solid var(--fc-border);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.fc-table-section__title{color:var(--fc-text-white);margin:0;padding:20px 24px 16px;font-size:20px;font-weight:500}.fc-table-section__link{color:#818cf8;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:none}.fc-table-section__link:hover{color:#a5b4fc;text-decoration:underline}.fc-table-wrap{overflow-x:auto}.fc-table{border-collapse:collapse;width:100%;font-size:13px}.fc-table thead tr{background:var(--fc-bg-header-row)}.fc-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--fc-text-muted);white-space:nowrap;border-bottom:1px solid var(--fc-border);padding:12px 16px;font-size:11px;font-weight:600}.fc-table td{color:var(--fc-text-sub);border-bottom:1px solid var(--fc-border);vertical-align:middle;white-space:nowrap;padding:14px 16px}.fc-table tbody tr:last-child td{border-bottom:none}.fc-table tbody tr:hover td{background:#ffffff08}.fccl-clm-num{color:#a5b4fc;font-family:SF Mono,Fira Code,monospace;font-size:12px}.fccl-customer,.fccl-amount{color:var(--fc-text-white);font-weight:600}.fc-badge{white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.fc-badge--blue{color:#a5b4fc;background:#6366f12e}.fc-badge--yellow{color:#fde047;background:#eab3082e}.fc-badge--orange{color:#fdba74;background:#f973162e}.fc-badge--green{color:#86efac;background:#22c55e2e}.fc-table-btn{color:#a5b4fc;cursor:pointer;white-space:nowrap;background:#2a26f22e;border:1px solid #2a26f259;border-radius:8px;padding:5px 14px;font-size:12px;font-weight:600;transition:background .15s,color .15s}.fc-table-btn:hover{color:#fff;background:#2a26f259}.fccl-cta-btn{background:var(--fc-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:9px 18px;font-size:13px;font-weight:700;transition:background .15s,box-shadow .15s;box-shadow:0 2px 12px #2a26f266}.fccl-cta-btn:hover{background:var(--fc-accent-hover);box-shadow:0 4px 20px #2a26f28c}.fc-pagination{border-top:1px solid var(--fc-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:14px 24px;display:flex}.fc-pagination__info{color:var(--fc-text-muted);font-size:12px}.fc-pagination__pages{gap:6px;display:flex}.fc-pagination__btn{cursor:pointer;border:1px solid var(--fc-border);width:30px;height:30px;color:var(--fc-text-muted);background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:flex}.fc-pagination__btn:hover{color:var(--fc-text-white);background:#ffffff0f}.fc-pagination__btn--active{background:var(--fc-accent);border-color:var(--fc-accent);color:#fff}.fcr-page-title{color:#fff;font-size:32px;font-weight:700;line-height:45px}.fcr-page-desc{color:#b2b5bd;margin-top:4px;font-size:16px;font-weight:400;line-height:24px}.fcr-avatar{color:#a5b4fc;background:#1e1b4b;border:2px solid #2a26f280;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.fcr-metrics-row{flex-wrap:wrap;gap:16px;margin-top:24px;display:flex}.fcr-metric-card{min-width:240px;box-shadow:var(--fc-shadow-card);background:#191c23;border:1px solid #2d2d44;border-radius:12px;flex:1;height:160px;padding:24px 18.5px;position:relative;overflow:hidden}.fcr-metric-icon{pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;top:16px;right:12px}.fcr-metric-icon--72{width:72px;height:72px}.fcr-metric-icon--60{width:60px;height:60px}.fcr-metric-card__glow{filter:blur(60px);opacity:.8;pointer-events:none;border-radius:50%;width:140px;height:140px;position:absolute;top:-50px;right:-40px}.fcr-metric-card--purple .fcr-metric-card__glow{background:var(--fc-glow-purple)}.fcr-metric-card__label{color:#b2b5bd;margin-bottom:8px;font-size:14px;font-weight:400}.fcr-metric-card__value{align-items:baseline;gap:8px;margin-bottom:16px;display:flex}.fcr-metric-card__amount{color:#fff;letter-spacing:-.6px;font-size:24px;font-weight:700;line-height:34px}.fcr-metric-card__unit{color:#b2b5bd;font-size:24px;font-weight:400;line-height:34px}.fcr-metric-card__trend-row{align-items:center;gap:12px;display:flex}.fcr-trend-pill{color:#22c55e;background:#22c55e1a;border-radius:999px;align-items:center;gap:6px;height:20px;padding:0 10px;font-size:14px;font-weight:500;line-height:16px;display:inline-flex}.fcr-trend-label{color:#b2b5bd;font-size:13px;font-weight:500;line-height:16px}.fcr-goal-badge{color:#fff;background:#6c72ff;border-radius:4px;align-items:center;height:32px;padding:0 14px;font-size:14px;font-weight:500;line-height:16px;display:inline-flex}.fcr-progress-wrap{margin-top:6px}.fcr-progress-label{color:#b2b5bd;justify-content:space-between;margin-bottom:8px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;line-height:16px;display:flex}.fcr-progress-value{color:#fff}.fcr-progress-track{background:#282839;border-radius:999px;height:6px;overflow:hidden}.fcr-progress-fill{background:#6c72ff;border-radius:999px;height:100%}.fcr-filter-bar{border-top:1px solid #2d2d44;border-bottom:1px solid #2d2d44;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 24px;display:flex}.fcr-filter-right{align-items:center;gap:12px;display:flex}.fcr-filter-month{background:#0f0f19;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:10px;height:42px;padding:0 13px;display:inline-flex}.fcr-filter-month-icon{color:#b2b5bd;font-size:24px}.fcr-filter-select{color:#b2b5bd;cursor:pointer;background:0 0;border:none;outline:none;min-width:110px;height:42px;padding:0;font-size:14px}.fcr-filter-select option{color:#fff;background:#1a1a24}.fcr-filter-tabs{background:#111118;border-radius:24px;gap:4px;height:38px;padding:4px;display:flex}.fcr-filter-tab{cursor:pointer;color:#9c9cba;white-space:nowrap;background:0 0;border:none;border-radius:16px;height:30px;padding:0 16px;font-size:12px;font-weight:500;transition:background .15s,color .15s}.fcr-filter-tab:hover{color:var(--fc-text-white)}.fcr-filter-tab--active{color:#fff;background:#282839;border:1px solid #3c3c50;font-weight:700}.fcr-filter-search{background:#0f0f19;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;min-width:240px;height:42px;padding:0 13px;display:flex}.fcr-filter-search input{color:var(--fc-text-white);background:0 0;border:none;outline:none;width:100%;font-size:14px}.fcr-filter-search input::placeholder{color:#b2b5bd}.fcr-filter-search svg{color:#b2b5bd;flex-shrink:0}.fcr-table th{color:#b4b7be;background:#25272e;border-top:1px solid #2c2d33;border-bottom:1px solid #2c2d33;height:48px;font-size:13px;font-weight:500}.fcr-table td{color:#fff;background:#1a1c23;border-bottom:1px solid #2c2d33;height:80px;font-size:14px}.fcr-table tr:hover td{background:#1a1c23}.fcr-contract-info{flex-direction:column;gap:3px;display:flex}.fcr-contract-info__top{align-items:center;gap:8px;display:flex}.fcr-contract-avatar{color:#c0c1ff;background:#32324a;border:1px solid #3f3f5a;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:12px;font-weight:700;display:flex}.fcr-contract-info__name{color:#fff;font-size:14px;font-weight:400}.fcr-contract-info__meta{color:#b2b5bd;padding-left:0;font-size:13px}.fcr-product-info{flex-direction:column;gap:3px;display:flex}.fcr-product-info__name{color:#fff;font-size:14px;font-weight:400}.fcr-product-info__sub{color:#b2b5bd;font-size:13px}.fcr-db-type{white-space:nowrap;border-radius:3px;justify-content:center;align-items:center;width:82px;height:26px;font-size:13px;font-weight:700;display:inline-flex}.fcr-amount{color:#fff;font-weight:400}.fcr-date{color:#fff;font-size:14px}.fcr-td-center{text-align:center;color:#fff;font-size:14px}.fcr-td-pad{padding-left:16px;padding-right:16px}.fcr-more-btn{color:#fff;cursor:pointer;background:0 0;border:none;width:24px;height:24px;font-size:18px;line-height:1}.fcr-pagination{background:#1a1c23;border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:19px 24px;display:flex}.fcr-pagination__info{color:#b4b7be;font-size:14px}.fcr-pagination__pages{align-items:center;gap:4px;display:flex}.fcr-page-btn,.fcr-page-nav{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:500;display:flex}.fce-page{flex-direction:column;min-height:100%;display:flex}.fce-content{flex-direction:column;flex:1;gap:24px;width:100%;max-width:1080px;margin:0 auto;padding:36px 0 40px;display:flex}.fce-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.fce-page-header-left{flex-direction:column;gap:4px;display:flex}.fce-title{color:var(--text-primary);align-items:center;gap:10px;font-size:32px;font-weight:700;line-height:45px;display:flex}.fce-beta{letter-spacing:.06em;color:#6260f6;vertical-align:middle;background:#6260f626;border:1px solid #6260f666;border-radius:9999px;justify-content:center;align-items:center;padding:2px 8px;font-size:12px;font-weight:700;line-height:16px;display:inline-flex}.fce-subtitle{color:#b2b5bd;margin-top:4px;font-size:16px;line-height:24px}.fce-header-btns{flex-shrink:0;align-items:center;gap:16px;display:flex}.fce-header-btn{cursor:pointer;border:1px solid var(--border-primary);background:var(--bg-primary);color:var(--text-primary);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:48px;padding:0 20px;font-family:inherit;font-size:16px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.fce-header-btn:hover{background:var(--bg-hover)}.fce-header-btn--ghost{color:var(--text-primary);background:#ffffff14;border-color:#ffffff1f;font-weight:500}.fce-header-btn--ghost:hover{background:#ffffff1f}.fce-header-btn--primary{color:#fff;background:#6c72ff;border-color:#0000;font-weight:700}.fce-header-btn--primary:hover{color:#fff;background:#5b61ee}.fce-hero{background:#191c23;border-radius:16px;align-items:stretch;height:287px;display:flex;position:relative;overflow:hidden}.fce-hero-text{z-index:1;flex-direction:column;flex:0 0 512px;justify-content:flex-start;gap:12px;padding:29px 0 0 25px;display:flex}.fce-hero-badge{color:#f87171;letter-spacing:.08em;background:#ef444433;border:none;border-radius:4px;align-self:flex-start;padding:3px 8px;font-size:12px;font-weight:700;line-height:17px;display:inline-block}.fce-hero-title{color:#fff;font-size:28px;font-weight:700;line-height:1.4}.fce-hero-desc{color:#b2b5bd;font-size:16px;line-height:24px}.fce-hero-bottom{flex-wrap:wrap;align-items:center;gap:16px;margin-top:8px;display:flex}.fce-hero-meta{align-items:center;gap:16px;display:flex}.fce-hero-meta-item{color:#b2b5bd;white-space:nowrap;align-items:center;gap:6px;height:36px;font-size:14px;line-height:20px;display:inline-flex}.fce-hero-meta-icon{color:#b2b5bd;justify-content:center;align-items:center;display:inline-flex}.fce-hero-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff1f;border:none;border-radius:16px;align-items:center;gap:8px;height:36px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s;display:inline-flex}.fce-hero-btn:hover{background:#ffffff2e}.fce-hero-img-wrap{flex:auto;justify-content:flex-end;align-items:center;padding:25px 25px 25px 0;display:flex;position:relative}.fce-hero-media{aspect-ratio:392/237;border-radius:16px;width:392px;max-width:100%;position:relative;overflow:hidden}.fce-hero-img{object-fit:cover;width:100%;height:100%;display:block}.fce-hero-img-overlay{background:#00000059;position:absolute;inset:0}.fce-hero-play-badge{color:#fff;align-items:center;gap:6px;font-size:15px;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fce-rec-section{background:#191c23;border-radius:16px;flex-direction:column;gap:16px;padding:30px 0;display:flex}.fce-rec-header{padding:0 30px}.fce-section-title{color:var(--text-primary);font-size:20px;font-weight:700;line-height:28px}.fce-rec-cards{gap:16px;padding:0 30px;display:flex}.fce-rec-card{cursor:pointer;background:#32353a;border-radius:12px;flex:1 1 0;align-items:center;gap:16px;min-width:0;padding:17px;transition:background .15s;display:flex}.fce-rec-card:hover{background:#3a3d43}.fce-rec-thumb{border-radius:8px;flex-shrink:0;width:96px;height:96px;position:relative;overflow:hidden}.fce-rec-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.fce-rec-thumb-overlay{background:#00000026;position:absolute;inset:0}.fce-rec-body{flex-direction:column;flex:1;justify-content:space-between;min-width:0;height:96px;display:flex}.fce-rec-title-area{flex-direction:column;gap:8px;display:flex}.fce-rec-tag{border-radius:4px;align-self:flex-start;padding:2px 6px;font-size:11px;font-weight:600;line-height:15px;display:inline-block}.fce-rec-tag--class,.fce-rec-tag--status{color:#b2b5bd;background:#ffffff14;border:1px solid #ffffff1f}.fce-rec-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:700;line-height:21px;display:-webkit-box;overflow:hidden}.fce-rec-meta-area{align-items:flex-end;display:flex}.fce-rec-meta{color:#b2b5bd;align-items:center;gap:6px;font-size:13px;line-height:18px;display:flex}.fce-rec-instructor,.fce-rec-sep,.fce-rec-level{color:#b2b5bd}.fce-pop-section{flex-direction:column;gap:16px;display:flex}.fce-pop-toolbar{background:#191c23;border-radius:12px;padding:17px 19px}.fce-pop-toolbar-inner{justify-content:space-between;align-items:center;gap:12px;display:flex}.fce-cat-chips{align-items:center;gap:6px;display:flex}.fce-cat-chip{color:#b2b5bd;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;height:34px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.fce-cat-chip:hover{color:#fff;background:#ffffff0f}.fce-cat-chip--active{color:#fff;background:#6260f6;border-color:#0000;font-weight:500}.fce-pop-toolbar-right{align-items:center;gap:8px;display:flex}.fce-sort-btn{color:#b2b5bd;cursor:pointer;white-space:nowrap;background:#0f0f19;border:none;border-radius:8px;align-items:center;gap:4px;height:42px;padding:0 14px;font-family:inherit;font-size:14px;transition:background .15s;display:flex}.fce-sort-btn:hover{background:#1a1a2e}.fce-pop-search-wrap{color:#b2b5bd;background:#0f0f19;border:none;border-radius:8px;align-items:center;gap:8px;min-width:280px;height:42px;padding:0 14px;display:flex}.fce-pop-search-input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:14px}.fce-pop-search-input::placeholder{color:#b2b5bd}.fcm-page{flex-direction:column;min-height:100%;display:flex}.fcm-content{flex-direction:column;gap:18px;max-width:1080px;margin:0 auto;padding:36px 0 40px;display:flex}.fcm-header{flex-direction:column;gap:4px;display:flex}.fcm-title{color:var(--text-primary);font-size:32px;font-weight:700;line-height:45px}.fcm-subtitle{color:#b2b5bd;font-size:16px;line-height:24px}.fcm-kpis{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.fcm-kpi{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:14px;justify-content:space-between;align-items:center;height:95px;padding:18.5px;display:flex}.fcm-kpi-left{flex-direction:column;gap:6px;display:flex}.fcm-kpi-label{color:var(--text-secondary);font-size:14px;font-weight:500}.fcm-kpi-value{color:var(--text-primary);font-size:24px;font-weight:700;line-height:34px}.fcm-kpi-ico{opacity:.95;place-items:center;width:72px;height:72px;display:grid}.fcm-kpi-ico svg{width:72px;height:72px;display:block}.fcm-main{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:14px;flex-direction:column;gap:14px;padding:18px 18px 14px;display:flex}.fcm-toprow{justify-content:space-between;align-items:flex-start;gap:16px;min-height:44px;display:flex}.fcm-tabrow{align-items:center;gap:32px;height:44px;padding:0 2px 8px;display:flex}.fcm-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:8px 2px;font-family:inherit;font-size:16px;font-weight:500;display:inline-flex}.fcm-tab--active{color:#e2e8f0;font-weight:700}.fcm-tab-badge{color:#a5b4fc;background:#6366f138;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.fcm-toolbar{justify-content:flex-end;align-items:center;gap:12px;height:44px;display:flex}.fcm-sort{border:1px solid var(--border-primary);background:var(--bg-secondary);height:42px;color:var(--text-secondary);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:0 14px;font-family:inherit;font-size:14px;display:inline-flex}.fcm-search{border:1px solid var(--border-input);background:var(--bg-secondary);min-width:260px;height:42px;color:var(--text-muted);border-radius:10px;align-items:center;gap:10px;padding:0 14px;display:inline-flex}.fcm-search-input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:14px}.fcm-search-input::placeholder{color:var(--text-muted)}.fcm-grid{grid-template-columns:repeat(2,1fr);gap:29px 20px;display:grid}.fcm-card{border:1px solid var(--border-primary);background:var(--bg-secondary);border-radius:14px;flex-direction:column;gap:18px;width:100%;max-width:534.5px;height:272px;padding:16px;display:flex;overflow:hidden}.fcm-card-top{gap:16px;display:flex}.fcm-thumb{border-radius:12px;flex:0 0 183px;width:183px;height:164px;position:relative;overflow:hidden}.fcm-thumb-img{object-fit:cover;filter:saturate(1.02);width:100%;height:100%;display:block}.fcm-thumb-d{color:#ffffffe6;background:#00000080;border-radius:999px;padding:2px 8px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:700;position:absolute;top:10px;left:10px}.fcm-info{flex-direction:column;flex:1;gap:6px;min-width:0;padding:0;display:flex}.fcm-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.fcm-cat{color:#ffffffdb;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;height:18px;padding:0 10px;font-size:10px;font-weight:600;display:inline-flex}.fcm-period{color:#e2e8f099;font-size:11px}.fcm-course-title{color:#e2e8f0;font-size:16px;font-weight:600;line-height:22px}.fcm-meta{color:#e2e8f0b3;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.fcm-meta-sep{opacity:.7}.fcm-progress{flex-direction:column;gap:8px;margin-top:6px;display:flex}.fcm-progress-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.fcm-last{color:#e2e8f09e;font-size:13px}.fcm-pct{color:#cbd5e1;font-size:16px;font-weight:700}.fcm-bar{background:#ffffff14;border-radius:999px;height:8px;overflow:hidden}.fcm-bar-fill{background:linear-gradient(90deg,#6366f1,#a5b4fc);border-radius:999px;height:100%}.fcm-card-bottom{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.fcm-reward{color:#e2e8f0bf;align-items:center;gap:8px;font-size:14px;display:inline-flex}.fcm-emoji{opacity:.9;font-size:14px}.fcm-reward-sep{opacity:.55}.fcm-reward-sub{color:#e2e8f099;font-size:12px}.fcm-reward-title{font-weight:600}.fcm-cta{color:#e2e8f0;cursor:pointer;white-space:nowrap;background:#6366f138;border:1px solid #ffffff1a;border-radius:999px;min-width:180px;height:44px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:700}.fcm-cta:hover{background:#6366f147}.fcm-pagination{justify-content:center;gap:10px;padding:6px 0 2px;display:flex}.fcm-page-btn{color:#e2e8f0b3;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:10px;width:32px;height:32px;font-family:inherit;font-weight:600}.fcm-page-btn--active{color:#e2e8f0;background:#6366f138;border-color:#6366f159}.fcm-reco{margin-top:6px;padding-top:10px}.fcm-reco-head{justify-content:space-between;align-items:center;padding:10px 4px;display:flex}.fcm-reco-title{color:#e2e8f0;font-size:18px;font-weight:700}.fcm-reco-more{color:#e2e8f0b3;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:14px}.fcm-reco-row{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.fcm-reco-card{background:var(--bg-primary);border:1px solid #ffffff14;border-radius:14px;overflow:hidden}.fcm-reco-thumb{height:160px;position:relative;overflow:hidden}.fcm-reco-thumb img{object-fit:cover;width:100%;height:100%;display:block}.fcm-reco-overlay{background:#0003;position:absolute;inset:0}.fcm-reco-body{flex-direction:column;gap:6px;padding:12px;display:flex}.fcm-reco-cat{color:#e2e8f0d1;font-size:12px;font-weight:700}.fcm-reco-name{color:#e2e8f0;font-size:14px;font-weight:700;line-height:20px}.fcm-reco-foot{justify-content:space-between;align-items:center;gap:10px;margin-top:2px;display:flex}.fcm-reco-inst,.fcm-reco-price{color:#e2e8f0a6;font-size:12px}.fcm-reco-price.is-free{color:#7dd3fc;font-weight:700}@media (width<=1100px){.fcm-content{padding:28px 18px 40px}.fcm-kpis{grid-template-columns:1fr}.fcm-toprow{flex-direction:column;align-items:stretch}.fcm-toolbar{justify-content:flex-start}.fcm-grid,.fcm-reco-row{grid-template-columns:1fr}.fcm-card{max-width:100%;height:auto}.fcm-card-top{flex-direction:column}.fcm-thumb{flex-basis:auto;width:100%;height:164px}}.fce-pop-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1200px){.fce-pop-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.fce-pop-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.fce-pop-grid{grid-template-columns:1fr}}.fce-pop-card{cursor:pointer;background:#191c23;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;overflow:hidden}.fce-pop-card:hover{border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.fce-pop-thumb{aspect-ratio:258/160;border-radius:8px 8px 0 0;position:relative;overflow:hidden}.fce-pop-thumb-img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.fce-pop-card:hover .fce-pop-thumb-img{transform:scale(1.04)}.fce-pop-gradient{background:linear-gradient(#0000 50%,#00000059 100%);position:absolute;inset:0}.fce-pop-badges{z-index:1;gap:4px;display:flex;position:absolute;top:10px;left:10px}.fce-tag{border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:11px;font-weight:600;line-height:15px;display:inline-flex}.fce-tag--best{color:#fff;background:#e40000;font-weight:700}.fce-tag--new{color:#fff;background:#6c72ff}.fce-tag--premium{color:#ffcd45;background:#000}.fce-tag--live{color:#fff;background:#e40000;font-weight:700}.fce-tag--special{color:#fff;background:#5b0cc9}.fce-tag-dot{background:#fff;border-radius:50%;flex-shrink:0;width:6px;height:6px}.fce-pop-body{flex-direction:column;flex:1;padding:16px 16px 14px;display:flex}.fce-pop-info{flex-direction:column;flex:1;gap:6px;display:flex}.fce-pop-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:600;line-height:22px;display:-webkit-box;overflow:hidden}.fce-pop-meta{color:#b2b5bd;align-items:center;gap:6px;font-size:13px;line-height:18px;display:flex}.fce-pop-sep,.fce-pop-instructor,.fce-pop-level{color:#b2b5bd}.fce-pop-price-row{border-top:1px solid #ffffff14;margin-top:12px;padding-top:12px}.fce-pop-price{color:#fff;font-size:14px;font-weight:600;line-height:20px}.fce-pagination{justify-content:center;align-items:center;gap:4px;display:flex}.fce-page-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:flex}.fce-page-btn:hover{color:#fff;background:#ffffff0f}.fce-page-btn--active{color:#fff;background:#6260f6;font-weight:500}.fce-page-btn--nav{color:#94a3b8}.fce-empty{color:#b2b5bd;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 20px;font-size:14px;display:flex}@media (width<=900px){.fce-rec-cards{flex-direction:column}.fce-hero-img-wrap{display:none}.fce-pop-toolbar-inner{flex-direction:column;align-items:stretch}}.fcba-page{color:#fff;background:#101015;flex-direction:column;min-height:100%;display:flex}.fcba-topheader{background:#191c23;border-bottom:1px solid #2c2d33;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex}.fcba-breadcrumb{align-items:center;gap:8px;display:flex}.fcba-bc-muted{color:#7e8189;cursor:pointer;font-size:14px;font-weight:500}.fcba-bc-muted:hover{color:#b2b5bd}.fcba-bc-sep{color:#7e8189;-webkit-user-select:none;user-select:none;font-size:14px}.fcba-bc-active{color:#fff;font-size:14px;font-weight:600}.fcba-hdr-right{align-items:center;gap:10px;display:flex}.fcba-hdr-search{background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:8px;width:300px;height:40px;padding:0 14px;display:flex}.fcba-hdr-search-ico{color:#7e8189;flex-shrink:0;font-size:18px}.fcba-hdr-search-input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13px}.fcba-hdr-search-input::placeholder{color:#7e8189}.fcba-hdr-btn{color:#7e8189;cursor:pointer;background:#ffffff0f;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:background .15s;display:flex;position:relative}.fcba-hdr-btn:hover{color:#b2b5bd;background:#ffffff1f}.fcba-hdr-badge{color:#fff;background:#e53935;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:4px;right:4px}.fcba-content{flex-direction:column;flex:1;gap:36px;padding:36px 45px 45px;display:flex;overflow-y:auto}.fcba-page-header{justify-content:space-between;align-items:flex-start;display:flex}.fcba-title{color:#fff;margin:0;font-size:32px;font-weight:700;line-height:1.2}.fcba-subtitle{color:#7e8189;margin:6px 0 0;font-size:14px;font-weight:400}.fcba-banner{color:#fff;background:linear-gradient(149.6deg,#2d63b4 0%,#4f2eb4 35.58%,#adb0ff 100%);border-radius:12px;align-items:center;min-height:57px;padding:16px 24px;font-size:14px;display:flex}.fcba-grid{flex:1;grid-template-rows:auto auto;grid-template-columns:387px 1fr;gap:24px;display:grid}.fcba-card{background:#1a1d27;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;padding:28px 24px 24px;display:flex}.fcba-card-title{color:#fff;margin:0 0 8px;padding-left:14px;font-size:18px;font-weight:700;position:relative}.fcba-card-title:before{content:"";background:#4e7cf6;border-radius:2px;width:4px;height:22px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.fcba-card--issue .fcba-card-title:before{background:#f5c542}.fcba-card-desc{color:#7e8189;margin:0 0 16px;font-size:13px;line-height:1.5}.fcba-card--ai{grid-area:1/1}.fcba-card--issue{grid-area:2/1}.fcba-card--strategy{border-color:#6260f673;grid-area:1/2/3;box-shadow:inset 0 0 36px #6260f614,0 0 24px #6260f61f}.fcba-card-img-wrap{margin-bottom:16px}.fcba-card-img-wrap--grow{flex-direction:column;flex:1;display:flex}.fcba-card-placeholder{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:100%;height:120px;display:flex}.fcba-card-placeholder--ai{background:linear-gradient(135deg,#4e7cf626 0%,#6260f626 100%)}.fcba-card-placeholder--issue{background:linear-gradient(135deg,#f5c5421f 0%,#f5a6421a 100%);flex:1}.fcba-cta-btn{color:#fff;cursor:pointer;background:#6260f6;border:none;border-radius:10px;width:100%;padding:12px 0;font-size:15px;font-weight:600;transition:background .15s}.fcba-cta-btn:hover{background:#5350e0}.fcba-strategy-options{flex-direction:column;flex:1;justify-content:flex-end;gap:16px;display:flex}.fcba-strategy-card{cursor:pointer;text-align:left;color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:20px;width:100%;padding:22px 24px;transition:background .15s,border-color .15s;display:flex}.fcba-strategy-card:hover{background:#ffffff0f;border-color:#ffffff24}.fcba-strategy-ico{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.fcba-strategy-ico--green{color:#34c759;background:#34c75926}.fcba-strategy-ico--amber{color:#ffb340;background:#ffb34026}.fcba-strategy-info{flex-direction:column;flex:1;gap:4px;display:flex}.fcba-strategy-name{color:#fff;font-size:16px;font-weight:700}.fcba-strategy-subdesc{color:#7e8189;font-size:12px;line-height:1.5}.fcba-strategy-arrow{color:#7e8189;align-items:center;display:flex}.fcba-strategy-card:hover .fcba-strategy-arrow{color:#fff}.fcba-card-top{background:#191c23;border:1px solid #2c2d33;border-radius:16px;gap:24px;padding:24px;display:flex}.fcba-search-section{flex-direction:column;flex:1;gap:16px;display:flex}.fcba-sec-title{color:#fff;margin:0;font-size:18px;font-weight:700}.fcba-cust-search{position:relative}.fcba-sbar{background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:10px;height:44px;padding:0 14px;display:flex}.fcba-sbar-ico{color:#7e8189;flex-shrink:0;font-size:20px}.fcba-sbar-input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:14px}.fcba-sbar-input::placeholder{color:#7e8189}.fcba-dropdown{z-index:20;background:#24272f;border:1px solid #2c2d33;border-radius:10px;max-height:200px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0006}.fcba-dropdown-item{color:#b2b5bd;cursor:pointer;border-radius:8px;padding:10px 14px;font-size:14px;transition:background .1s,color .1s}.fcba-dropdown-item:hover,.fcba-dropdown-item.active{color:#fff;background:#4a4a6380}.fcba-actions{flex-shrink:0;gap:16px;display:flex}.fcba-act-card{cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:14px;align-items:center;gap:16px;min-width:220px;padding:20px 24px;font-family:inherit;transition:background .15s,border-color .15s;display:flex}.fcba-act-card:hover{background:#ffffff0a;border-color:#ffffff40}.fcba-act-card--upload{border-color:#fff3}.fcba-act-card--auth{border-color:#ffffff1f}.fcba-act-ico{flex-shrink:0;justify-content:center;align-items:center;display:flex}.fcba-act-info{flex-direction:column;gap:4px;display:flex}.fcba-act-label{color:#fff;white-space:nowrap;font-size:15px;font-weight:600}.fcba-bottom-row{flex:1;gap:24px;min-height:0;display:flex}.fcba-pdf-area{background:#191c23;border:1px solid #2c2d33;border-radius:16px;flex-direction:column;flex:1;min-height:400px;display:flex;overflow:hidden}.fcba-pdf-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px;display:flex}.fcba-pdf-empty-ico{color:#464651;font-size:56px}.fcba-pdf-empty-title{color:#d6dae0;margin:0;font-size:18px;font-weight:600}.fcba-pdf-empty-desc{color:#7e8189;text-align:center;margin:0;font-size:14px;line-height:1.6}.fcba-pdf-viewer{flex-direction:column;flex:1;display:flex}.fcba-pdf-toolbar{background:#323639;flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:0 16px;display:flex}.fcba-pdf-tl{align-items:center;gap:10px;display:flex}.fcba-pdf-fname{color:#b2b5bd;font-family:Poppins,sans-serif;font-size:12px}.fcba-pdf-tc{align-items:center;gap:6px;display:flex}.fcba-pdf-pn{color:#b2b5bd;text-align:center;min-width:24px;font-family:Poppins,sans-serif;font-size:12px}.fcba-pdf-pn--dark{color:#fff;background:#505356;border-radius:3px;padding:2px 8px}.fcba-pdf-zbtn{color:#b2b5bd;cursor:pointer;-webkit-user-select:none;user-select:none;padding:0 4px;font-size:16px}.fcba-pdf-zbtn:hover{color:#fff}.fcba-pdf-tr{align-items:center;gap:12px;display:flex}.fcba-pdf-body{background:#525659;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.fcba-pdf-page{aspect-ratio:210/297;background:#fff;border-radius:2px;width:100%;max-width:520px;box-shadow:0 2px 12px #0000004d}.fcba-report{flex-direction:column;flex-shrink:0;gap:16px;width:410px;display:flex}.fcba-report-cards{flex-direction:column;gap:16px;display:flex}.fcba-rpt-card{background:#191c23;border:1px solid #2c2d33;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex}.fcba-rpt-ico{flex-shrink:0;align-items:center;display:flex}.fcba-rpt-row{align-items:center;gap:12px;display:flex}.fcba-rpt-info{flex-direction:column;flex:1;gap:4px;display:flex}.fcba-rpt-title{color:#fff;font-size:16px;font-weight:700}.fcba-rpt-desc{color:#7e8189;font-size:13px}.fcba-rpt-arrow{color:#b2b5bd;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;transition:background .15s,color .15s;display:flex}.fcba-rpt-arrow:hover{color:#fff;background:#ffffff24}.fcba-float-btn{cursor:pointer;z-index:50;background:linear-gradient(135deg,#2d63b4 0%,#adb0ff 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:0;transition:transform .18s,box-shadow .18s,filter .18s;display:flex;position:fixed;bottom:28px;right:28px;overflow:hidden;box-shadow:0 4px 20px #2d63b473}.fcba-float-btn:hover{filter:brightness(1.05);transform:scale(1.08);box-shadow:0 6px 28px #2d63b499}.fcba-float-img{object-fit:contain;width:48px;height:48px}.fch-page{flex-direction:column;min-height:100%;display:flex}.fch-topheader{background:var(--bg-header);border-bottom:1px solid var(--border-primary);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:14px 28px;display:flex}.fch-breadcrumb{align-items:center;gap:6px;font-size:13px;display:flex}.fch-breadcrumb-home{color:var(--text-muted);cursor:pointer;transition:color .15s}.fch-breadcrumb-home:hover{color:var(--text-primary)}.fch-breadcrumb-sep{color:var(--text-muted);opacity:.5}.fch-breadcrumb-current{color:var(--text-primary);font-weight:600}.fch-topheader-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.fch-search-wrap{background:var(--bg-input);border:1px solid var(--border-input);border-radius:10px;align-items:center;gap:8px;min-width:280px;padding:8px 14px;display:flex}.fch-search-icon{color:var(--text-muted);display:flex}.fch-search-input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13px}.fch-search-input::placeholder{color:var(--text-muted)}.fch-icon-btn{border:1px solid var(--border-primary);background:var(--bg-primary);cursor:pointer;width:38px;height:38px;color:var(--text-secondary);transition:var(--transition-theme);border-radius:10px;justify-content:center;align-items:center;padding:0;display:flex}.fch-icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.fch-content{flex-direction:column;flex:1;gap:20px;max-width:1400px;padding:28px 28px 40px;display:flex}.fch-page-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.fch-title{color:var(--text-primary);font-size:22px;font-weight:700}.fch-subtitle{color:var(--text-muted);margin-top:4px;font-size:13px}.fch-comment-banner{color:var(--accent);background:#6366f114;border:1px solid #6366f133;border-radius:10px;padding:12px 18px;font-size:13px;font-weight:500}.fch-main{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:20px;display:grid}@media (width<=1100px){.fch-main{grid-template-columns:1fr 1fr}}@media (width<=720px){.fch-main{grid-template-columns:1fr}}.fch-left-col{flex-direction:column;gap:20px;display:flex}.fch-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:16px;overflow:hidden}.fch-card-title{color:var(--text-primary);margin-bottom:6px;font-size:16px;font-weight:700}.fch-card-desc{color:var(--text-muted);margin-bottom:14px;font-size:12px;line-height:1.5}.fch-card-section{border-bottom:1px solid var(--border-primary);padding:20px 20px 16px}.fch-analysis-img-wrap{border-radius:10px;margin-bottom:14px;overflow:hidden}.fch-analysis-img{object-fit:cover;width:100%;height:auto;display:block}.fch-analyze-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s;display:inline-flex}.fch-analyze-btn:hover{background:var(--accent-hover)}.fch-issue-section{padding:16px 20px 20px}.fch-issue-badge{color:var(--color-danger);letter-spacing:.5px;background:#ef44441f;border-radius:4px;margin-bottom:6px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.fch-issue-text{color:var(--text-secondary);margin-bottom:12px;font-size:12px}.fch-issue-img-wrap{border-radius:10px;overflow:hidden}.fch-issue-img{object-fit:cover;width:100%;height:auto;display:block}.fch-proposal-card{padding:20px}.fch-proposal-tabs{gap:6px;margin-bottom:16px;display:flex}.fch-proposal-tab{border:1px solid var(--border-primary);background:var(--bg-secondary);color:var(--text-muted);cursor:pointer;border-radius:8px;flex:1;padding:8px 10px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s}.fch-proposal-tab--active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.fch-proposal-body{flex-direction:column;gap:12px;display:flex}.fch-proposal-content{flex-direction:column;gap:8px;display:flex}.fch-proposal-item{background:var(--bg-secondary);border-radius:10px;align-items:center;gap:12px;padding:10px 12px;display:flex}.fch-proposal-rank{width:24px;height:24px;color:var(--accent);background:#6366f126;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.fch-proposal-rank--b{color:#d97706;background:#f59e0b26}.fch-proposal-name{color:var(--text-primary);margin-bottom:2px;font-size:13px;font-weight:600}.fch-proposal-premium{color:var(--text-muted);font-size:12px}.fch-proposal-cta{background:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-secondary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:flex}.fch-proposal-cta:hover{border-color:var(--accent);color:var(--accent)}.fch-strategy-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex;position:relative;overflow:hidden}.fch-strategy-glitter{pointer-events:none;width:130px;height:130px;position:absolute;top:0;right:0}.fch-glitter-img{object-fit:contain;opacity:.6;width:100%;height:100%}.fch-strategy-btns{flex-direction:column;gap:10px;display:flex}.fch-strategy-btn{text-align:left;background:var(--bg-secondary);border:1px solid var(--border-primary);cursor:pointer;border-radius:12px;width:100%;padding:14px 16px;font-family:inherit;transition:all .15s}.fch-strategy-btn--active{border-color:var(--accent);background:#6366f10f}.fch-strategy-btn:hover:not(.fch-strategy-btn--active){background:var(--bg-hover);border-color:var(--border-secondary)}.fch-strategy-btn-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.fch-strategy-radio{border:2px solid var(--border-input);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:border-color .15s;display:flex}.fch-strategy-btn--active .fch-strategy-radio{border-color:var(--accent)}.fch-strategy-radio-dot{background:var(--accent);border-radius:50%;width:8px;height:8px}.fch-strategy-btn-title{color:var(--text-primary);font-size:13px;font-weight:600}.fch-strategy-btn-desc{color:var(--text-muted);text-align:left;margin:0;font-size:12px;line-height:1.4}.fch-strategy-apply-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:12px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s;display:flex}.fch-strategy-apply-btn:hover{background:var(--accent-hover)}.fcst-page{flex-direction:column;min-height:100%;display:flex}.fcst-topheader{background:var(--bg-header);border-bottom:1px solid var(--border-primary);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:14px 28px;display:flex}.fcst-breadcrumb{align-items:center;gap:6px;font-size:13px;display:flex}.fcst-breadcrumb-home{color:var(--text-muted);cursor:pointer;transition:color .15s}.fcst-breadcrumb-home:hover{color:var(--text-primary)}.fcst-breadcrumb-sep{color:var(--text-muted);opacity:.5}.fcst-breadcrumb-current{color:var(--text-primary);font-weight:600}.fcst-topheader-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.fcst-search-wrap{background:var(--bg-input);border:1px solid var(--border-input);border-radius:10px;align-items:center;gap:8px;min-width:280px;padding:8px 14px;display:flex}.fcst-search-icon{color:var(--text-muted);display:flex}.fcst-search-input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13px}.fcst-search-input::placeholder{color:var(--text-muted)}.fcst-icon-btn{border:1px solid var(--border-primary);background:var(--bg-primary);cursor:pointer;width:38px;height:38px;color:var(--text-secondary);transition:var(--transition-theme);border-radius:10px;justify-content:center;align-items:center;padding:0;display:flex}.fcst-icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.fcst-content{flex-direction:column;flex:1;gap:24px;padding:28px 28px 40px;display:flex}.fcst-page-header{flex-direction:column;gap:4px;display:flex}.fcst-title{color:var(--text-primary);font-size:22px;font-weight:700}.fcst-subtitle{color:var(--text-muted);font-size:13px}.fcst-tabs{border-bottom:1px solid var(--border-primary);gap:0;display:flex}.fcst-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:500;transition:color .15s,border-color .15s}.fcst-tab:hover{color:var(--text-primary)}.fcst-tab--active{color:var(--accent);border-bottom-color:var(--accent);font-weight:700}.fcst-cards{grid-template-columns:1fr 1fr;align-items:flex-start;gap:20px;display:grid}.fcst-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:14px;flex-direction:column;gap:22px;padding:28px;display:flex}.fcst-card-title{color:var(--text-primary);font-size:17px;font-weight:700}.fcst-card-placeholder{color:var(--text-muted);text-align:center;padding:40px 0;font-size:14px}.fcst-profile-header{align-items:flex-start;gap:20px;display:flex}.fcst-avatar-wrap{flex-shrink:0;position:relative}.fcst-avatar{border:2px solid var(--border-primary);border-radius:50%;flex-shrink:0;width:72px;height:72px;overflow:hidden}.fcst-avatar-edit{background:var(--accent);border:2px solid var(--bg-primary);cursor:pointer;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:flex;position:absolute;bottom:0;right:-2px}.fcst-avatar-edit .material-symbols-rounded{font-size:14px}.fcst-profile-info{flex:1;min-width:0}.fcst-profile-name{color:var(--text-primary);margin:0 0 4px;font-size:18px;font-weight:700}.fcst-profile-dept{color:var(--text-muted);margin:0 0 8px;font-size:13px}.fcst-profile-bio{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.fcst-form{flex-direction:column;gap:14px;display:flex}.fcst-form-row{align-items:center;gap:16px;display:flex}.fcst-form-label{width:72px;color:var(--text-secondary);text-align:right;flex-shrink:0;font-size:13px;font-weight:600}.fcst-form-input{background:var(--bg-input);border:1px solid var(--border-input);color:var(--text-primary);border-radius:9px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.fcst-form-input::placeholder{color:var(--text-muted)}.fcst-form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6366f11f}.fcst-form-actions{border-top:1px solid var(--border-secondary);justify-content:flex-end;gap:10px;padding-top:8px;display:flex}.fcst-btn-cancel{border:1px solid var(--border-input);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:500;transition:border-color .15s,color .15s}.fcst-btn-cancel:hover{border-color:var(--text-primary);color:var(--text-primary)}.fcst-btn-save{background:var(--accent);color:#fff;cursor:pointer;box-shadow:var(--btn-glow);border:none;border-radius:10px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,transform .15s}.fcst-btn-save:hover{background:var(--accent-hover);transform:translateY(-1px)}.fcst-form-textarea{resize:vertical;min-height:68px;line-height:1.5}.fcst-left-col{flex-direction:column;gap:20px;display:flex}.fcst-card-header-row{justify-content:space-between;align-items:center;display:flex}.fcst-icon-btn-sm{border:1px solid var(--border-primary);background:var(--bg-secondary);cursor:pointer;width:34px;height:34px;color:var(--text-secondary);transition:var(--transition-theme);border-radius:8px;justify-content:center;align-items:center;padding:0;display:flex}.fcst-icon-btn-sm:hover{background:var(--bg-hover);color:var(--text-primary)}.fcst-btn-outline-sm{border:1px solid var(--border-input);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .15s,color .15s;display:flex}.fcst-btn-outline-sm:hover{border-color:var(--text-primary);color:var(--text-primary)}.fcst-balance-amount{color:var(--text-primary);text-align:right;padding:8px 0;font-size:32px;font-weight:700}.fcst-balance-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.fcst-btn-charge{background:var(--accent);color:#fff;cursor:pointer;box-shadow:var(--btn-glow);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,transform .15s;display:flex}.fcst-btn-charge:hover{background:var(--accent-hover);transform:translateY(-1px)}.fcst-btn-history{background:var(--bg-secondary);border:1px solid var(--border-input);color:var(--text-primary);cursor:pointer;border-radius:10px;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,border-color .15s}.fcst-btn-history:hover{background:var(--bg-hover);border-color:var(--text-muted)}.fcst-creditcard-row{gap:16px;display:flex;overflow-x:auto}.fcst-creditcard{background:linear-gradient(135deg,#2a2a3a 0%,#1a1a2e 100%);border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:260px;height:160px;padding:18px;display:flex;position:relative}.fcst-creditcard-top{justify-content:space-between;align-items:flex-start;display:flex}.fcst-creditcard-badge{color:#ffffffb3;background:#ffffff1a;border:1px solid #ffffff26;border-radius:4px;padding:3px 10px;font-size:11px}.fcst-creditcard-logo{display:flex}.fcst-creditcard-bottom{flex-direction:column;gap:4px;display:flex}.fcst-creditcard-exp{color:#fff9;font-size:13px}.fcst-creditcard-number-row{justify-content:space-between;align-items:center;display:flex}.fcst-creditcard-number{color:#ffffffe6;letter-spacing:1.5px;font-size:14px;font-weight:500}.fcst-creditcard-menu{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:2px;display:flex}.fcst-creditcard-menu:hover{color:#ffffffe6}.fcst-creditcard-add{border:2px dashed var(--border-primary);cursor:pointer;width:260px;height:160px;color:var(--text-muted);background:0 0;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex}.fcst-creditcard-add:hover{border-color:var(--accent);color:var(--accent)}.fcst-pay-filters{flex-wrap:wrap;gap:8px;display:flex}.fcst-pay-chip{border:1px solid var(--border-input);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:20px;padding:6px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.fcst-pay-chip:hover{border-color:var(--accent);color:var(--accent)}.fcst-pay-chip--active{background:var(--accent);border-color:var(--accent);color:#fff}.fcst-pay-chip--active:hover{background:var(--accent-hover)}.fcst-pay-list{flex-direction:column;gap:0;display:flex}.fcst-pay-item{cursor:pointer;text-align:left;border:none;border-bottom:1px solid var(--border-secondary);background:0 0;align-items:center;gap:12px;width:100%;padding:14px 4px;font-family:inherit;transition:background .12s;display:flex}.fcst-pay-item:last-child{border-bottom:none}.fcst-pay-item:hover{background:var(--bg-hover)}.fcst-pay-icon{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.fcst-pay-name{color:var(--text-primary);min-width:90px;font-size:13px;font-weight:600}.fcst-pay-date{color:var(--text-muted);min-width:72px;font-size:12px}.fcst-pay-status{text-align:center;border-radius:6px;min-width:56px;padding:3px 10px;font-size:12px;font-weight:500}.fcst-pay-status--pending{background:var(--accent-subtle);color:var(--accent)}.fcst-pay-status--completed{color:var(--color-success);background:#22c55e1a}.fcst-pay-amount{color:var(--text-primary);text-align:right;min-width:90px;margin-left:auto;font-size:14px;font-weight:600}.fcst-pay-arrow{color:var(--text-muted);flex-shrink:0;display:flex}.fcst-pay-more{border-top:1px solid var(--border-secondary);justify-content:center;padding-top:8px;display:flex}.fcst-pay-more button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:color .15s,background .15s;display:flex}.fcst-pay-more button:hover{color:var(--text-primary);background:var(--bg-hover)}.fcst-notif-list{flex-direction:column;gap:0;display:flex}.fcst-notif-item{border-bottom:1px solid var(--border-secondary);justify-content:space-between;align-items:center;padding:18px 16px;display:flex}.fcst-notif-item:last-child{border-bottom:none}.fcst-notif-info{flex-direction:column;gap:4px;display:flex}.fcst-notif-title{color:var(--text-primary);font-size:14px;font-weight:600}.fcst-notif-desc{color:var(--text-muted);font-size:12px}.fcst-toggle{cursor:pointer;display:inline-flex;position:relative}.fcst-toggle input{opacity:0;width:0;height:0;position:absolute}.fcst-toggle-track{background:var(--border-primary);border-radius:12px;width:44px;height:24px;transition:background .2s;position:relative}.fcst-toggle-track:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px}.fcst-toggle input:checked+.fcst-toggle-track{background:var(--accent)}.fcst-toggle input:checked+.fcst-toggle-track:after{transform:translate(20px)}.fcst-display-section{background:var(--bg-secondary);border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.fcst-display-label{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.fcst-theme-options{grid-template-columns:1fr 1fr;gap:12px;display:grid}.fcst-theme-opt{background:var(--bg-primary);border:2px solid var(--border-primary);cursor:pointer;text-align:left;border-radius:12px;flex-direction:column;gap:8px;padding:14px;font-family:inherit;transition:border-color .15s;display:flex}.fcst-theme-opt:hover,.fcst-theme-opt--active{border-color:var(--accent)}.fcst-theme-opt-header{justify-content:space-between;align-items:center;display:flex}.fcst-theme-opt-name{color:var(--text-primary);font-size:13px;font-weight:600}.fcst-theme-opt-desc{color:var(--text-muted);font-size:11px}.fcst-theme-radio{border:2px solid var(--border-input);border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:border-color .15s;position:relative}.fcst-theme-radio--checked{border-color:var(--accent)}.fcst-theme-radio--checked:after{content:"";background:var(--accent);border-radius:50%;width:8px;height:8px;position:absolute;top:3px;left:3px}.fcst-theme-preview{border-radius:8px;height:80px;margin-top:4px}.fcst-theme-preview--dark{background:#1a1a2e;border:1px solid #ffffff14}.fcst-theme-preview--light{background:#f5f5f5;border:1px solid #00000014}.fcst-fontsize-wrap{flex-direction:column;gap:8px;display:flex}.fcst-fontsize-row{align-items:center;gap:14px;display:flex}.fcst-fontsize-icon{color:var(--text-primary);flex-shrink:0;font-weight:600}.fcst-fontsize-icon--sm{font-size:13px}.fcst-fontsize-icon--lg{font-size:22px}.fcst-fontsize-slider{appearance:none;background:var(--border-primary);cursor:pointer;border-radius:2px;outline:none;flex:1;height:4px}.fcst-fontsize-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);border:3px solid var(--bg-primary);width:18px;height:18px;box-shadow:0 0 0 2px var(--accent);cursor:pointer;border-radius:50%}.fcst-fontsize-slider::-moz-range-thumb{background:var(--accent);border:3px solid var(--bg-primary);width:18px;height:18px;box-shadow:0 0 0 2px var(--accent);cursor:pointer;border-radius:50%}.fcst-fontsize-labels{color:var(--text-muted);justify-content:space-between;padding:0 26px;font-size:12px;display:flex}@media (width<=860px){.fcst-cards{grid-template-columns:1fr}.fcst-tabs{overflow-x:auto}.fcst-theme-options{grid-template-columns:1fr}.fcst-creditcard-row{flex-direction:column}.fcst-creditcard,.fcst-creditcard-add{width:100%}}@media (width<=640px){.fcdr-stats-row{grid-template-columns:1fr}.fce-filter-row{flex-direction:column;align-items:stretch}.fce-course-search-wrap{min-width:unset}}.fcclm-page{color:#fff;background:#0f0f19;flex-direction:column;min-height:100%;font-family:Pretendard,Noto Sans KR,sans-serif;display:flex}.fcclm-topheader{box-sizing:border-box;background:#191c23;border-bottom:1px solid #2c2d33;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:72px;padding:15px 32px;display:flex}.fcclm-breadcrumb{color:#7e8189;align-items:center;gap:8px;font-family:Noto Sans KR,sans-serif;font-size:14px;font-weight:500;line-height:20px;display:flex}.fcclm-breadcrumb-sep{color:#7e8189}.fcclm-breadcrumb-item.active{color:#fff}.fcclm-topheader-right{align-items:center;gap:12px;display:flex}.fcclm-search-wrap{background:#ffffff1a;border:1px solid #2c2d33;border-radius:8px;align-items:center;gap:10px;width:371px;height:42px;padding:0 14px;display:flex}.fcclm-search-icon{color:#b2b5bd;font-size:18px}.fcclm-search-input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-family:Noto Sans KR,sans-serif;font-size:14px}.fcclm-search-input::placeholder{color:#b2b5bd}.fcclm-icon-btn{color:#b2b5bd;cursor:pointer;background:#ffffff1a;border:1px solid #2c2d33;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex}.fcclm-icon-btn:hover{background:#ffffff24}.fcclm-cart-btn{position:relative}.fcclm-cart-badge{text-align:center;color:#fff;pointer-events:none;background:#6c72ff;border-radius:9999px;min-width:14px;height:14px;padding:0 3px;font-family:Pretendard,sans-serif;font-size:9px;font-weight:700;line-height:14px;position:absolute;top:4px;right:4px}.fcclm-content{flex-direction:column;gap:24px;padding:36px 36px 40px;display:flex}.fcclm-page-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.fcclm-title{letter-spacing:-.6px;color:#fff;margin:0 0 4px;font-family:Pretendard,sans-serif;font-size:32px;font-weight:700;line-height:44.8px}.fcclm-subtitle{color:#b2b5bd;margin:0;font-family:Pretendard,sans-serif;font-size:16px;font-weight:400;line-height:24px}.fcclm-cta{color:#fff;cursor:pointer;background:#6c72ff;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:198px;height:48px;padding:0 16px;font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;line-height:24px;display:inline-flex}.fcclm-cta:hover{background:#5a61f5}.fcclm-cta .material-symbols-rounded{font-size:20px}.fcclm-stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.fcclm-stat{box-sizing:border-box;background:#191c23;border:1px solid #2d2d44;border-radius:12px;flex-direction:column;gap:4px;height:96px;padding:19px;display:flex;position:relative;overflow:hidden}.fcclm-stat-icon{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:56px;height:56px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.fcclm-stat-label{color:#b2b5bd;font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;line-height:20px}.fcclm-stat-row{align-items:center;gap:10px;display:flex}.fcclm-stat-value{color:#fff;font-family:Pretendard,sans-serif;font-size:24px;font-weight:700;line-height:33.6px}.fcclm-stat-delta{border-radius:9999px;align-items:center;gap:2px;height:22px;padding:0 10px;font-family:Noto Sans KR,sans-serif;font-size:12px;font-weight:500;line-height:16px;display:inline-flex}.fcclm-stat-delta .material-symbols-rounded{font-size:12px}.fcclm-trend-icon{flex-shrink:0}.fcclm-stat-delta--green{color:#0bda68;background:#22c55e1a;border:1px solid #22c55e33}.fcclm-stat-delta--red{color:#d33535;background:#d335351a;border:1px solid #d3353533}.fcclm-stat-delta--neutral{color:#b2b5bd;background:#b2b5bd1a;border:1px solid #b2b5bd33}.fcclm-toolbar{box-sizing:border-box;background:#1a1c23;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;height:84px;padding:21px;display:flex}.fcclm-toolbar-left{align-items:center;gap:12px;display:flex}.fcclm-select-wrap{height:42px;position:relative}.fcclm-select-wrap:first-child{width:110px}.fcclm-select-wrap:nth-child(2),.fcclm-select-wrap:nth-child(3){width:150px}.fcclm-select{appearance:none;color:#b2b5bd;cursor:pointer;background:#0f0f19;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;height:100%;padding:0 36px 0 14px;font-family:Noto Sans KR,sans-serif;font-size:14px;font-weight:400;line-height:20px}.fcclm-select:focus{border-color:#6c72ff}.fcclm-select-caret{color:#b2b5bd;pointer-events:none;font-size:20px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.fcclm-toolbar-right{width:400px;height:42px;position:relative}.fcclm-toolbar-search-icon{color:#b2b5bd;pointer-events:none;font-size:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.fcclm-toolbar-search{color:#fff;box-sizing:border-box;background:#ffffff1a;border:1px solid #2c2d33;border-radius:8px;outline:none;width:100%;height:100%;padding:0 14px 0 40px;font-family:Noto Sans KR,sans-serif;font-size:14px;font-weight:400;line-height:20px}.fcclm-toolbar-search::placeholder{color:#b2b5bd}.fcclm-toolbar-search:focus{border-color:#6c72ff}.fcclm-table{background:#1a1c23;border:1px solid #2c2d33;border-radius:12px;overflow:hidden}.fcclm-thead,.fcclm-tr{grid-template-columns:150px 110px 110px 160px 150px 160px 160px 80px;align-items:center;display:grid}.fcclm-thead{background:#25272e;border-bottom:1px solid #2c2d33;height:48px}.fcclm-th{color:#b4b7be;padding:0 20px;font-family:Pretendard,sans-serif;font-size:13px;font-weight:500;line-height:20px}.fcclm-tr{cursor:pointer;background:#1a1c23;border-bottom:1px solid #2c2d33;min-height:100px;transition:background .12s}.fcclm-tr:hover{background:#21242d}.fcclm-tr:focus-visible{outline-offset:-2px;outline:2px solid #6c72ff}.fcclm-td{color:#fff;padding:0 20px;font-family:Pretendard,sans-serif;font-size:14px;font-weight:400;line-height:20px}.fcclm-col-amount{text-align:right;padding-right:28px}.fcclm-col-date{text-align:center;flex-direction:column;align-items:center;display:flex}.fcclm-col-more{justify-content:center;display:flex}.fcclm-thead .fcclm-col-amount{text-align:right;padding-right:28px}.fcclm-thead .fcclm-col-date{text-align:center;padding-left:0;padding-right:0}.fcclm-thead .fcclm-col-more{text-align:center;padding:0}.fcclm-badge{border-radius:6px;align-items:center;gap:6px;height:22px;padding:0 10px;font-family:Pretendard,sans-serif;font-size:12px;font-weight:400;line-height:14.3px;display:inline-flex}.fcclm-badge-dot{background:currentColor;border-radius:9999px;width:6px;height:6px}.fcclm-badge--gray{color:#fff;background:#3f3f5a}.fcclm-badge--gray .fcclm-badge-dot{background:#fff}.fcclm-badge--red{color:#ef4444;background:#ef444433}.fcclm-badge--green{color:#22c55e;background:#22c55e33}.fcclm-more-btn{color:#b4b7be;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.fcclm-more-btn:hover{color:#fff;background:#ffffff0f}.fcclm-pagination{background:#1a1c23;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:57px;padding:0 24px;display:flex}.fcclm-pagination-info{color:#b4b7be;font-family:Noto Sans KR,sans-serif;font-size:14px;font-weight:400;line-height:20px}.fcclm-pagination-controls{align-items:center;gap:4px;display:flex}.fcclm-page-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;display:inline-flex}.fcclm-page-btn:hover{color:#fff;background:#ffffff0f}.fcclm-page-btn.active{color:#fff;background:#6c72ff}.fcclm-page-btn .material-symbols-rounded{font-size:18px}@media (width<=1200px){.fcclm-stats{grid-template-columns:repeat(2,1fr)}.fcclm-thead,.fcclm-tr{grid-template-columns:140px 90px 100px 140px 130px 140px 140px 60px}}@media (width<=900px){.fcclm-content{padding:24px 16px 32px}.fcclm-page-header{flex-direction:column;align-items:stretch}.fcclm-cta{width:100%}.fcclm-stats{grid-template-columns:1fr 1fr}.fcclm-toolbar{flex-direction:column;align-items:stretch;gap:12px;height:auto}.fcclm-toolbar-right{width:100%}.fcclm-table{overflow-x:auto}.fcclm-thead,.fcclm-tr{min-width:960px}}.fcnd-top-bar{align-items:center;margin-bottom:20px;display:flex}.fcnd-back-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 0;font-family:inherit;font-size:13px;transition:color .2s;display:inline-flex}.fcnd-back-btn:hover{color:#fff}.fcnd-card{background:#1a1c23;border:1px solid #2c2d33;border-radius:12px;margin-bottom:16px;padding:32px}.fcnd-header{border-bottom:1px solid #2c2d33;margin-bottom:24px;padding-bottom:24px}.fcnd-title{color:#fff;margin:12px 0;font-size:22px;font-weight:700}.fcnd-meta{color:#b2b5bd;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.fcnd-meta-label{color:#6b7280;font-size:13px}.fcnd-meta-sep{color:#3a3c46;margin:0 6px}.fcnd-meta-dot{background:#4a4c56;border-radius:50%;width:3px;height:3px}.fcnd-body{padding:24px 0;line-height:1.8}.fcnd-line{color:#d1d5db;margin:2px 0;font-size:14px}.fcnd-files{border-top:1px solid #2c2d33;align-items:flex-start;gap:24px;padding-top:24px;display:flex}.fcnd-files-label{color:#6b7280;white-space:nowrap;padding-top:4px;font-size:13px}.fcnd-files-list{flex-direction:column;gap:8px;display:flex}.fcnd-file-item{color:#b2b5bd;cursor:pointer;align-items:center;gap:8px;font-size:13px;text-decoration:none;transition:color .15s;display:flex}.fcnd-file-item:hover{color:#fff}.fcnd-nav{flex-direction:column;gap:0;margin-top:16px;display:flex}.fcnd-nav-row{cursor:pointer;border-bottom:1px solid #2c2d33;align-items:center;gap:0;padding:16px 20px;transition:background .15s;display:flex}.fcnd-nav-row:last-child{border-bottom:none}.fcnd-nav-row:hover{background:#1e1e2e}.fcnd-nav-row--next{background:#6c72ff0d}.fcnd-nav-row--empty{display:none}.fcnd-nav-label{color:#fff;min-width:40px;font-size:13px;font-weight:600}.fcnd-nav-sep{color:#3a3c46;margin:0 16px}.fcnd-nav-title{color:#b2b5bd;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.fcnd-back-to-list{justify-content:center;margin-top:32px;display:flex}.fcnd-list-btn{color:#e2e8f0;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:8px;padding:12px 40px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,border-color .15s}.fcnd-list-btn:hover{background:#1e1e2e;border-color:#6c72ff}.fcnw-page{color:#e2e8f0;background:#0f0f19;flex-direction:column;min-height:100vh;font-family:Pretendard,Noto Sans KR,sans-serif;display:flex}.fcnw-topbar{background:#14141f;border-bottom:1px solid #1e1e2e;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 28px;display:flex}.fcnw-topbar-left{align-items:center;gap:14px;display:flex}.fcnw-back-arrow{color:#b2b5bd;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.fcnw-back-arrow:hover{background:#1e1e2e}.fcnw-topbar-right{align-items:center;gap:10px;display:flex}.fcnw-save-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #2a2a3a;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,border-color .15s}.fcnw-save-btn:hover{background:#1e1e2e;border-color:#6c72ff}.fcnw-publish-btn{color:#fff;cursor:pointer;background:#6c72ff;border:none;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s}.fcnw-publish-btn:hover{background:#565cd9}.fcnw-layout{flex:1;display:flex;overflow:hidden}.fcnw-editor-area{flex-direction:column;flex:1;padding:32px 36px;display:flex;overflow-y:auto}.fcnw-title-input{color:#e2e8f0;box-sizing:border-box;background:0 0;border:none;border-bottom:1px solid #1e1e2e;outline:none;width:100%;padding:0 0 16px;font-family:inherit;font-size:24px;font-weight:700}.fcnw-title-input::placeholder{color:#4a4a5a}.fcnw-toolbar{border-bottom:1px solid #1e1e2e;flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:20px;padding:10px 0;display:flex}.fcnw-toolbar-group{align-items:center;gap:2px;display:flex}.fcnw-toolbar-sep{background:#2a2a3a;width:1px;height:20px;margin:0 6px}.fcnw-tool-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;font-size:14px;transition:background .12s;display:flex}.fcnw-tool-btn:hover{color:#e2e8f0;background:#1e1e2e}.fcnw-font-size{color:#e2e8f0;cursor:pointer;background:0 0;border:1px solid #2a2a3a;border-radius:5px;outline:none;height:30px;padding:0 8px;font-family:inherit;font-size:13px}.fcnw-editor-content{color:#e2e8f0;resize:none;box-sizing:border-box;background:0 0;border:none;outline:none;flex:1;min-height:400px;padding:0;font-family:inherit;font-size:15px;line-height:1.8}.fcnw-editor-content::placeholder{color:#4a4a5a}.fcnw-settings-panel{background:#14141f;border-left:1px solid #1e1e2e;flex-direction:column;flex-shrink:0;gap:20px;width:300px;padding:24px 20px;display:flex;overflow-y:auto}.fcnw-settings-card{background:#191c23;border:1px solid #1e1e2e;border-radius:10px;padding:20px}.fcnw-settings-title{color:#e2e8f0;margin:0 0 16px;font-size:14px;font-weight:700}.fcnw-settings-field{margin-bottom:14px}.fcnw-settings-field:last-child{margin-bottom:0}.fcnw-settings-label{color:#8b8fa3;margin-bottom:6px;font-size:12px;font-weight:500;display:block}.fcnw-settings-select{color:#e2e8f0;cursor:pointer;box-sizing:border-box;background:#0f0f19;border:1px solid #2a2a3a;border-radius:7px;outline:none;width:100%;height:38px;padding:0 12px;font-family:inherit;font-size:13px}.fcnw-settings-select:focus{border-color:#6c72ff}.fcnw-files-header{align-items:center;gap:6px;margin-bottom:16px;display:flex}.fcnw-files-header .fcnw-settings-title{margin:0}.fcnw-files-list{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.fcnw-file-card{background:#0f0f19;border:1px solid #1e1e2e;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.fcnw-file-card-name{color:#b2b5bd;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;overflow:hidden}.fcnw-file-card-remove{color:#4a4a5a;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:color .15s;display:flex}.fcnw-file-card-remove:hover{color:#ef4444}.fcnw-add-file-btn{color:#8b8fa3;cursor:pointer;background:0 0;border:1px dashed #2a2a3a;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:10px;font-family:inherit;font-size:13px;transition:background .15s,border-color .15s;display:flex}.fcnw-add-file-btn:hover{background:#1e1e2e;border-color:#6c72ff}.fci-status{color:#f59e0b;white-space:nowrap;background:#f59e0b26;border-radius:4px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.fci-status--done{color:#5ae6a9;background:#5ae6a926}.fci-reply-count{color:#fff;background:#6c72ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.fci-thumb{background:#1e1e2e;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;overflow:hidden}.fci-thumb img{object-fit:cover;width:100%;height:100%}.fci-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fci-modal{background:#191c23;border:1px solid #2c2d33;border-radius:16px;flex-direction:column;width:580px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 48px #0006}.fci-modal-header{justify-content:space-between;align-items:center;padding:24px 28px 0;display:flex}.fci-modal-title{color:#fff;margin:0;font-size:20px;font-weight:700}.fci-modal-close{color:#8b8fa3;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.fci-modal-close:hover{background:#ffffff0f}.fci-modal-body{flex-direction:column;gap:16px;padding:24px 28px;display:flex;overflow-y:auto}.fci-modal-field{flex-direction:column;gap:6px;display:flex}.fci-modal-label{color:#b2b5bd;font-size:13px;font-weight:500}.fci-modal-select,.fci-modal-input{color:#fff;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;width:100%;height:42px;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.fci-modal-select:focus,.fci-modal-input:focus{border-color:#6c72ff}.fci-modal-select{appearance:none;cursor:pointer}.fci-modal-textarea{color:#fff;resize:vertical;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;width:100%;min-height:160px;padding:14px;font-family:inherit;font-size:14px;line-height:1.6;transition:border-color .15s}.fci-modal-textarea:focus{border-color:#6c72ff}.fci-modal-checkbox{color:#b2b5bd;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:14px;display:inline-flex}.fci-check-box{background:0 0;border:1.5px solid #464651;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:background .15s,border-color .15s;display:inline-flex}.fci-check-box--checked{background:#6c72ff;border-color:#6c72ff}.fci-modal-note{color:#8b8fa3;margin:0;font-size:12px;line-height:1.6}.fci-modal-actions{justify-content:flex-end;gap:10px;padding:0 28px 24px;display:flex}.fci-modal-cancel{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:8px;height:42px;padding:0 24px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s}.fci-modal-cancel:hover{background:#ffffff0a}.fci-modal-submit{color:#fff;cursor:pointer;background:#6c72ff;border:none;border-radius:8px;height:42px;padding:0 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}.fci-modal-submit:hover{background:#5a5fe6}.fcid-back{cursor:pointer;align-items:center;gap:4px;margin-bottom:16px;transition:opacity .15s;display:inline-flex}.fcid-back:hover{opacity:.8}.fcid-back-icon{color:#b2b5bd;background:#ffffff0f;border-radius:99px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.fcid-back-text{color:#b2b5bd;font-size:15px;font-weight:500}.fcid-card{background:0 0}.fcid-divider{background:#464651;height:1px}.fcid-heading{padding:24px 0}.fcid-title-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.fcid-status-badge{color:#f59e0b;white-space:nowrap;background:#f59e0b40;border-radius:4px;flex-shrink:0;align-items:center;padding:2px 6px;font-size:13px;font-weight:600;display:inline-flex}.fcid-status-badge--done{color:#5ae6a9;background:#b1ffe640}.fcid-title{color:#fff;margin:0;font-size:24px;font-weight:600;line-height:1.4}.fcid-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fcid-meta-label{color:#b2b5bd;font-size:14px;font-weight:400}.fcid-meta-value{color:#fff;font-size:14px;font-weight:400}.fcid-meta-sep{color:#464651;margin:0 4px;font-size:14px}.fcid-body{padding:24px 16px}.fcid-line{color:#fff;margin:0;font-size:15px;font-weight:400;line-height:1.6}.fcid-image-wrap{margin-top:24px}.fcid-image{object-fit:cover;border-radius:8px;max-width:270px;height:auto}.fcid-answer{background:#ffffff0d;border-radius:12px;margin:24px 0;padding:24px}.fcid-answer-info{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.fcid-answer-meta{flex-direction:column;gap:4px;display:flex}.fcid-answer-author{color:#fff;font-size:18px;font-weight:600;line-height:1.4}.fcid-answer-time{color:#b2b5bd;font-size:14px;font-weight:400}.fcid-answer-body{padding-left:59px}.fcid-action{justify-content:flex-end;margin-top:24px;padding-bottom:40px;display:flex}.fcid-inquiry-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff4d;border-radius:8px;align-items:center;gap:8px;height:49px;padding:0 28px;font-family:inherit;font-size:18px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.fcid-inquiry-btn:hover{background:#ffffff1a;border-color:#ffffff80}.fced-page{padding:36px 45px}.fced-layout{gap:32px;max-width:1080px;display:flex}.fced-main{flex:1;min-width:0}.fced-sidebar{flex-shrink:0;width:339px}.fced-hero{background:linear-gradient(135deg,#1b2f55,#1c1c47);border-radius:16px;margin-bottom:0;padding:32px}.fced-hero-tags{gap:6px;margin-bottom:16px;display:flex}.fced-tag{color:#fff;border-radius:4px;align-items:center;padding:3px 8px;font-size:11px;font-weight:700;line-height:15.4px;display:inline-flex}.fced-tag--best{background:#e40000}.fced-tag--new{background:#6c72ff}.fced-hero-title{color:#fff;letter-spacing:-1.2px;margin:0 0 12px;font-size:28px;font-weight:700;line-height:39.2px}.fced-hero-desc{color:#fff;opacity:.85;margin:0 0 20px;font-size:16px;font-weight:400;line-height:22.4px}.fced-hero-meta{align-items:center;gap:20px;display:flex}.fced-hero-meta-item{color:#fff;opacity:.9;align-items:center;gap:6px;font-size:14px;display:flex}.fced-tabs{border-bottom:1px solid #2d2d44;margin-top:24px;display:flex}.fced-tab{color:#b2b5bd;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:12px 20px;font-family:inherit;font-size:16px;font-weight:500;transition:color .15s,border-color .15s;display:flex}.fced-tab:hover{color:#fff}.fced-tab--active{color:#fff;border-bottom-color:#6260f6;font-weight:700}.fced-tab-badge{color:#fff;background:#6260f6;border-radius:10px;justify-content:center;align-items:center;min-width:22px;height:20px;padding:0 6px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.fced-section{padding:25px 0}.fced-section-title{color:#fff;margin:0 0 24px;font-size:20px;font-weight:700;line-height:28px}.fced-quote-card{background:#262e38;border-radius:8px;margin-bottom:24px;padding:20px 24px}.fced-quote-text{color:#9fc9ff;text-align:center;margin:0;font-size:18px;font-weight:700;line-height:25.2px}.fced-desc-block{margin-bottom:24px}.fced-desc-note{color:#b2b5bd;margin:0 0 20px;font-size:14px;font-weight:400;line-height:22.4px}.fced-desc-highlight{color:#fff;text-align:center;margin:0;font-size:18px;font-weight:400;line-height:32.4px}.fced-feature-card{border:1px solid #51585c;border-radius:8px;padding:24px}.fced-feature-title{color:#fff;margin:0 0 16px;font-size:20px;font-weight:700}.fced-feature-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.fced-feature-item{color:#b2b5bd;font-size:14px;line-height:22.4px}.fced-feature-key{color:#fff;font-weight:700}.fced-curriculum-header{align-items:baseline;gap:12px;margin-bottom:24px;display:flex}.fced-curriculum-header .fced-section-title{margin-bottom:0}.fced-curriculum-count{color:#fff;font-size:18px;font-weight:400}.fced-curriculum{background:#191c23;border:1px solid #2d2d44;border-radius:12px;overflow:hidden}.fced-curr-wrap{border-bottom:1px solid #2d2d44}.fced-curr-wrap:last-child{border-bottom:none}.fced-curr-item{cursor:pointer;align-items:center;gap:12px;padding:17px 20px;transition:background .12s;display:flex}.fced-curr-item:hover{background:#ffffff08}.fced-curr-item--open{background:#ffffff0d}.fced-curr-toggle{color:#b2b5bd;align-items:center;display:flex}.fced-curr-title{color:#fff;flex:1;font-size:16px;font-weight:500;line-height:22.4px}.fced-curr-preview-tag{color:#b2b5bd;border:1px solid #464651;border-radius:4px;padding:2px 8px;font-size:13px}.fced-curr-dur{color:#fff;text-align:right;min-width:42px;font-size:14px;font-weight:500}.fced-curr-desc{color:#b2b5bd;padding:0 20px 17px 48px;font-size:14px;line-height:22.4px}.fced-target-card{background:#191f23;border-radius:8px;flex-direction:column;gap:16px;padding:24px;display:flex}.fced-target-item{align-items:flex-start;gap:12px;display:flex}.fced-target-icon{color:#fff;flex-shrink:0;margin-top:1px}.fced-target-text{color:#fff;font-size:16px;font-weight:400;line-height:22.4px}.fced-rating-card{background:#ffffff14;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px 24px;display:flex}.fced-rating-left{align-items:center;gap:8px;display:flex}.fced-rating-score{color:#fff;font-size:24px;font-weight:700;line-height:33.6px}.fced-rating-dot{background:#b2b5bd;border-radius:50%;width:6px;height:6px}.fced-rating-total{color:#b2b5bd;font-size:16px;font-weight:400;line-height:22.4px}.fced-rating-sort{color:#fff;cursor:pointer;background:#1a1c23;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:14px;display:flex}.fced-review-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.fced-review-card{background:#191c23;border:1px solid #2d2d44;border-radius:16px;flex-direction:column;padding:19px;display:flex}.fced-review-stars-row{align-items:center;gap:4px;margin-bottom:8px;display:flex}.fced-review-stars{gap:1px;display:flex}.fced-review-rating-num{color:#fff;letter-spacing:.32px;margin-left:4px;font-size:16px;font-weight:600;line-height:25.6px}.fced-review-author-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.fced-review-author,.fced-review-date{color:#b2b5bd;letter-spacing:.28px;font-size:14px;font-weight:400;line-height:22.4px}.fced-review-text{color:#fff;letter-spacing:.28px;flex:1;margin:0 0 4px;font-size:14px;font-weight:400;line-height:22.4px}.fced-review-more,.fced-review-collapse{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:8px;padding:0;font-family:inherit;font-size:14px;display:inline-flex}.fced-review-like{color:#b2b5bd;border:1px solid #464651;border-radius:99px;align-items:center;gap:6px;width:fit-content;margin-top:auto;padding:4px 12px;font-size:14px;display:inline-flex}.fced-pagination{justify-content:center;align-items:center;gap:4px;display:flex}.fced-page-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;font-size:14px;font-weight:500;transition:background .12s,color .12s;display:flex}.fced-page-btn:hover{background:#ffffff14}.fced-page-btn--active{color:#fff;background:#6c72ff}.fced-page-btn--nav{color:#b2b5bd}.fced-policy-card{background:#191c23;border:1px solid #2d2d44;border-radius:12px;flex-direction:column;gap:20px;padding:24px;display:flex}.fced-policy-label{color:#fff;margin:0 0 6px;font-size:16px;font-weight:600}.fced-policy-text{color:#b2b5bd;margin:0;font-size:14px;line-height:22.4px}.fced-price-card{background:#191c23;border:1px solid #2d2d44;border-radius:16px;padding:19px 25px 24px}.fced-price-row{margin-bottom:24px}.fced-price-original{align-items:center;gap:8px;margin-bottom:4px;display:flex}.fced-discount{color:#ed0000;font-size:14px;font-weight:600;line-height:19.6px}.fced-original-price{color:#b2b5bd;font-size:14px;font-weight:400;line-height:19.6px;text-decoration:line-through}.fced-price-current{align-items:baseline;gap:6px;display:flex}.fced-current-amount{color:#fff;font-size:24px;font-weight:700;line-height:33.6px}.fced-current-unit{color:#fff;font-size:20px;font-weight:400;line-height:32px}.fced-purchase-btns{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.fced-btn-buy{color:#fff;cursor:pointer;background:#6260f6;border:none;border-radius:8px;width:100%;height:48px;font-family:Noto Sans KR,sans-serif;font-size:16px;font-weight:700;transition:background .15s}.fced-btn-buy:hover{background:#5452d6}.fced-btn-cart{color:#fff;cursor:pointer;background:#282839;border:none;border-radius:8px;width:100%;height:48px;font-family:Noto Sans KR,sans-serif;font-size:16px;font-weight:700;transition:background .15s}.fced-btn-cart:hover{background:#333348}.fced-divider{background:#2d2d44;height:1px;margin-bottom:24px}.fced-action-btns{gap:24px;margin-bottom:24px;display:flex}.fced-action-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:99px;justify-content:center;align-items:center;gap:6px;font-family:inherit;font-size:14px;transition:background .15s;display:flex}.fced-action-btn:hover{background:#ffffff2e}.fced-action-btn--preview{flex:1;height:42px}.fced-action-btn--icon{flex-shrink:0;width:42px;height:42px}.fced-info-table{flex-direction:column;gap:6px;display:flex}.fced-info-row{justify-content:space-between;align-items:center;display:flex}.fced-info-label{color:#b2b5bd;font-size:14px;font-weight:400;line-height:20px}.fced-info-value{color:#fff;font-size:14px;font-weight:400;line-height:20px}.fced-enterprise{background:#1a1a2e80;border-radius:16px;gap:16px;margin-top:24px;padding:20px;display:flex}.fced-enterprise-icon{color:#94a3b8;background:#1e293b;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.fced-enterprise-content{flex-direction:column;gap:4px;display:flex}.fced-enterprise-title{color:#fff;margin:0;font-family:Noto Sans KR,sans-serif;font-size:14px;font-weight:700;line-height:20px}.fced-enterprise-desc{color:#94a3b8;margin:0;font-family:Noto Sans KR,sans-serif;font-size:12px;font-weight:400;line-height:16px}.fced-enterprise-cta{color:#6c72ff;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:Noto Sans KR,sans-serif;font-size:12px;font-weight:700;line-height:16px}.fced-enterprise-cta:hover{text-decoration:underline}.fced-similar{max-width:1080px;margin-top:40px;padding-bottom:40px}.fced-similar-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.fced-similar-title-area{flex-direction:column;gap:4px;display:flex}.fced-similar-title{color:#fff;margin:0;font-size:20px;font-weight:700;line-height:28px}.fced-similar-subtitle{color:#b2b5bd;margin:0;font-size:14px;font-weight:400;line-height:20px}.fced-similar-nav{gap:16px;display:flex}.fced-similar-arrow{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:99px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.fced-similar-arrow:hover{background:#ffffff26}.fced-similar-scroll{gap:16px;display:flex;overflow-x:auto}.fced-similar-scroll::-webkit-scrollbar{display:none}.fced-similar-card{cursor:pointer;background:#191c23;border:1px solid #2d2d44;border-radius:12px;flex-shrink:0;width:258px;transition:transform .15s,box-shadow .15s;overflow:hidden}.fced-similar-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.fced-similar-thumb{aspect-ratio:258/160;background:#5e5e5e;width:100%;overflow:hidden}.fced-similar-thumb img{object-fit:cover;width:100%;height:100%}.fced-similar-body{padding:16px}.fced-similar-card-title{color:#fff;margin:0 0 6px;font-size:16px;font-weight:600;line-height:22.4px}.fced-similar-meta{color:#b2b5bd;align-items:center;gap:4px;margin-bottom:12px;font-size:14px;line-height:19.6px;display:flex}.fced-similar-sep{color:#b2b5bd;font-size:13px}.fced-similar-price{color:#fff;font-size:14px;font-weight:600;line-height:20px}.fcep-page{background:#0c0f1a;height:100%;display:flex;overflow:hidden}.fcep-main{flex-direction:column;flex:1;display:flex;overflow-y:auto}.fcep-video-area{aspect-ratio:16/9;background:#000;flex-shrink:0;width:100%}.fcep-video-placeholder{background:linear-gradient(135deg,#0c0f1a,#1a1e2e);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.fcep-info{padding:24px 28px}.fcep-info-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.fcep-review-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #6478a04d;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;transition:background .15s,color .15s;display:inline-flex}.fcep-review-btn:hover{color:#e2e8f0;background:#6478a01a}.fcep-lecture-title{color:#e2e8f0;margin:0 0 6px;font-size:18px;font-weight:700}.fcep-lecture-desc{color:#64748b;margin:0;font-size:13px}.fcep-sidebar{background:#0e1422cc;border-left:1px solid #6478a026;flex-direction:column;flex-shrink:0;width:320px;display:flex;overflow-y:auto}.fcep-sidebar-title{color:#e2e8f0;margin:0;padding:20px 20px 12px;font-size:15px;font-weight:700}.fcep-playlist{flex-direction:column;gap:2px;padding:0 8px 16px;display:flex}.fcep-pl-item{cursor:pointer;text-align:left;color:#94a3b8;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:12px;font-family:inherit;transition:background .12s;display:flex}.fcep-pl-item:hover{background:#ffffff0a}.fcep-pl-item.active{color:#818cf8;background:#6366f11f}.fcep-pl-item.completed{color:#64748b}.fcep-pl-icon{font-size:20px}.fcep-pl-item.active .fcep-pl-icon{color:#818cf8}.fcep-pl-item.completed .fcep-pl-icon{color:#22c55e}.fcep-pl-info{flex-direction:column;gap:2px;display:flex}.fcep-pl-title{font-size:13px;font-weight:500}.fcep-pl-dur{color:#475569;font-size:12px}.fcep-modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fcep-modal{background:var(--bg-primary);border-radius:14px;width:480px;max-width:90vw;box-shadow:0 20px 60px #0000004d}.fcep-modal-header{border-bottom:1px solid var(--border-secondary);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.fcep-modal-header h3{color:var(--text-primary);margin:0;font-size:16px;font-weight:700}.fcep-modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;display:flex}.fcep-modal-body{padding:24px}.fcep-rating-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.fcep-rating-label{color:var(--text-primary);font-size:14px;font-weight:600}.fcep-stars{gap:4px;display:flex}.fcep-star{cursor:pointer;background:0 0;border:none;padding:2px;display:flex}.fcep-review-textarea{border:1px solid var(--border-input);background:var(--bg-input);width:100%;color:var(--text-primary);resize:vertical;box-sizing:border-box;border-radius:8px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px}.fcep-modal-footer{border-top:1px solid var(--border-secondary);justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.fccart-page{max-width:1170px;padding:36px 45px}.fccart-page-title{color:#fff;margin:0 0 32px;font-size:28px;font-weight:700}.fccart-layout{align-items:flex-start;gap:24px;display:flex}.fccart-left{flex:1;min-width:0}.fccart-right{flex-shrink:0;width:339px}.fccart-section{background:#191c23;border:1px solid #2d2d44;border-radius:16px;margin-bottom:20px;padding:0;overflow:hidden}.fccart-section-header{border-bottom:1px solid #2d2d44;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.fccart-check-label{cursor:pointer;align-items:center;gap:10px;display:flex}.fccart-checkbox{accent-color:#6260f6;cursor:pointer;width:18px;height:18px}.fccart-section-name{color:#fff;font-size:16px;font-weight:700}.fccart-section-count{color:#b2b5bd;margin-left:8px;font-size:14px}.fccart-select-delete{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #464651;border-radius:6px;padding:6px 14px;font-family:inherit;font-size:13px}.fccart-select-delete:hover{color:#fff;border-color:#6260f6}.fccart-item{border-bottom:1px solid #2d2d44;align-items:center;gap:16px;padding:20px 24px;display:flex}.fccart-item:last-child{border-bottom:none}.fccart-item-thumb{background:#32353a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.fccart-item-thumb--edu{border-radius:8px;width:80px;height:52px}.fccart-item-thumb-label{color:#fff;letter-spacing:-.5px;font-size:13px;font-weight:700}.fccart-item-info{flex:1;min-width:0}.fccart-item-name{color:#fff;margin:0 0 4px;font-size:16px;font-weight:600}.fccart-item-option{color:#b2b5bd;margin:0;font-size:13px}.fccart-item-qty{border:1px solid #464651;border-radius:6px;flex-shrink:0;align-items:center;gap:0;display:flex;overflow:hidden}.fccart-qty-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.fccart-qty-btn:hover{color:#fff;background:#ffffff0d}.fccart-qty-val{text-align:center;color:#fff;border-left:1px solid #464651;border-right:1px solid #464651;width:48px;height:32px;font-size:14px;font-weight:500;line-height:32px}.fccart-item-price-area{text-align:right;flex-shrink:0;min-width:120px}.fccart-price-discount-row{justify-content:flex-end;align-items:center;gap:6px;margin-bottom:2px;display:flex}.fccart-discount-pct{color:#ed0000;font-size:14px;font-weight:600}.fccart-original-price{color:#b2b5bd;font-size:14px;text-decoration:line-through}.fccart-final-price{color:#fff;font-size:18px;font-weight:700}.fccart-remove-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.fccart-remove-btn:hover{color:#fff}.fccart-summary-card{background:#191c23;border:1px solid #2d2d44;border-radius:16px;margin-bottom:16px;padding:24px}.fccart-summary-title{color:#fff;margin:0 0 20px;font-size:18px;font-weight:700}.fccart-summary-rows{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.fccart-summary-row{color:#b2b5bd;justify-content:space-between;font-size:14px;display:flex}.fccart-discount-amount{color:#ed0000}.fccart-summary-total-row{border-top:1px solid #2d2d44;justify-content:space-between;align-items:baseline;padding-top:16px;display:flex}.fccart-summary-total-row>span:first-child{color:#fff;font-size:16px;font-weight:600}.fccart-summary-total-price{color:#fff;font-size:22px;font-weight:700}.fccart-payment-card{background:#191c23;border:1px solid #2d2d44;border-radius:16px;margin-bottom:20px;padding:24px}.fccart-payment-title{color:#fff;margin:0 0 20px;font-size:18px;font-weight:700}.fccart-payment-methods{flex-direction:column;gap:0;display:flex}.fccart-method{cursor:pointer;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:14px 0;display:flex}.fccart-method:last-child{border-bottom:none}.fccart-method input{display:none}.fccart-method-radio{border:2px solid #464651;border-radius:50%;flex-shrink:0;width:20px;height:20px;position:relative}.fccart-method--active .fccart-method-radio{border-color:#6260f6}.fccart-method--active .fccart-method-radio:after{content:"";background:#6260f6;border-radius:50%;width:10px;height:10px;position:absolute;top:3px;left:3px}.fccart-method-icon{color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:flex}.fccart-method-icon--naver{background:#03c75a}.fccart-method-icon--toss{background:#0064ff}.fccart-method-icon--kakao{color:#000;background:#fee500}.fccart-method-label{color:#fff;font-size:15px;font-weight:500}.fccart-method-text-group{flex-direction:column;gap:2px;display:flex}.fccart-method-desc{color:#b2b5bd;font-size:12px}.fccart-pay-btn{color:#fff;cursor:pointer;background:#6260f6;border:none;border-radius:12px;width:100%;height:52px;margin-bottom:12px;font-family:Noto Sans KR,sans-serif;font-size:16px;font-weight:700;transition:background .15s}.fccart-pay-btn:hover{background:#5452d6}.fccart-agree-text{color:#7e8189;text-align:center;margin:0;font-size:12px;line-height:18px}.fccart-agree-link{cursor:pointer;text-decoration:underline}.fcpc-page{max-width:1170px;padding:36px 45px}.fcpc-page-title{color:#fff;margin:0 0 32px;font-size:28px;font-weight:700}.fcpc-layout{align-items:flex-start;gap:24px;display:flex}.fcpc-left{flex:1;min-width:0}.fcpc-right{flex-shrink:0;width:339px}.fcpc-options-card{background:#191c23;border:1px solid #2d2d44;border-radius:16px;overflow:hidden}.fcpc-option{cursor:pointer;border-bottom:1px solid #2d2d44;align-items:center;gap:12px;padding:18px 24px;display:flex}.fcpc-option:last-child{border-bottom:none}.fcpc-option input{display:none}.fcpc-option-radio{border:2px solid #464651;border-radius:50%;flex-shrink:0;width:20px;height:20px;position:relative}.fcpc-option--active .fcpc-option-radio{border-color:#6260f6}.fcpc-option--active .fcpc-option-radio:after{content:"";background:#6260f6;border-radius:50%;width:10px;height:10px;position:absolute;top:3px;left:3px}.fcpc-option-label{color:#fff;flex:1;font-size:16px;font-weight:500}.fcpc-option-price{color:#fff;font-size:16px;font-weight:600}.fcpc-custom-input-wrap{align-items:center;gap:8px;margin-left:auto;display:flex}.fcpc-custom-input{color:#fff;text-align:right;background:0 0;border:1px solid #464651;border-radius:6px;width:200px;height:36px;padding:0 12px;font-family:inherit;font-size:14px}.fcpc-custom-input::placeholder{color:#7e8189}.fcpc-custom-input:focus{border-color:#6260f6;outline:none}.fcpc-custom-unit{color:#b2b5bd;font-size:14px}.fcpc-summary-card{background:#191c23;border:1px solid #2d2d44;border-radius:16px;margin-bottom:16px;padding:20px 24px}.fcpc-summary-row{color:#b2b5bd;justify-content:space-between;margin-bottom:8px;font-size:14px;display:flex}.fcpc-summary-charge{color:#6c72ff;font-weight:600}.fcpc-summary-total{border-top:1px solid #2d2d44;justify-content:space-between;align-items:baseline;margin-top:6px;padding-top:14px;display:flex}.fcpc-summary-total>span:first-child{color:#fff;font-size:16px;font-weight:600}.fcpc-summary-total-price{color:#fff;font-size:22px;font-weight:700}.fcpc-payment-card{background:#191c23;border:1px solid #2d2d44;border-radius:16px;margin-bottom:20px;padding:24px}.fcpc-payment-title{color:#fff;margin:0 0 20px;font-size:18px;font-weight:700}.fcpc-payment-methods{flex-direction:column;display:flex}.fcph-page{max-width:1170px;padding:36px 45px}.fcph-page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.fcph-page-title{color:#fff;margin:0;font-size:28px;font-weight:700}.fcph-receipt-link{color:#6c72ff;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:14px}.fcph-receipt-link:hover{text-decoration:underline}.fcph-filter-bar{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.fcph-filter-left{gap:12px;display:flex}.fcph-filter-right{gap:10px;display:flex}.fcph-sort-btn{color:#fff;cursor:pointer;background:#191c23;border:1px solid #2d2d44;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:14px;display:flex}.fcph-search-wrap{color:#b2b5bd;background:#191c23;border:1px solid #2d2d44;border-radius:8px;align-items:center;gap:8px;height:38px;padding:0 12px;display:flex}.fcph-search-input{color:#fff;background:0 0;border:none;outline:none;width:200px;font-family:inherit;font-size:14px}.fcph-search-input::placeholder{color:#7e8189}.fcph-search-btn{color:#fff;cursor:pointer;background:#6260f6;border:none;border-radius:8px;height:38px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:600}.fcph-search-btn:hover{background:#5452d6}.fcph-tabs{gap:8px;margin-bottom:24px;display:flex}.fcph-tab{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #464651;border-radius:99px;padding:8px 18px;font-family:inherit;font-size:14px;font-weight:500}.fcph-tab:hover{color:#fff}.fcph-tab--active{color:#fff;background:#6260f6;border-color:#6260f6}.fcph-order-list{flex-direction:column;gap:0;display:flex}.fcph-order-group{margin-bottom:0}.fcph-order-group-header{justify-content:space-between;align-items:center;padding:16px 0 12px;display:flex}.fcph-order-date-status{align-items:center;gap:12px;display:flex}.fcph-order-date{color:#fff;font-size:16px;font-weight:700}.fcph-status{font-size:14px;font-weight:600}.fcph-status--pending{color:#f59e0b}.fcph-status--done{color:#22c55e}.fcph-status--completed{color:#6c72ff}.fcph-order-detail-link{color:#b2b5bd;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:14px}.fcph-order-detail-link:hover{color:#fff}.fcph-order-card{background:#191c23;border:1px solid #2d2d44;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:24px;display:flex}.fcph-order-card-left{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.fcph-order-thumb{background:#32353a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.fcph-order-thumb-label{color:#fff;letter-spacing:-.5px;font-size:13px;font-weight:700}.fcph-order-info{min-width:0}.fcph-order-name{color:#fff;margin:0 0 4px;font-size:16px;font-weight:600}.fcph-order-meta{color:#b2b5bd;margin:0 0 4px;font-size:13px}.fcph-order-no{color:#7e8189;margin:0;font-size:12px}.fcph-order-card-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:12px;display:flex}.fcph-order-price{color:#fff;font-size:18px;font-weight:700}.fcph-order-actions{gap:8px;display:flex}.fcph-action-btn{cursor:pointer;border-radius:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s}.fcph-action-btn--primary{color:#fff;background:#6260f6;border:1px solid #6260f6}.fcph-action-btn--primary:hover{background:#5452d6}.fcph-action-btn--outline{color:#b2b5bd;background:0 0;border:1px solid #464651}.fcph-action-btn--outline:hover{color:#fff;border-color:#6260f6}.fcph-action-btn--ghost{color:#b2b5bd;background:0 0;border:none}.fcpay-page{max-width:1170px;padding:36px 45px}.fcpay-page-title{color:#fff;margin:0 0 32px;font-size:28px;font-weight:700}.fcpay-layout{align-items:flex-start;gap:24px;display:flex}.fcpay-left{flex:1;min-width:0}.fcpay-right{flex-shrink:0;width:339px}.fcpay-complete-card{text-align:center;background:#191c23;border:1px solid #2d2d44;border-radius:16px;padding:48px 40px}.fcpay-check-icon{margin-bottom:24px}.fcpay-complete-msg{color:#fff;margin:0 0 32px;font-size:20px;font-weight:600}.fcpay-divider{background:#2d2d44;height:1px;margin:24px 0}.fcpay-info-grid{text-align:left;grid-template-columns:1fr 1fr;gap:16px 40px;display:grid}.fcpay-info-item{flex-direction:column;gap:4px;display:flex}.fcpay-info-label{color:#7e8189;font-size:13px}.fcpay-info-value{color:#fff;font-size:14px;line-height:22px}.fcpay-action-btns{justify-content:center;gap:16px;display:flex}.fcpay-btn{cursor:pointer;border-radius:8px;flex:1;max-width:220px;height:48px;font-family:inherit;font-size:15px;font-weight:600;transition:background .15s}.fcpay-btn--ghost{color:#fff;background:#282839;border:none}.fcpay-btn--ghost:hover{background:#333348}.fcpay-btn--primary{color:#fff;background:#6260f6;border:none}.fcpay-btn--primary:hover{background:#5452d6}.fcpay-summary-card{background:#191c23;border:1px solid #2d2d44;border-radius:16px;padding:24px}.fcpay-summary-title{color:#fff;margin:0 0 20px;font-size:18px;font-weight:700}.fcpay-item{gap:14px;margin-bottom:20px;display:flex}.fcpay-item-thumb{background:#32353a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.fcpay-item-thumb-label{color:#fff;letter-spacing:-.5px;font-size:12px;font-weight:700}.fcpay-item-info{min-width:0}.fcpay-item-name{color:#fff;margin:0 0 2px;font-size:14px;font-weight:600}.fcpay-item-detail{color:#b2b5bd;margin:0;font-size:12px;line-height:18px}.fcpay-item-price{color:#fff;margin-top:4px;font-size:16px;font-weight:700;display:block}.fcpay-price-divider{background:#2d2d44;height:1px;margin:4px 0 16px}.fcpay-price-row{justify-content:space-between;margin-bottom:8px;font-size:14px;display:flex}.fcpay-price-label{color:#b2b5bd}.fcpay-price-value{color:#fff}.fcpay-price-value--discount{color:#ed0000}.fcpay-total-row{border-top:1px solid #2d2d44;justify-content:space-between;align-items:baseline;margin-top:8px;padding-top:14px;display:flex}.fcpay-total-label{color:#fff;font-size:16px;font-weight:600}.fcpay-total-value{color:#fff;font-size:22px;font-weight:700}.fcia-banner{background:linear-gradient(100deg,#2d63b4 0%,#4f2eb4 36%,#adb0ff 100%);border-radius:12px;margin-bottom:24px;padding:16px 24px}.fcia-banner-text{color:#fff;font-family:Pretendard,sans-serif;font-size:18px;font-weight:500}.fcia-banner-text strong{font-weight:700}.fcia-main{gap:24px;display:flex}.fcia-left{flex-direction:column;gap:24px;width:36%;min-width:340px;display:flex}.fcia-right{flex:1}.fcia-card{background:#191c23;border:1px solid #2c2d33;border-radius:16px;padding:32px;position:relative;overflow:hidden}.fcia-card-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.fcia-card-indicator{background:#6260f6;border-radius:99px;width:6px;height:24px}.fcia-card-title{color:#fff;font-family:Pretendard,sans-serif;font-size:24px;font-weight:600}.fcia-card-desc{color:#b2b5bd;margin-bottom:16px;font-size:16px;font-weight:400;line-height:1.4}.fcia-card-visual{align-items:flex-end;height:120px;margin-bottom:16px;display:flex;overflow:hidden}.fcia-card-visual--issue{height:160px}.fcia-card-img{object-fit:contain;opacity:.7;max-width:100%;max-height:100%}.fcia-card-btn{color:#fff;cursor:pointer;background:#6260f6;border:none;border-radius:12px;width:100%;height:49px;font-family:Pretendard,sans-serif;font-size:18px;font-weight:700;transition:opacity .2s}.fcia-card-btn:hover{opacity:.85}.fcia-strategy-card{background-color:#191c23;background-image:linear-gradient(#191c23,#191c23),linear-gradient(135deg,#6893ff66,#879bff66,#79623c66);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:border-box;background-clip:padding-box,border-box;border:1px solid #2c2d33;border-radius:16px;height:100%;padding:32px;position:relative;overflow:hidden}.fcia-strategy-sparkle{opacity:.6;pointer-events:none;background:url(/planner/sparkle.png) 50%/contain no-repeat;width:169px;height:169px;position:absolute;top:-20px;right:-20px}.fcia-strategy-options{flex-direction:column;gap:24px;margin-top:24px;display:flex}.fcia-strategy-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:20px;padding:24px;transition:background .2s;display:flex}.fcia-strategy-item:hover{background:#ffffff14}.fcia-strategy-icon{flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.fcia-strategy-icon img{object-fit:contain;max-width:100%;max-height:100%}.fcia-strategy-info{flex:1}.fcia-strategy-name{color:#fff;margin-bottom:4px;font-family:Pretendard,sans-serif;font-size:20px;font-weight:700}.fcia-strategy-desc{color:#b2b5bd;font-size:14px;font-weight:500;line-height:1.3}.fcia-strategy-arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex}.fcia-strategy-arrow:hover{background:#fff3}.fcia-strategy-arrow .material-symbols-rounded{font-size:24px}.fcia-chatbot-fab{cursor:pointer;z-index:100;background:linear-gradient(145deg,#2d63b4,#adb0ff);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 4px 20px #2d63b466}.fcia-chatbot-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #2d63b480}.fcia-chatbot-fab img{object-fit:contain;width:48px;height:48px}.fcs-view-toggle{border:1px solid var(--border-secondary);border-radius:8px;gap:0;display:flex;overflow:hidden}.fcs-view-btn{cursor:pointer;background:var(--bg-primary);color:var(--text-secondary);border:none;align-items:center;gap:4px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.fcs-view-btn:not(:last-child){border-right:1px solid var(--border-secondary)}.fcs-view-btn.active{background:var(--accent);color:#fff}.fcs-view-btn:hover:not(.active){background:var(--bg-hover)}.fcs-weekly{flex-direction:column;display:flex}.fcs-weekly-header{border-bottom:1px solid var(--border-secondary);grid-template-columns:64px repeat(7,1fr);display:grid}.fcs-weekly-time-gutter{background:var(--bg-secondary)}.fcs-weekly-dow{color:var(--text-secondary);border-left:1px solid var(--border-secondary);flex-direction:column;align-items:center;gap:2px;padding:10px 0;font-size:12px;font-weight:500;display:flex}.fcs-weekly-dow.sun{color:var(--color-danger)}.fcs-weekly-dow.sat{color:#3b82f6}.fcs-weekly-dow.today .fcs-weekly-dow-name{color:var(--accent);font-weight:700}.fcs-weekly-dow-name{text-transform:uppercase;font-size:11px}.fcs-weekly-dow-date{color:var(--text-primary);font-size:18px;font-weight:700}.fcs-weekly-dow-date.today{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.fcs-weekly-body{max-height:520px;overflow-y:auto}.fcs-weekly-row{border-bottom:1px solid var(--border-secondary);grid-template-columns:64px repeat(7,1fr);min-height:56px;display:grid}.fcs-weekly-time-label{color:var(--text-muted);background:var(--bg-secondary);border-right:1px solid var(--border-secondary);justify-content:center;align-items:flex-start;padding-top:4px;font-size:11px;font-weight:500;display:flex}.fcs-weekly-cell{border-left:1px solid var(--border-secondary);min-height:56px;padding:2px 3px;position:relative}.fcs-weekly-cell:hover{background:var(--bg-hover)}.fcs-weekly-event{border-radius:6px;flex-direction:column;gap:1px;margin-bottom:2px;padding:4px 6px;font-size:11px;line-height:1.3;display:flex}.fcs-weekly-event.fcs-ev-blue{color:#fff;background:#3b82f633;border-left:3px solid #3b82f6}.fcs-weekly-event.fcs-ev-green{color:#fff;background:#10b98133;border-left:3px solid #10b981}.fcs-weekly-event.fcs-ev-purple{color:#fff;background:#a855f733;border-left:3px solid #a855f7}.fcs-weekly-event.fcs-ev-orange{color:#fff;background:#fb923c33;border-left:3px solid #f97316}.fcs-weekly-event.fcs-ev-gray{color:#fff;background:#7a828e33;border-left:3px solid #7a828e}.fcs-weekly-event-time{opacity:.8;font-size:10px;font-weight:600}.fcs-weekly-event-title{font-weight:500}.fcr-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fcr-modal{background:var(--bg-primary);border-radius:16px;width:440px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.fcr-modal-header{border-bottom:1px solid var(--border-secondary);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.fcr-modal-title{color:var(--text-primary);font-size:18px;font-weight:700}.fcr-modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:22px;line-height:1}.fcr-modal-close:hover{color:var(--text-primary)}.fcr-modal-body{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.fcr-modal-field{flex-direction:column;gap:6px;display:flex}.fcr-modal-label{color:var(--text-secondary);font-size:13px;font-weight:600}.fcr-modal-input{border:1px solid var(--border-input);color:var(--text-primary);background:var(--bg-input);border-radius:8px;padding:10px 14px;font-size:15px;font-weight:600}.fcr-modal-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle);outline:none}.fcr-modal-presets{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fcr-modal-presets-label{color:var(--text-muted);font-size:12px;font-weight:500}.fcr-modal-preset{border:1px solid var(--border-secondary);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;border-radius:16px;padding:5px 12px;font-size:12px;font-weight:500;transition:all .15s}.fcr-modal-preset:hover{border-color:var(--accent);color:var(--accent)}.fcr-modal-preset.active{background:var(--accent);color:#fff;border-color:var(--accent)}.fcr-modal-footer{border-top:1px solid var(--border-secondary);justify-content:flex-end;gap:8px;padding:16px 24px 20px;display:flex}.fcr-modal-cancel{border:1px solid var(--border-secondary);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:500}.fcr-modal-cancel:hover{background:var(--bg-hover)}.fcr-modal-save{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 24px;font-size:13px;font-weight:600;transition:background .15s}.fcr-modal-save:hover{background:var(--accent-hover)}.fcr-goal-setting-btn{background:var(--accent);color:#fff;cursor:pointer;box-shadow:var(--btn-glow);white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.fcr-goal-setting-btn:hover{background:var(--accent-hover);transform:translateY(-1px)}.fcr-goal-row{align-items:center;gap:8px;display:flex}.fcr-goal-edit-btn{border:1px solid var(--border-secondary);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;border-radius:6px;padding:4px 12px;font-size:11px;font-weight:500;transition:all .15s}.fcr-goal-edit-btn:hover{border-color:var(--accent);color:var(--accent)}.fc-table-section__header{justify-content:space-between;align-items:center;display:flex}.fcr-excel-btn{color:#e0e0e0;cursor:pointer;white-space:nowrap;background:#1a1a2e;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:6px;height:42px;padding:0 16px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.fcr-excel-btn:hover{color:#10b981;border-color:#10b981}.fcs-main-layout{gap:20px;display:flex}.fcs-cal-panel{flex:1;min-width:0}.fcs-sidebar{flex-direction:column;flex-shrink:0;gap:16px;width:280px;display:flex}.fcs-sidebar-section{background:var(--bg-primary);border:1px solid var(--border-secondary);border-radius:12px;padding:16px}.fcs-sidebar-title{color:var(--text-primary);margin-bottom:12px;font-size:14px;font-weight:600}.fcs-mini-cal-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.fcs-mini-cal-label{color:var(--text-primary);font-size:13px;font-weight:600}.fcs-mini-cal-nav{background:var(--bg-hover);cursor:pointer;width:24px;height:24px;color:var(--text-secondary);border:none;border-radius:6px;justify-content:center;align-items:center;font-size:12px;display:flex}.fcs-mini-cal-nav:hover{background:var(--bg-secondary)}.fcs-mini-cal-grid{text-align:center;grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.fcs-mini-cal-dow{color:var(--text-muted);padding:4px 0;font-size:10px;font-weight:600}.fcs-mini-cal-day{color:var(--text-primary);cursor:pointer;border-radius:50%;padding:4px 0;font-size:11px}.fcs-mini-cal-day:hover{background:var(--bg-hover)}.fcs-mini-cal-day.other{color:var(--text-muted);opacity:.4}.fcs-mini-cal-day.today{background:var(--accent);color:#fff;font-weight:700}.fcs-sidebar-check{cursor:pointer;color:var(--text-primary);align-items:center;gap:8px;padding:6px 0;font-size:13px;display:flex}.fcs-sidebar-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent)}.fcs-sidebar-check-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.fcs-sidebar-check-label{font-size:13px}.fcs-google-link{color:#b2b5bd;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:6px;margin-left:auto;padding:6px 14px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s;display:flex}.fcs-google-link:hover{border-color:var(--accent);color:var(--accent)}.fcs-sidebar-empty{color:var(--text-muted);text-align:center;padding:16px 0;font-size:13px}.fcs-sidebar-event{border-radius:8px;align-items:center;gap:8px;margin-bottom:6px;padding:8px 10px;font-size:12px;display:flex}.fcs-sidebar-event.fcs-ev-blue{color:#3b82f6;background:#3b82f61f}.fcs-sidebar-event.fcs-ev-green{color:#10b981;background:#10b9811f}.fcs-sidebar-event.fcs-ev-purple{color:#a855f7;background:#a855f71f}.fcs-sidebar-event.fcs-ev-orange{color:#f97316;background:#fb923c1f}.fcs-sidebar-event.fcs-ev-gray{color:#6b7280;background:#9ca3af1f}.fcs-sidebar-event-time{min-width:40px;font-weight:600}.fcs-sidebar-event-title{font-weight:500}.fcs-icon-btn--cart{position:relative}.fcs-badge{color:#fff;background:#ef4444;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:4px;right:4px}.fcs-event-more{color:#b2b5bd;cursor:pointer;margin-top:2px;padding:2px 0;font-size:12px;font-weight:500}.fcs-event-more:hover{text-decoration:underline}.fcs-sidebar-toggle{cursor:pointer;color:#b2b5bd;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:20px;height:40px;font-family:inherit;font-size:14px;transition:background .15s,color .15s;display:flex}.fcs-sidebar-toggle:hover{color:#fff;background:#ffffff1a}.fcs-main-layout--collapsed .fcs-cal-panel{flex:1}.fcs-sidebar-section-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:2px 0;display:flex}.fcs-sidebar-section-header .fcs-sidebar-title{margin-bottom:0}.fcs-sidebar-arrow{color:var(--text-muted);justify-content:center;align-items:center;transition:transform .2s;display:flex;transform:rotate(-90deg)}.fcs-sidebar-arrow.open{transform:rotate(0)}.fcs-sidebar-filter-list{flex-direction:column;margin-top:10px;display:flex}.fcs-weekly-gmt{color:var(--text-muted);justify-content:center;align-items:center;height:100%;font-size:10px;font-weight:500;display:flex}.fcs-weekly-dow-num{color:var(--text-primary);font-size:18px;font-weight:700}.fcs-weekly-dow.today .fcs-weekly-dow-num{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.fcs-today-list{flex-direction:column;gap:10px;margin-top:10px;display:flex}.fcs-today-card{background:#ffffff08;border-left:3px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;padding:12px;transition:background .15s;display:flex}.fcs-today-card:hover{background:#ffffff0f}.fcs-today-card.fcs-ev-green{border-left-color:#10b981}.fcs-today-card.fcs-ev-blue{border-left-color:#3b82f6}.fcs-today-card.fcs-ev-purple{border-left-color:#a855f7}.fcs-today-card.fcs-ev-orange{border-left-color:#f97316}.fcs-today-card.fcs-ev-gray{border-left-color:#9ca3af}.fcs-today-card--highlight{background:#10b98114}.fcs-today-card-left{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.fcs-today-card-time{flex-direction:column;flex-shrink:0;align-items:center;gap:1px;min-width:38px;display:flex}.fcs-today-card-hour{color:var(--text-primary);font-size:14px;font-weight:600}.fcs-today-card-hour.bold{font-weight:800}.fcs-today-card-ampm{color:var(--text-muted);text-transform:uppercase;font-size:10px;font-weight:500}.fcs-today-card-ampm.bold{color:var(--text-secondary);font-weight:700}.fcs-today-card-info{flex-direction:column;gap:3px;min-width:0;display:flex}.fcs-today-card-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.fcs-today-card-sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.fcs-today-card-avatar{flex-shrink:0;margin-left:8px}.fcs-today-card-avatar-circle{background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;width:28px;height:28px}.fcs-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fcs-modal{background:var(--bg-primary);border-radius:16px;flex-direction:column;width:600px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #00000073}.fcs-modal-header{border-bottom:1px solid var(--border-secondary);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.fcs-modal-title{color:var(--text-primary);font-size:18px;font-weight:700}.fcs-modal-close{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.fcs-modal-close:hover{color:var(--text-primary);background:#ffffff14}.fcs-modal-body{flex-direction:column;flex:1;gap:18px;min-height:0;padding:20px 24px;display:flex;overflow-y:auto}.fcs-modal-field{flex-direction:column;gap:8px;display:flex}.fcs-modal-label{color:var(--text-secondary);font-size:13px;font-weight:600}.fcs-modal-input{border:1px solid var(--border-input);color:var(--text-primary);background:var(--bg-input);border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.fcs-modal-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.fcs-modal-input::placeholder{color:var(--text-muted)}.fcs-modal-radios{flex-wrap:wrap;gap:16px;display:flex}.fcs-modal-radio{color:var(--text-secondary);cursor:pointer;align-items:center;gap:6px;font-size:13px;display:flex}.fcs-modal-radio input[type=radio]{display:none}.fcs-modal-radio-custom{border:2px solid var(--border-input);background:0 0;border-radius:50%;flex-shrink:0;width:16px;height:16px;transition:border-color .15s;position:relative}.fcs-modal-radio-custom.checked{border-color:var(--accent)}.fcs-modal-radio-custom.checked:after{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:3px;left:3px}.fcs-modal-radio--active{color:var(--accent);font-weight:600}.fcs-modal-time-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.fcs-modal-date-input{align-items:center;display:flex;position:relative}.fcs-modal-input--date{width:130px;padding-right:34px}.fcs-modal-cal-icon{color:var(--text-muted);pointer-events:none;position:absolute;right:10px}.fcs-modal-time-range{align-items:center;gap:6px;display:flex}.fcs-modal-input--time{text-align:center;width:80px}.fcs-modal-tilde{color:var(--text-muted);font-size:14px}.fcs-modal-allday{color:var(--text-secondary);cursor:pointer;align-items:center;gap:6px;font-size:13px;display:flex}.fcs-modal-allday input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent)}.fcs-modal-alarm-row{align-items:center;gap:8px;display:flex}.fcs-modal-select{border:1px solid var(--border-input);color:var(--text-primary);background:var(--bg-input);cursor:pointer;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:13px}.fcs-modal-select--accent{border-color:var(--accent);color:var(--accent)}.fcs-modal-input--num{text-align:center;width:60px}.fcs-modal-textarea{border:1px solid var(--border-input);color:var(--text-primary);background:var(--bg-input);resize:vertical;border-radius:8px;outline:none;min-height:80px;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.fcs-modal-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.fcs-modal-textarea::placeholder{color:var(--text-muted)}.fcs-modal-concierge{border-top:1px solid var(--border-secondary);background:#6c72ff0a;padding:16px 24px}.fcs-modal-concierge-header{justify-content:space-between;align-items:center;display:flex}.fcs-modal-concierge-left{align-items:center;gap:8px;display:flex}.fcs-modal-concierge-title{color:var(--text-primary);font-size:14px;font-weight:600}.fcs-modal-concierge-badge{color:var(--text-muted);background:#ffffff14;border-radius:12px;padding:3px 8px;font-size:11px;font-weight:500}.fcs-modal-concierge-vip{color:var(--text-muted);font-size:12px}.fcs-modal-footer{border-top:1px solid var(--border-secondary);flex-shrink:0;justify-content:flex-end;gap:10px;padding:16px 24px 20px;display:flex}.fcs-modal-btn{cursor:pointer;border-radius:10px;padding:10px 28px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,transform .1s}.fcs-modal-btn--cancel{border:1px solid var(--border-secondary);color:var(--text-secondary);background:0 0}.fcs-modal-btn--cancel:hover{background:#ffffff0d}.fcs-modal-btn--submit{color:#fff;background:#6c72ff;border:none}.fcs-modal-btn--submit:hover{background:#5a60e8;transform:translateY(-1px)}.fcn-tab-bar{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.fcn-tab-group{gap:8px;display:flex}.fcn-tab-search{align-items:center;gap:8px;display:flex}.fcn-tab-search-select{color:#e2e8f0;cursor:pointer;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;height:36px;padding:0 12px;font-family:inherit;font-size:13px}.fcn-tab-search-input-wrap{border:1px solid #2c2d33;border-radius:8px;align-items:center;display:flex;overflow:hidden}.fcn-tab-search-input{color:#e2e8f0;background:#0f0f19;border:none;outline:none;width:200px;height:36px;padding:0 14px;font-family:inherit;font-size:13px}.fcn-tab-search-input::placeholder{color:#4a4c56}.fcn-tab-search-btn{color:#fff;cursor:pointer;background:#6c72ff;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.fcn-tab-search-btn:hover{background:#565cd9}.fcn-th--file{text-align:center;width:50px}.fcn-th--author{width:100px}.fcn-td--file{text-align:center}.fcn-td--author{color:#b2b5bd;font-size:13px}.fcd-infocard--recent{flex-direction:column;align-items:flex-start;gap:6px;height:auto;min-height:88px;max-height:160px;padding:14px 16px}.fcd-recent-list{flex-direction:column;gap:4px;width:100%;max-height:100px;display:flex;overflow-y:auto}.fcd-recent-item{color:#e2e8f0;justify-content:space-between;align-items:center;padding:4px 0;font-size:13px;display:flex}.fcd-recent-tag{color:#a5a8ff;background:#6c72ff26;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.fcd-inquiry-btn{color:#a5a8ff;cursor:pointer;background:0 0;border:1px solid #6c72ff;border-radius:10px;width:100%;margin-top:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:background .15s,color .15s}.fcd-inquiry-btn:hover{color:#c4c6ff;background:#6c72ff1f}.fcd-inquiry-modal{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fcd-inquiry-modal-box{background:#1a1c23;border:1px solid #2c2d33;border-radius:16px;width:440px;max-width:90vw;padding:28px 24px 20px}.fcd-inquiry-modal-title{color:#fff;margin-bottom:20px;font-size:18px;font-weight:700}.fcd-inquiry-form{flex-direction:column;gap:14px;display:flex}.fcd-inquiry-field{flex-direction:column;gap:6px;display:flex}.fcd-inquiry-label{color:#b2b5bd;font-size:13px;font-weight:500}.fcd-inquiry-input{color:#e2e8f0;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;height:40px;padding:0 14px;font-family:inherit;font-size:14px}.fcd-inquiry-input:focus{border-color:#6c72ff}.fcd-inquiry-textarea{color:#e2e8f0;resize:vertical;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;min-height:80px;padding:10px 14px;font-family:inherit;font-size:14px}.fcd-inquiry-textarea:focus{border-color:#6c72ff}.fcd-inquiry-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.fcd-inquiry-btn-cancel{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:8px;padding:8px 20px;font-size:14px}.fcd-inquiry-btn-cancel:hover{color:#fff;border-color:#6c72ff}.fcd-inquiry-btn-submit{color:#fff;cursor:pointer;background:#6c72ff;border:none;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:600}.fcd-inquiry-btn-submit:hover{background:#5a60e8}.fcc-modal-file-section{border-top:1px solid #2c2d33;margin-top:16px;padding-top:16px}.fcc-modal-file-section h4{color:#b2b5bd;margin-bottom:8px;font-size:13px;font-weight:600}.fcc-modal-file-btn{color:#a5a8ff;cursor:pointer;background:0 0;border:1px dashed #3d3f4a;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;transition:border-color .15s;display:inline-flex}.fcc-modal-file-btn:hover{border-color:#6c72ff}.fcc-modal-file-list{flex-direction:column;gap:4px;margin-top:8px;display:flex}.fcc-modal-file-item{color:#e2e8f0;background:#6c72ff0f;border-radius:6px;justify-content:space-between;align-items:center;padding:4px 8px;font-size:12px;display:flex}.fcc-modal-file-item button{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:12px}.fcc-modal-audio-card{background:#12121c;border:1px solid #2c2d33;border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.fcc-modal-audio-card+.fcc-modal-audio-card{margin-top:12px}.fcc-modal-audio-label{color:#e2e8f0;font-size:14px;font-weight:600}.fcc-modal-audio-upload{color:#a5a8ff;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;transition:border-color .15s;display:inline-flex}.fcc-modal-audio-upload:hover{border-color:#6c72ff}.fcc-modal-audio-play{color:#fff;cursor:pointer;background:#6c72ff;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;display:inline-flex}.fcc-modal-audio-play:hover{background:#5a60e8}.fcc-modal-audio-date{color:#6b7280;font-size:12px}.fcc-modal-coaching-textarea{color:#e2e8f0;resize:vertical;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;width:100%;min-height:80px;margin-top:8px;padding:10px 14px;font-family:inherit;font-size:14px}.fcc-modal-coaching-textarea:focus{border-color:#6c72ff}.fcc-memo-panel{z-index:10;background:#1a1c23;border-left:1px solid #2c2d33;flex-direction:column;width:420px;max-width:100%;height:100%;animation:.2s ease-out fcc-slide-in;display:flex;position:absolute;top:0;right:0}@keyframes fcc-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.fcc-memo-panel-header{border-bottom:1px solid #2c2d33;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.fcc-memo-panel-header h3{color:#fff;margin:0;font-size:16px;font-weight:700}.fcc-memo-panel-close{color:#b2b5bd;cursor:pointer;background:0 0;border:none;padding:4px}.fcc-memo-panel-close:hover{color:#fff}.fcc-memo-panel-search{border-bottom:1px solid #2c2d33;padding:12px 20px}.fcc-memo-panel-search input{color:#e2e8f0;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;width:100%;height:36px;padding:0 14px;font-family:inherit;font-size:13px}.fcc-memo-panel-search input:focus{border-color:#6c72ff}.fcc-memo-panel-add{gap:8px;padding:12px 20px;display:flex}.fcc-memo-panel-add textarea{color:#e2e8f0;resize:none;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;flex:1;min-height:36px;padding:8px 12px;font-family:inherit;font-size:13px}.fcc-memo-panel-add textarea:focus{border-color:#6c72ff}.fcc-memo-panel-add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#6c72ff;border:none;border-radius:8px;align-self:flex-end;padding:8px 16px;font-size:13px;font-weight:600}.fcc-memo-panel-add-btn:hover{background:#5a60e8}.fcc-memo-list{flex-direction:column;flex:1;gap:8px;padding:12px 20px;display:flex;overflow-y:auto}.fcc-memo-item{background:#12121c;border:1px solid #2c2d33;border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.fcc-memo-item-text{color:#e2e8f0;white-space:pre-wrap;font-size:13px;line-height:1.5}.fcc-memo-item-footer{justify-content:space-between;align-items:center;display:flex}.fcc-memo-item-date{color:#6b7280;font-size:11px}.fcc-memo-item-del{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:12px}.fcc-memo-item-del:hover{color:#f87171}.fce-layout{flex-direction:column;min-height:100%;display:flex}.fce-layout-header{flex-direction:column;gap:16px;padding:24px 32px 0;display:flex}.fce-layout-title{color:#fff;align-items:center;gap:10px;margin:0;font-size:22px;font-weight:700;display:flex}.fce-beta{color:#fff;background:linear-gradient(135deg,#6c72ff,#a78bfa);border-radius:6px;padding:2px 8px;font-size:11px;font-weight:700}.fce-layout-tabs{border-bottom:1px solid #2c2d33;gap:0;display:flex}.fce-layout-tab{color:#6b7280;cursor:pointer;border-bottom:2px solid #0000;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s}.fce-layout-tab:hover{color:#e2e8f0}.fce-layout-tab--active,.fce-layout-tab.active{color:#fff;border-bottom-color:#6c72ff;font-weight:600}.fce-ticket-modal{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fce-ticket-modal-box{background:#1a1c23;border:1px solid #2c2d33;border-radius:16px;flex-direction:column;width:520px;max-width:90vw;max-height:80vh;padding:28px 24px 20px;display:flex;overflow:hidden}.fce-ticket-modal-title{color:#fff;margin-bottom:20px;font-size:18px;font-weight:700}.fce-ticket-input{gap:8px;margin-bottom:16px;display:flex}.fce-ticket-input input{color:#e2e8f0;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;flex:1;height:40px;padding:0 14px;font-family:inherit;font-size:14px}.fce-ticket-input input:focus{border-color:#6c72ff}.fce-ticket-input button{color:#fff;cursor:pointer;white-space:nowrap;background:#6c72ff;border:none;border-radius:8px;padding:0 20px;font-size:14px;font-weight:600}.fce-ticket-input button:hover{background:#5a60e8}.fce-ticket-list{flex:1;margin-bottom:16px;overflow-y:auto}.fce-ticket-list table{border-collapse:collapse;width:100%;font-size:13px}.fce-ticket-list th{text-align:left;color:#b2b5bd;background:#12121c;border-bottom:1px solid #2c2d33;padding:8px 12px;font-weight:600}.fce-ticket-list td{color:#e2e8f0;border-bottom:1px solid #2c2d3380;padding:8px 12px}.fce-ticket-status{border-radius:10px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.fce-ticket-status--active{color:#4ade80;background:#22c55e26}.fce-ticket-status--expired{color:#f87171;background:#ef444426}.fce-ticket-modal-actions{justify-content:flex-end;gap:8px;display:flex}.fce-ticket-modal-close{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:8px;padding:8px 20px;font-size:14px}.fce-ticket-modal-close:hover{color:#fff;border-color:#6c72ff}.fced-coupon-section{background:#12121c;border:1px solid #2c2d33;border-radius:12px;margin-bottom:16px;padding:16px}.fced-coupon-section h4{color:#e2e8f0;margin-bottom:12px;font-size:14px;font-weight:600}.fced-coupon-type-toggle{gap:8px;margin-bottom:12px;display:flex}.fced-coupon-type-btn{color:#b2b5bd;cursor:pointer;background:0 0;border:1px solid #2c2d33;border-radius:8px;padding:6px 16px;font-size:13px;transition:all .15s}.fced-coupon-type-btn:hover{border-color:#6c72ff}.fced-coupon-type-btn--active{color:#fff;background:#6c72ff;border-color:#6c72ff;font-weight:600}.fced-coupon-input{gap:8px;display:flex}.fced-coupon-input input{color:#e2e8f0;background:#0f0f19;border:1px solid #2c2d33;border-radius:8px;outline:none;flex:1;height:36px;padding:0 12px;font-family:inherit;font-size:13px}.fced-coupon-input input:focus{border-color:#6c72ff}.fced-coupon-input button{color:#fff;cursor:pointer;white-space:nowrap;background:#6c72ff;border:none;border-radius:8px;padding:0 16px;font-size:13px;font-weight:600}.fced-coupon-input button:hover{background:#5a60e8}.fced-coupon-applied{color:#4ade80;align-items:center;gap:4px;margin-top:8px;font-size:13px;display:flex}.fcba-steps{justify-content:center;align-items:center;gap:0;padding:20px 32px;display:flex}.fcba-step{cursor:default;flex-shrink:0;align-items:center;gap:8px;display:flex}.fcba-step.done{cursor:pointer}.fcba-step-circle{color:#6b7280;background:#2c2d33;border:2px solid #2c2d33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.fcba-step.active .fcba-step-circle{color:#fff;background:#6c72ff;border-color:#6c72ff}.fcba-step.done .fcba-step-circle{color:#fff;background:#22c55e;border-color:#22c55e}.fcba-step-label{color:#6b7280;white-space:nowrap;font-size:13px;font-weight:500}.fcba-step.active .fcba-step-label{color:#fff;font-weight:600}.fcba-step.done .fcba-step-label{color:#4ade80}.fcba-step-line{background:#2c2d33;flex-shrink:0;width:40px;height:2px;margin:0 12px}.fcba-step.done+.fcba-step .fcba-step-line,.fcba-step.done .fcba-step-line{background:#22c55e}.fcba-step-content{animation:.25s ease-out fcba-fade-in}@keyframes fcba-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fcba-strategy-card--selectable{border:2px solid #2c2d33;border-radius:14px;padding:24px;transition:border-color .2s,box-shadow .2s;position:relative}.fcba-strategy-card--selectable:hover{border-color:#6c72ff}.fcba-strategy-card--selected{border-color:#6c72ff;box-shadow:0 0 0 2px #6c72ff33}.fcba-strategy-check{color:#6c72ff;position:absolute;top:12px;right:12px}.fcba-strategy-check .material-symbols-rounded{font-variation-settings:"FILL" 1;font-size:24px}.fcba-ratio-selector{background:#141420;border:1px solid #2c2d33;border-radius:16px;margin-top:24px;padding:24px}.fcba-ratio-desc{color:#9ca3af;margin-top:4px;margin-bottom:16px;font-size:14px}.fcba-ratio-btns{flex-wrap:wrap;gap:10px;display:flex}.fcba-ratio-btn{color:#b2b5bd;cursor:pointer;background:#1a1c23;border:2px solid #2c2d33;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:6px;min-width:100px;padding:14px 12px;transition:all .2s;display:flex}.fcba-ratio-btn:hover{color:#e2e8f0;border-color:#6c72ff}.fcba-ratio-btn--active{color:#fff;background:#6c72ff1f;border-color:#6c72ff}.fcba-ratio-btn-label{font-size:16px;font-weight:700}.fcba-ratio-btn-desc{color:#6b7280;font-size:12px;font-weight:400}.fcba-ratio-btn--active .fcba-ratio-btn-desc{color:#a5a8ff}.fcba-ratio-preview{margin-top:20px}.fcba-ratio-bar{border-radius:8px;height:36px;display:flex;overflow:hidden}.fcba-ratio-bar-fill{color:#fff;justify-content:center;align-items:center;min-width:40px;font-size:12px;font-weight:600;transition:width .3s;display:flex}.fcba-ratio-bar-fill--cover{background:linear-gradient(135deg,#22c55e,#16a34a)}.fcba-ratio-bar-fill--comm{background:linear-gradient(135deg,#6c72ff,#818cf8)}.fcba-step-nav{align-items:center;gap:12px;padding:16px 32px 24px;display:flex}.fcba-step-nav-btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex}.fcba-step-nav-btn--prev{color:#e2e8f0;background:#2c2d33}.fcba-step-nav-btn--prev:hover{background:#3d3f4a}.fcba-step-nav-btn--next{color:#fff;background:#6c72ff}.fcba-step-nav-btn--next:hover{background:#5a60e8}.fcba-step-nav-btn--submit{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a)}.fcba-step-nav-btn--submit:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.fcba-step-nav-btn .material-symbols-rounded{font-size:18px}.fcba-final-summary{flex-direction:column;gap:20px;display:flex}.fcba-final-card{background:#141420;border:1px solid #2c2d33;border-radius:16px;padding:24px}.fcba-final-card-title{color:#fff;margin-bottom:16px;font-size:16px;font-weight:700}.fcba-final-rows{flex-direction:column;gap:10px;display:flex}.fcba-final-row{background:#1a1c23;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;display:flex}.fcba-final-row-label{color:#6b7280;min-width:60px;font-size:13px;font-weight:600}.fcba-final-row-value{color:#e2e8f0;font-size:14px;font-weight:500}.fcba-final-products{flex-direction:column;gap:10px;display:flex}.fcba-final-product{background:#1a1c23;border:1px solid #2c2d33;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;transition:border-color .15s;display:flex}.fcba-final-product:hover{border-color:#6c72ff}.fcba-final-product-ico{color:#a5a8ff;background:#6c72ff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.fcba-final-product-info{flex-direction:column;flex:1;gap:2px;display:flex}.fcba-final-product-name{color:#e2e8f0;font-size:14px;font-weight:600}.fcba-final-product-detail{color:#6b7280;font-size:12px}.fcba-final-product-score{color:#4ade80;white-space:nowrap;font-size:13px;font-weight:700}
