*,*:before,*:after{margin:0;padding:0}html,body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--fcrm-primary: #b40101;--fcrm-primary-light: #cc1e1e;--fcrm-primary-dark: #8b0000;--fcrm-primary-50: #fef2f2;--fcrm-primary-100: #fde8e8;--fcrm-accent: #0073bb;--fcrm-accent-light: #0090e9;--fcrm-accent-50: #e8f4fd;--fcrm-success: #0d9e5f;--fcrm-success-light: #e6f7ef;--fcrm-warning: #e68a00;--fcrm-warning-light: #fff7e6;--fcrm-danger: #d42020;--fcrm-danger-light: #fef2f2;--fcrm-gray-50: #f8f9fa;--fcrm-gray-100: #f1f3f5;--fcrm-gray-200: #e5e7eb;--fcrm-gray-300: #d1d5db;--fcrm-gray-400: #9ca3af;--fcrm-gray-500: #6b7280;--fcrm-gray-600: #4b5563;--fcrm-gray-700: #374151;--fcrm-gray-800: #1f2937;--fcrm-gray-900: #111827;--fcrm-white: #ffffff;--fcrm-radius: 8px;--fcrm-radius-sm: 6px;--fcrm-radius-xs: 4px;--fcrm-shadow: 0 1px 2px rgba(0,0,0,.05);--fcrm-shadow-md: 0 2px 8px rgba(0,0,0,.08);--fcrm-shadow-lg: 0 4px 16px rgba(0,0,0,.1);--fcrm-shadow-xl: 0 8px 30px rgba(0,0,0,.12);--fcrm-transition: all .15s ease;--fcrm-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Sans", sans-serif;--fcrm-sidebar-w: 64px;--fcrm-topbar-h: 56px;--fcrm-border: #e2e5e9}#root *,#root *:before,#root *:after,.fcrm-modal-overlay *,.fcrm-modal-overlay *:before,.fcrm-modal-overlay *:after{box-sizing:border-box}#root{font-family:var(--fcrm-font);font-size:14px;line-height:1.65;color:var(--fcrm-gray-800);background:var(--fcrm-gray-50);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fcrm-loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px;color:var(--fcrm-gray-400)}.fcrm-spinner{width:36px;height:36px;border:3px solid var(--fcrm-gray-200);border-top-color:var(--fcrm-primary);border-radius:50%;animation:fcrm-spin .7s linear infinite}@keyframes fcrm-spin{to{transform:rotate(360deg)}}.fcrm-layout{display:flex;min-height:100vh}.fcrm-sidebar{width:var(--fcrm-sidebar-w);background:#ce011f;color:#fff;position:fixed;top:0;left:0;bottom:0;z-index:1000;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease;overflow-y:auto;overflow-x:hidden}.fcrm-sidebar-header{padding:16px 0 12px;display:flex;flex-direction:column;align-items:center;width:100%;border-bottom:1px solid rgba(255,255,255,.15)}.fcrm-sidebar-logo{font-size:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff26;border-radius:var(--fcrm-radius)}.fcrm-sidebar-logo span{display:none}.fcrm-sidebar-logo svg{width:22px;height:22px;color:#fff}.fcrm-sidebar-user{display:none}.fcrm-sidebar-nav{padding:12px 0;flex:1;display:flex;flex-direction:column;align-items:center;width:100%;gap:2px;background:#0000001a}.fcrm-nav-item,a.fcrm-nav-item,a.fcrm-nav-item:visited,a.fcrm-nav-item:focus{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--fcrm-radius);color:#fff9;text-decoration:none;cursor:pointer;transition:var(--fcrm-transition);font-size:0;border:none;background:none;position:relative;gap:0;padding:0}.fcrm-nav-item:hover,a.fcrm-nav-item:hover{background:#ffffff14;color:#fff;text-decoration:none}.fcrm-nav-item.active,a.fcrm-nav-item.active{background:#ffffff1f;color:#fff;text-decoration:none;box-shadow:inset 3px 0 #fff;border-radius:0;width:100%;height:48px}.fcrm-nav-item svg{width:22px;height:22px;flex-shrink:0;color:#fff}.fcrm-nav-tooltip{position:fixed;transform:translateY(-50%);background:var(--fcrm-gray-900);color:#fff;font-size:12px;font-weight:500;padding:5px 10px;border-radius:var(--fcrm-radius-xs);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;z-index:10000}.fcrm-nav-tooltip.visible{opacity:1}.fcrm-sidebar-footer{padding:12px 0;border-top:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;align-items:center;width:100%}.fcrm-main{flex:1;padding-left:calc(var(--fcrm-sidebar-w) + 48px);padding-right:48px;padding-top:36px;padding-bottom:36px;max-width:100%;overflow-x:hidden;min-height:100vh}.fcrm-menu-toggle{display:none;position:fixed;top:10px;left:10px;z-index:1001;width:42px;height:42px;border-radius:var(--fcrm-radius-sm);background:var(--fcrm-primary);color:#fff;border:none;cursor:pointer;align-items:center;justify-content:center;box-shadow:var(--fcrm-shadow-md)}.fcrm-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:999}.fcrm-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.fcrm-page-header+.fcrm-filter-bar{margin-top:-8px}.fcrm-page-header-left{display:flex;align-items:center;gap:14px;min-width:0}.fcrm-page-header-left>svg{width:26px;height:26px;flex-shrink:0;color:var(--fcrm-primary)}.fcrm-page-title{font-size:22px;font-weight:700;color:var(--fcrm-gray-900);letter-spacing:-.3px;line-height:1.3}.fcrm-page-subtitle{font-size:13px;color:var(--fcrm-gray-400);margin-top:2px;line-height:1.4}.fcrm-page-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.fcrm-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:var(--fcrm-radius-sm);font-size:14px;font-weight:600;cursor:pointer;transition:var(--fcrm-transition);border:1px solid transparent;font-family:var(--fcrm-font);white-space:nowrap;text-decoration:none;letter-spacing:.01em}.fcrm-btn svg{width:17px;height:17px}.fcrm-btn-primary{background:var(--fcrm-primary);color:#fff;border-color:var(--fcrm-primary)}.fcrm-btn-primary:hover{background:var(--fcrm-primary-dark);border-color:var(--fcrm-primary-dark)}.fcrm-btn-secondary{background:var(--fcrm-white);color:var(--fcrm-gray-700);border-color:var(--fcrm-border)}.fcrm-btn-secondary:hover{background:var(--fcrm-gray-50);border-color:var(--fcrm-gray-400)}.fcrm-btn-danger{background:var(--fcrm-danger);color:#fff;border-color:var(--fcrm-danger)}.fcrm-btn-danger:hover{background:#b91c1c}.fcrm-btn-ghost{background:transparent;color:var(--fcrm-gray-500);border:none;padding:8px 10px}.fcrm-btn-sm{padding:8px 16px;font-size:13px}.fcrm-btn-xs{padding:6px 10px;font-size:12px}.fcrm-btn-outline{background:transparent;color:var(--fcrm-primary);border:1px solid var(--fcrm-primary)}.fcrm-btn-outline:hover{background:var(--fcrm-primary);color:#fff}.fcrm-btn:disabled{opacity:.45;cursor:not-allowed}.fcrm-btn-copy{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--fcrm-gray-400);cursor:pointer;padding:2px 4px;margin-left:4px;border-radius:4px;vertical-align:middle;transition:color .15s,background .15s}.fcrm-btn-copy svg{width:14px;height:14px}.fcrm-btn-copy:hover{color:var(--fcrm-primary);background:var(--fcrm-gray-100)}.fcrm-card{background:var(--fcrm-white);border-radius:var(--fcrm-radius);border:1px solid var(--fcrm-border);overflow:hidden;transition:var(--fcrm-transition)}.fcrm-card:hover{box-shadow:var(--fcrm-shadow)}.fcrm-card+.fcrm-card{margin-top:20px}.fcrm-card-header{padding:20px 28px;border-bottom:1px solid var(--fcrm-border);display:flex;align-items:center;justify-content:space-between;gap:16px}.fcrm-card-title{font-size:16px;font-weight:700;color:var(--fcrm-gray-900);display:flex;align-items:center;gap:6px;white-space:nowrap}.fcrm-card-title svg{width:16px;height:16px;flex-shrink:0}.fcrm-card-body{padding:32px}.fcrm-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-bottom:32px}.fcrm-stat-card{background:var(--fcrm-white);border-radius:var(--fcrm-radius);padding:36px;border:1px solid var(--fcrm-border);position:relative;overflow:hidden;transition:var(--fcrm-transition)}.fcrm-stat-card:hover{box-shadow:var(--fcrm-shadow-md)}.fcrm-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.fcrm-stat-card.stat-purple:before{background:var(--fcrm-primary)}.fcrm-stat-card.stat-blue:before{background:var(--fcrm-accent)}.fcrm-stat-card.stat-green:before{background:var(--fcrm-success)}.fcrm-stat-card.stat-yellow:before{background:var(--fcrm-warning)}.fcrm-stat-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.fcrm-stat-icon svg{width:22px;height:22px}.fcrm-stat-card.stat-purple .fcrm-stat-icon{background:var(--fcrm-primary-50);color:var(--fcrm-primary)}.fcrm-stat-card.stat-blue .fcrm-stat-icon{background:var(--fcrm-accent-50);color:var(--fcrm-accent)}.fcrm-stat-card.stat-green .fcrm-stat-icon{background:var(--fcrm-success-light);color:var(--fcrm-success)}.fcrm-stat-card.stat-yellow .fcrm-stat-icon{background:var(--fcrm-warning-light);color:var(--fcrm-warning)}.fcrm-stat-value{font-size:30px;font-weight:700;color:var(--fcrm-gray-900);line-height:1.15}.fcrm-stat-label{font-size:13px;color:var(--fcrm-gray-500);margin-top:6px;font-weight:500}.fcrm-stat-sub{font-size:11px;color:var(--fcrm-gray-400);margin-top:2px;font-weight:500}.fcrm-search-box{position:relative;max-width:340px}.fcrm-search-box svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:17px;height:17px;color:var(--fcrm-gray-400);pointer-events:none}.fcrm-search-box .fcrm-input{padding-left:40px}.fcrm-search-input{width:100%;padding:11px 16px 11px 44px;border:1px solid var(--fcrm-border);border-radius:var(--fcrm-radius-sm);font-size:14px;font-family:var(--fcrm-font);transition:var(--fcrm-transition);background:var(--fcrm-white);color:var(--fcrm-gray-800)}.fcrm-search-input:focus{outline:none;border-color:var(--fcrm-accent);box-shadow:0 0 0 3px var(--fcrm-accent-50)}.fcrm-property-search-select{position:relative}.fcrm-property-search-select .fcrm-search-box{max-width:100%}.fcrm-property-search-selected{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--fcrm-border);border-radius:var(--fcrm-radius-sm);background:var(--fcrm-white)}.fcrm-property-search-selected-name{flex:1;font-size:14px;color:var(--fcrm-gray-800);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fcrm-property-search-dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;max-height:240px;overflow-y:auto;background:var(--fcrm-white);border:1px solid var(--fcrm-border);border-radius:var(--fcrm-radius-sm);box-shadow:var(--fcrm-shadow-md);margin-top:4px}.fcrm-property-search-item{padding:8px 12px;cursor:pointer;transition:background .1s}.fcrm-property-search-item:hover{background:var(--fcrm-gray-50)}.fcrm-property-search-item-name{display:block;font-size:13px;font-weight:500;color:var(--fcrm-gray-800)}.fcrm-property-search-item-meta{display:block;font-size:11px;color:var(--fcrm-gray-500);margin-top:2px}.fcrm-property-search-empty{color:var(--fcrm-gray-400);font-size:13px;cursor:default}.fcrm-property-search-empty:hover{background:transparent}.fcrm-property-search-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.fcrm-property-search-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#eef2f7;color:var(--fcrm-gray-700, #374151);border-radius:999px;font-size:12px;line-height:1.4;max-width:200px}.fcrm-property-search-chip-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fcrm-property-search-chip-remove{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:var(--fcrm-gray-500, #6b7280);opacity:.7;flex-shrink:0}.fcrm-property-search-chip-remove:hover{opacity:1}.fcrm-property-search-item--selected{background:#eef2f7}.fcrm-property-search-item--selected:hover{background:#e4e9f0}.fcrm-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.fcrm-table{width:100%;border-collapse:collapse}.fcrm-table th{padding:20px 32px;text-align:left;font-size:12px;font-weight:700;color:var(--fcrm-gray-500);text-transform:uppercase;letter-spacing:.06em;background:var(--fcrm-white);border-bottom:2px solid var(--fcrm-border);white-space:nowrap}.fcrm-table td{padding:22px 32px;border-bottom:1px solid var(--fcrm-gray-100);font-size:14px;vertical-align:middle;color:var(--fcrm-gray-700)}.fcrm-table tbody tr{transition:var(--fcrm-transition)}.fcrm-table tbody tr:hover{background:var(--fcrm-gray-50)}.fcrm-table tbody tr:last-child td{border-bottom:none}.fcrm-table-link{color:var(--fcrm-accent);text-decoration:none;font-weight:600;cursor:pointer}.fcrm-table-link:hover{color:var(--fcrm-accent-light);text-decoration:underline}.fcrm-has-prop-number{position:relative}.fcrm-has-prop-number:before{content:attr(data-prop-number);position:absolute;bottom:100%;left:0;font-size:11px;color:var(--fcrm-gray-400, #9ca3af);font-weight:400;letter-spacing:.03em;line-height:1.4;white-space:nowrap}td.fcrm-table-actions{text-align:right;white-space:nowrap}td.fcrm-table-actions .fcrm-table-actions-inner{display:inline-flex;gap:4px}.fcrm-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:100px;font-size:12px;font-weight:600;white-space:nowrap;letter-spacing:.01em}.fcrm-badge-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.fcrm-category-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:100px;font-size:11px;font-weight:600;white-space:nowrap;letter-spacing:.01em}.fcrm-confidence-badge{display:inline-flex;align-items:center;gap:3px;padding:3px 10px;border-radius:100px;font-size:11px;font-weight:700;white-space:nowrap;letter-spacing:.02em}.fcrm-fire-icon{display:inline-flex;align-items:center}.fcrm-fire-icon svg{width:13px;height:13px}.fcrm-row-hot{background:#fef2f210!important}.fcrm-row-hot td:first-child{border-left:3px solid #ef4444}.fcrm-form{display:flex;flex-direction:column;gap:24px}.fcrm-form-sections{display:flex;flex-direction:column;gap:8px}.fcrm-form-sections+.fcrm-form-sections,.fcrm-form-sections+.fcrm-form-section,.fcrm-form-section+.fcrm-form-sections,.fcrm-form-section+.fcrm-form-section,.fcrm-pdf-upload+.fcrm-form-sections{margin-top:8px}.fcrm-form-section{border:1px solid var(--fcrm-gray-200);border-radius:var(--fcrm-radius);background:var(--fcrm-white)}.fcrm-form-section-header{padding:8px 16px;background:var(--fcrm-gray-800);border-bottom:1px solid var(--fcrm-gray-200);border-radius:calc(var(--fcrm-radius) - 1px) calc(var(--fcrm-radius) - 1px) 0 0}.fcrm-form-section-title{font-size:12px;font-weight:600;color:var(--fcrm-white);letter-spacing:.03em}.fcrm-form-section>.fcrm-form-grid{padding:14px 16px}.fcrm-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 16px}.fcrm-form-group{display:flex;flex-direction:column;gap:4px}.fcrm-form-group.full-width{grid-column:1 / -1}.fcrm-label{font-size:12px;font-weight:600;color:var(--fcrm-gray-500);letter-spacing:.02em}.fcrm-label .required{color:var(--fcrm-danger);margin-left:2px}.fcrm-input,.fcrm-select,.fcrm-textarea{padding:8px 12px;border:1px solid var(--fcrm-gray-200);border-radius:var(--fcrm-radius-sm);font-size:14px;font-family:var(--fcrm-font);transition:border-color .15s ease,box-shadow .15s ease;background:var(--fcrm-white);color:var(--fcrm-gray-800);width:100%}.fcrm-input::placeholder{color:var(--fcrm-gray-300)}.fcrm-input:hover,.fcrm-select:hover,.fcrm-textarea:hover{border-color:var(--fcrm-gray-300)}.fcrm-input:focus,.fcrm-select:focus,.fcrm-textarea:focus{outline:none;border-color:var(--fcrm-accent);box-shadow:0 0 0 3px var(--fcrm-accent-50)}.fcrm-select{appearance:none;background-image: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='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:32px}.fcrm-textarea{resize:vertical;min-height:80px}.fcrm-input-group{display:flex;gap:10px;align-items:flex-start}.fcrm-input-group .fcrm-input{flex:1}.fcrm-input-group .fcrm-btn{flex-shrink:0;height:38px}.fcrm-modal-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;animation:fcrm-fadeIn .2s ease}@keyframes fcrm-fadeIn{0%{opacity:0}to{opacity:1}}.fcrm-modal{background:var(--fcrm-gray-50);border-radius:12px;width:100%;max-width:720px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 48px #00000029,0 0 0 1px #0000000a;animation:fcrm-slideUp .25s ease}.fcrm-modal.fcrm-modal-wide{max-width:880px}@keyframes fcrm-slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.fcrm-modal-header{padding:16px 24px;border-bottom:1px solid var(--fcrm-gray-200);display:flex;align-items:center;justify-content:space-between;background:var(--fcrm-white);border-radius:12px 12px 0 0}.fcrm-modal-title{font-size:16px;font-weight:700;color:var(--fcrm-gray-900)}.fcrm-modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--fcrm-radius-sm);border:none;background:none;cursor:pointer;color:var(--fcrm-gray-400);transition:var(--fcrm-transition)}.fcrm-modal-close:hover{background:var(--fcrm-gray-100);color:var(--fcrm-gray-700)}.fcrm-modal-body{padding:20px 24px;overflow-y:auto;flex:1}.fcrm-modal-footer{padding:14px 24px;border-top:1px solid var(--fcrm-gray-200);display:flex;justify-content:flex-end;gap:10px;background:var(--fcrm-white);border-radius:0 0 12px 12px}.fcrm-detail{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.fcrm-detail-section{background:var(--fcrm-white);border-radius:var(--fcrm-radius);border:1px solid var(--fcrm-border);overflow:hidden}.fcrm-detail-section-title{padding:18px 28px;font-size:15px;font-weight:700;color:var(--fcrm-gray-900);background:var(--fcrm-white);border-bottom:2px solid var(--fcrm-border);display:flex;align-items:center;justify-content:space-between}.fcrm-detail-row{display:flex;padding:14px 28px;border-bottom:1px solid var(--fcrm-gray-100);align-items:baseline}.fcrm-detail-row:last-child{border-bottom:none}.fcrm-detail-label{width:130px;flex-shrink:0;font-size:13px;color:var(--fcrm-gray-500);font-weight:500;padding-top:1px}.fcrm-detail-value{flex:1;font-size:14px;color:var(--fcrm-gray-800);font-weight:500}.fcrm-timeline{position:relative;padding-left:32px}.fcrm-timeline:before{content:"";position:absolute;left:9px;top:6px;bottom:6px;width:2px;background:var(--fcrm-gray-200)}.fcrm-timeline-item{position:relative;padding-bottom:24px}.fcrm-timeline-item:last-child{padding-bottom:0}.fcrm-timeline-dot{position:absolute;left:-27px;top:5px;width:14px;height:14px;border-radius:50%;background:var(--fcrm-primary);border:3px solid var(--fcrm-white);box-shadow:0 0 0 2px var(--fcrm-primary-100)}.fcrm-timeline-date{font-size:12px;color:var(--fcrm-gray-400);margin-bottom:4px;font-weight:500}.fcrm-timeline-content{font-size:14px;color:var(--fcrm-gray-700);line-height:1.7}.fcrm-timeline-user{font-weight:600;color:var(--fcrm-gray-900)}.fcrm-timeline-actions{vertical-align:middle}.fcrm-timeline-actions .fcrm-btn{padding:2px 4px;opacity:.4;transition:opacity .15s}.fcrm-timeline-actions .fcrm-btn:hover{opacity:1}.fcrm-timeline-actions .fcrm-btn svg{width:14px;height:14px}.fcrm-gci-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}@media(max-width:640px){.fcrm-gci-grid{grid-template-columns:1fr}}.fcrm-gci-block{padding:20px 24px;border-bottom:1px solid var(--fcrm-gray-200);position:relative}.fcrm-gci-block:nth-child(odd){border-right:1px solid var(--fcrm-gray-200)}@media(max-width:640px){.fcrm-gci-block:nth-child(odd){border-right:none}}.fcrm-gci-block:last-child,.fcrm-gci-grid>:nth-last-child(2):nth-child(odd){border-bottom:none}.fcrm-gci-grid>:nth-last-child(1):nth-child(2n){border-bottom:none}.fcrm-gci-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.fcrm-gci-mc .fcrm-gci-label{color:#d97706}.fcrm-gci-mc{border-left:3px solid #d97706}.fcrm-gci-confirmed .fcrm-gci-label{color:#059669}.fcrm-gci-confirmed{border-left:3px solid #22c55e}.fcrm-gci-prospect .fcrm-gci-label{color:#d97706}.fcrm-gci-prospect{border-left:3px solid #f59e0b}.fcrm-gci-agt .fcrm-gci-label{color:var(--fcrm-primary)}.fcrm-gci-agt{border-left:3px solid var(--fcrm-primary)}.fcrm-gci-agt-total .fcrm-gci-label{color:#6366f1}.fcrm-gci-agt-total{border-left:3px solid #6366f1}.fcrm-gci-revenue .fcrm-gci-label{color:#059669}.fcrm-gci-revenue{border-left:3px solid #059669}.fcrm-gci-revenue-prospect .fcrm-gci-label{color:#0891b2}.fcrm-gci-revenue-prospect{border-left:3px solid #0891b2}.fcrm-gci-royalty .fcrm-gci-label{color:#7c3aed}.fcrm-gci-royalty{border-left:3px solid #7c3aed}.fcrm-gci-main{font-size:22px;font-weight:800;color:var(--fcrm-gray-800);line-height:1.2;display:flex;align-items:baseline;gap:6px}.fcrm-gci-tax-label{font-size:11px;font-weight:500;color:var(--fcrm-gray-400)}.fcrm-gci-sub{font-size:13px;color:var(--fcrm-gray-400);margin-top:2px}.fcrm-gci-sub span{font-size:11px}.fcrm-gci-breakdown{display:flex;gap:16px;margin-top:12px}.fcrm-gci-breakdown-item{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--fcrm-gray-500)}.fcrm-gci-breakdown-item strong{color:var(--fcrm-gray-700);font-weight:700;font-size:13px}.fcrm-gci-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.fcrm-gci-bar{height:4px;background:var(--fcrm-gray-100);border-radius:2px;margin-top:8px;overflow:hidden}.fcrm-gci-bar-fill{height:100%;border-radius:2px;transition:width .4s ease}.fcrm-gci-formula{font-size:11px;color:var(--fcrm-gray-400);margin-top:10px;font-style:italic}.fcrm-chart{display:flex;align-items:flex-end;gap:12px;height:180px;padding:0 8px}.fcrm-chart-bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;justify-content:flex-end}.fcrm-chart-bar{width:100%;max-width:40px;background:var(--fcrm-accent);border-radius:4px 4px 0 0;min-height:4px;transition:height .5s ease;position:relative}.fcrm-chart-bar:hover{opacity:.85}.fcrm-chart-bar-commission{background:#f59e0b}.fcrm-chart-bar-commission:hover{background:#d97706}.fcrm-chart-bar-value{position:absolute;top:-22px;left:50%;transform:translate(-50%);font-size:11px;font-weight:700;color:var(--fcrm-gray-600);white-space:nowrap}.fcrm-chart-bar-label{font-size:11px;color:var(--fcrm-gray-500);text-align:center;white-space:nowrap;font-weight:500}.fcrm-line-chart-wrap{width:100%}.fcrm-line-chart-legend{display:flex;gap:16px;margin-bottom:8px;justify-content:flex-end}.fcrm-legend-item{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--fcrm-gray-500);font-weight:600}.fcrm-legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.fcrm-line-chart-svg{width:100%;max-height:180px;height:auto;overflow:visible}.fcrm-chart-val-text{font-size:9px;font-weight:700;fill:var(--fcrm-gray-600)}.fcrm-chart-label-text{font-size:10px;font-weight:500;fill:var(--fcrm-gray-500)}.fcrm-line-chart-total{text-align:right;margin-top:8px;font-size:13px;color:var(--fcrm-gray-500)}.fcrm-line-chart-total strong{color:#3b82f6;font-weight:700}.fcrm-mc-wrap{width:100%}.fcrm-mc-svg{width:100%;height:auto;display:block}.fcrm-mc-legend{display:flex;gap:20px;justify-content:flex-end;margin-bottom:8px}.fcrm-mc-legend-item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--fcrm-gray-500)}.fcrm-mc-legend-dot{display:none}.fcrm-mc-legend-swatch{display:inline-block;width:12px;height:12px}.fcrm-mc-footer{display:flex;justify-content:flex-end;gap:32px;margin-top:16px;padding-top:14px;border-top:1px solid var(--fcrm-gray-100)}.fcrm-mc-footer-item{display:flex;flex-direction:column;align-items:flex-end}.fcrm-mc-footer-label{font-size:11px;font-weight:500;color:var(--fcrm-gray-400);letter-spacing:.02em}.fcrm-mc-footer-val{font-size:16px;font-weight:800;line-height:1.3}.fcrm-code{font-family:SFMono-Regular,Consolas,monospace;font-size:12px;background:var(--fcrm-gray-100);padding:2px 6px;border-radius:4px;color:var(--fcrm-gray-700)}.fcrm-pw-mask{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--fcrm-gray-400);letter-spacing:2px}.fcrm-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 0 4px;margin-bottom:0}.fcrm-topbar-right{display:flex;align-items:center;gap:12px}.fcrm-topbar-feedback{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;padding:0;border-radius:50%;color:var(--fcrm-gray-400);cursor:pointer;transition:all .15s}.fcrm-topbar-feedback:hover{color:var(--fcrm-primary);background:var(--fcrm-primary-50)}.fcrm-topbar-feedback:after{content:attr(data-tip);position:absolute;top:100%;right:0;margin-top:6px;background:var(--fcrm-gray-900);color:#fff;font-size:12px;font-weight:500;padding:5px 10px;border-radius:var(--fcrm-radius-xs);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s}.fcrm-topbar-feedback:hover:after{opacity:1}.fcrm-topbar-feedback.active{color:var(--fcrm-primary);background:var(--fcrm-primary-50)}.fcrm-today-date{font-size:13px;font-weight:600;color:var(--fcrm-gray-500);background:var(--fcrm-gray-50);padding:6px 14px;border-radius:8px;border:1px solid var(--fcrm-gray-200)}.fcrm-progress-bar{width:100%;height:12px;background:var(--fcrm-gray-100);border-radius:6px;overflow:hidden}.fcrm-progress-fill{height:100%;border-radius:6px;transition:width .8s ease}.fcrm-help-list{list-style:none;padding:0;margin:8px 0 0}.fcrm-help-list li{padding:10px 0;border-bottom:1px solid var(--fcrm-gray-100);font-size:14px;line-height:1.7;color:var(--fcrm-gray-600)}.fcrm-help-list li:last-child{border-bottom:none}.fcrm-help-list li strong{color:var(--fcrm-gray-700)}.fcrm-pipeline{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}.fcrm-pipeline-stage{text-align:center;padding:16px 10px;border-radius:var(--fcrm-radius);transition:var(--fcrm-transition);cursor:default;border:1px solid transparent}.fcrm-pipeline-stage:hover{transform:translateY(-1px);box-shadow:var(--fcrm-shadow-md)}.fcrm-pipeline-stage-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-bottom:6px}.fcrm-pipeline-stage-count{font-size:16px;font-weight:800;line-height:1.2}.fcrm-pipeline-stage-label{font-size:11px;font-weight:600;margin-top:6px;opacity:.85;letter-spacing:.02em}.fcrm-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding:16px 24px;background:var(--fcrm-white);border-radius:var(--fcrm-radius)}.fcrm-pagination-pages{display:flex;align-items:center;gap:4px}.fcrm-pagination-btn{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:none;background:transparent;color:var(--fcrm-gray-500);cursor:pointer;font-size:14px;font-weight:500;transition:var(--fcrm-transition);padding:0 12px}.fcrm-pagination-btn:hover:not(:disabled){background:var(--fcrm-gray-100);color:var(--fcrm-gray-900)}.fcrm-pagination-btn.active{background:var(--fcrm-primary);color:#fff}.fcrm-pagination-btn:disabled{opacity:.25;cursor:not-allowed}.fcrm-pagination-ellipsis{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--fcrm-gray-400);letter-spacing:2px}.fcrm-pagination-info{font-size:13px;color:var(--fcrm-gray-400);font-weight:500;white-space:nowrap}.fcrm-per-page-select{padding:8px 12px;font-size:13px;font-weight:500;border:none;border-radius:10px;background:var(--fcrm-gray-100);color:var(--fcrm-gray-600);cursor:pointer;height:40px;transition:var(--fcrm-transition)}.fcrm-per-page-select:hover{background:var(--fcrm-gray-200)}@media(max-width:640px){.fcrm-pagination{flex-wrap:wrap;justify-content:center;padding:12px 16px;gap:8px}.fcrm-pagination-btn{min-width:36px;height:36px;padding:0 8px}}.fcrm-toast-container{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:10px}.fcrm-toast{padding:16px 24px;border-radius:var(--fcrm-radius-sm);font-size:14px;font-weight:600;box-shadow:var(--fcrm-shadow-lg);animation:fcrm-slideIn .3s ease;display:flex;align-items:center;gap:10px;max-width:420px}@keyframes fcrm-slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.fcrm-toast-success{background:var(--fcrm-success);color:#fff}.fcrm-toast-error{background:var(--fcrm-danger);color:#fff}.fcrm-toast-info{background:var(--fcrm-accent);color:#fff}.fcrm-auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:32px;background:#f5f5f7;position:relative;overflow:hidden}.fcrm-auth-bg{position:absolute;inset:0;overflow:hidden}.fcrm-auth-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;animation:fcrm-orb-float 12s ease-in-out infinite alternate}.fcrm-auth-orb--1{width:400px;height:400px;background:radial-gradient(circle,#b40101 0%,transparent 70%);top:-10%;right:-5%;animation-duration:14s}.fcrm-auth-orb--2{width:350px;height:350px;background:radial-gradient(circle,#4a90d9 0%,transparent 70%);bottom:-10%;left:-5%;animation-duration:10s;animation-delay:-4s}.fcrm-auth-orb--3{width:250px;height:250px;background:radial-gradient(circle,#9b59b6 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);opacity:.08;animation-duration:16s;animation-delay:-8s}@keyframes fcrm-orb-float{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,15px) scale(.95)}to{transform:translate(10px,-10px) scale(1.02)}}.fcrm-auth-card{position:relative;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a;width:100%;max-width:440px;overflow:hidden;animation:fcrm-card-enter .6s cubic-bezier(.16,1,.3,1)}@keyframes fcrm-card-enter{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.fcrm-auth-header{padding:40px 40px 0;text-align:center}.fcrm-auth-logo-mark{margin:0 auto 14px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#b4010114;border-radius:16px;border:1px solid rgba(180,1,1,.12)}.fcrm-auth-logo-mark svg{filter:drop-shadow(0 2px 8px rgba(180,1,1,.2))}.fcrm-auth-logo-text{font-size:24px;font-weight:700;color:var(--fcrm-gray-900);letter-spacing:-.5px;margin-bottom:6px}.fcrm-auth-subtitle{color:var(--fcrm-gray-400);font-size:14px;font-weight:400}.fcrm-auth-body{padding:32px 40px}.fcrm-auth-body .fcrm-label{color:var(--fcrm-gray-500);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.fcrm-auth-body .fcrm-input{background:var(--fcrm-gray-50);border:1px solid var(--fcrm-gray-200);color:var(--fcrm-gray-900);border-radius:10px;padding:13px 16px;font-size:15px;transition:all .2s ease}.fcrm-auth-body .fcrm-input::placeholder{color:var(--fcrm-gray-300)}.fcrm-auth-body .fcrm-input:focus{outline:none;border-color:var(--fcrm-primary);background:#fff;box-shadow:0 0 0 3px #b401011a}.fcrm-auth-footer{padding:0 40px 28px;text-align:center;font-size:12px;color:var(--fcrm-gray-300);letter-spacing:1px;text-transform:uppercase}.fcrm-auth-footer a,.fcrm-auth-link{color:var(--fcrm-accent);text-decoration:none;font-weight:600;cursor:pointer}.fcrm-auth-link:hover{text-decoration:underline}.fcrm-logout-body{text-align:center}.fcrm-logout-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:#0d9e5f17;border:1px solid rgba(13,158,95,.18);color:var(--fcrm-success);margin:0 auto 20px}.fcrm-logout-title{font-size:20px;font-weight:700;color:var(--fcrm-gray-900);margin:0 0 8px;letter-spacing:-.3px}.fcrm-logout-message{font-size:14px;color:var(--fcrm-gray-400);margin:0 0 28px;line-height:1.6}.fcrm-logout-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;background:var(--fcrm-primary);color:#fff;border:1px solid var(--fcrm-primary);border-radius:10px;font-size:15px;font-weight:700;font-family:var(--fcrm-font);letter-spacing:.3px;cursor:pointer;box-shadow:0 4px 16px #b4010133;transition:all .2s ease}.fcrm-logout-btn:hover{background:var(--fcrm-primary-dark);border-color:var(--fcrm-primary-dark);box-shadow:0 6px 24px #b401014d;transform:translateY(-1px)}.fcrm-auth-form{display:flex;flex-direction:column;gap:18px}.fcrm-auth-form .fcrm-btn{width:100%;justify-content:center;padding:14px;font-size:15px;border-radius:10px;font-weight:700;letter-spacing:.3px;box-shadow:0 4px 16px #b4010133;transition:all .2s ease}.fcrm-auth-form .fcrm-btn:hover{box-shadow:0 6px 24px #b401014d;transform:translateY(-1px)}.fcrm-auth-error{padding:12px 16px;background:#fef2f2;color:#dc2626;border-radius:10px;font-size:13px;font-weight:600;border:1px solid #fecaca}.fcrm-auth-divider{display:flex;align-items:center;gap:14px;margin:24px 0}.fcrm-auth-divider:before,.fcrm-auth-divider:after{content:"";flex:1;height:1px;background:var(--fcrm-gray-200)}.fcrm-auth-divider span{font-size:13px;color:var(--fcrm-gray-400);white-space:nowrap;font-weight:500}.fcrm-google-signin-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;background:var(--fcrm-white);color:var(--fcrm-gray-700);border:1px solid var(--fcrm-gray-200);border-radius:10px;font-size:15px;font-weight:600;font-family:var(--fcrm-font);cursor:pointer;transition:all .2s ease;line-height:1}.fcrm-google-signin-btn:hover{background:var(--fcrm-gray-50);border-color:var(--fcrm-gray-300);box-shadow:0 2px 8px #00000014}.fcrm-google-signin-btn:active{background:var(--fcrm-gray-100)}.fcrm-google-signin-btn:disabled{opacity:.5;cursor:not-allowed}.fcrm-google-signin-btn svg{flex-shrink:0}.fcrm-agent-select{position:relative;display:inline-block}.fcrm-agent-avatar{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--fcrm-primary-50);color:var(--fcrm-primary);font-size:11px;font-weight:700;flex-shrink:0;line-height:1}.fcrm-agent-select-trigger--input{display:flex;align-items:center;gap:8px;width:100%;min-height:40px;padding:6px 12px;border:1px solid var(--fcrm-border);border-radius:var(--fcrm-radius-sm);background:var(--fcrm-white);cursor:pointer;font-size:14px;color:var(--fcrm-gray-800);transition:border-color .15s,box-shadow .15s}.fcrm-agent-select-trigger--input:hover{border-color:var(--fcrm-gray-300)}.fcrm-agent-select-trigger--input:focus-within,.fcrm-agent-select-trigger--input.is-open{border-color:var(--fcrm-primary);box-shadow:0 0 0 2px var(--fcrm-primary-50)}.fcrm-agent-select-trigger--input .fcrm-agent-select-placeholder{color:var(--fcrm-gray-400)}.fcrm-agent-select-trigger--input .fcrm-agent-select-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fcrm-agent-select-trigger--input .fcrm-agent-select-clear{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:var(--fcrm-gray-200);color:var(--fcrm-gray-500);border-radius:50%;cursor:pointer;font-size:12px;line-height:1;flex-shrink:0;padding:0;transition:background .15s}.fcrm-agent-select-trigger--input .fcrm-agent-select-clear:hover{background:var(--fcrm-gray-300);color:var(--fcrm-gray-700)}.fcrm-agent-select-trigger--input .fcrm-agent-select-chevron{color:var(--fcrm-gray-400);flex-shrink:0;transition:transform .15s}.fcrm-agent-select-trigger--input.is-open .fcrm-agent-select-chevron{transform:rotate(180deg)}.fcrm-agent-select-trigger--filter{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border:1px solid var(--fcrm-border);border-radius:var(--fcrm-radius-sm);background:var(--fcrm-white);cursor:pointer;font-size:13px;color:var(--fcrm-gray-700);white-space:nowrap;transition:border-color .15s,background .15s;line-height:1.6}.fcrm-agent-select-trigger--filter:hover{border-color:var(--fcrm-gray-300);background:var(--fcrm-gray-50)}.fcrm-agent-select-trigger--filter.is-open{border-color:var(--fcrm-primary);background:var(--fcrm-primary-50)}.fcrm-agent-select-trigger--filter.has-value{border-color:var(--fcrm-primary);background:var(--fcrm-primary-50);color:var(--fcrm-primary)}.fcrm-agent-select-trigger--filter .fcrm-agent-avatar{width:20px;height:20px;font-size:10px}.fcrm-agent-select-trigger--filter .fcrm-agent-select-chevron{color:var(--fcrm-gray-400);flex-shrink:0;transition:transform .15s}.fcrm-agent-select-trigger--filter.is-open .fcrm-agent-select-chevron{transform:rotate(180deg)}.fcrm-agent-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:10000;min-width:240px;max-width:320px;background:var(--fcrm-white);border:1px solid var(--fcrm-border);border-radius:12px;box-shadow:0 8px 30px #0000001f;overflow:hidden;animation:fcrm-agent-dropdown-in .12s ease-out}@keyframes fcrm-agent-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.fcrm-agent-select-search{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--fcrm-gray-100)}.fcrm-agent-select-search svg{flex-shrink:0;color:var(--fcrm-gray-400)}.fcrm-agent-select-search input{flex:1;border:none;outline:none;font-size:13px;background:transparent;color:var(--fcrm-gray-800);font-family:var(--fcrm-font)}.fcrm-agent-select-search input::placeholder{color:var(--fcrm-gray-400)}.fcrm-agent-select-list{max-height:220px;overflow-y:auto;padding:4px 0}.fcrm-agent-select-option{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;font-size:14px;color:var(--fcrm-gray-700);transition:background .1s}.fcrm-agent-select-option:hover{background:var(--fcrm-gray-50)}.fcrm-agent-select-option.is-selected{background:var(--fcrm-primary-50);color:var(--fcrm-primary)}.fcrm-agent-select-option .fcrm-agent-select-option-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fcrm-agent-select-check{flex-shrink:0;color:var(--fcrm-primary)}.fcrm-agent-select-empty{padding:16px 14px;font-size:13px;color:var(--fcrm-gray-400);text-align:center}.fcrm-autocomplete{position:relative}.fcrm-autocomplete-list.fcrm-ac-portal{display:none}.fcrm-autocomplete-option{padding:9px 14px;font-size:14px;color:var(--fcrm-gray-700);cursor:pointer;transition:background .1s}.fcrm-autocomplete-option:hover{background:var(--fcrm-primary-50);color:var(--fcrm-primary)}.fcrm-autocomplete-empty{padding:12px 14px;font-size:13px;color:var(--fcrm-gray-400);text-align:center}.fcrm-ann-list{max-height:360px;overflow-y:auto}.fcrm-ann-item{padding:14px 20px;border-bottom:1px solid var(--fcrm-border);position:relative;transition:background .15s}.fcrm-ann-item:last-child{border-bottom:none}.fcrm-ann-item:hover{background:var(--fcrm-gray-50)}.fcrm-ann-pinned{background:#fffbeb;border-left:3px solid #f59e0b}.fcrm-ann-pinned:hover{background:#fef3c7}.fcrm-ann-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.fcrm-ann-pin{display:inline-flex;color:#f59e0b}.fcrm-ann-pin svg{width:14px;height:14px}.fcrm-ann-date,.fcrm-ann-author{font-size:12px;color:var(--fcrm-gray-400)}.fcrm-ann-title{font-size:14px;font-weight:600;color:var(--fcrm-gray-800);line-height:1.4}.fcrm-ann-body{font-size:13px;color:var(--fcrm-gray-500);margin-top:4px;line-height:1.5;white-space:pre-line}.fcrm-ann-actions{position:absolute;top:12px;right:16px;display:flex;gap:4px;opacity:0;transition:opacity .15s}.fcrm-ann-item:hover .fcrm-ann-actions{opacity:1}.fcrm-btn-xs{padding:4px 6px;font-size:12px}.fcrm-btn-xs svg{width:14px;height:14px}.fcrm-news-list{max-height:480px;overflow-y:auto}.fcrm-news-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid var(--fcrm-border);position:relative;transition:background .15s}.fcrm-news-item:last-child{border-bottom:none}.fcrm-news-item:hover{background:var(--fcrm-gray-50)}.fcrm-news-content{flex:1;min-width:0}.fcrm-news-title{display:block;font-size:14px;font-weight:600;color:var(--fcrm-gray-800);text-decoration:none;line-height:1.5;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.fcrm-news-title:hover{color:var(--fcrm-primary);text-decoration:underline}.fcrm-news-meta{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--fcrm-gray-400)}.fcrm-news-source{font-weight:600;color:var(--fcrm-gray-500)}.fcrm-news-badge-manual{display:inline-block;padding:1px 6px;font-size:10px;font-weight:600;background:var(--fcrm-accent-50);color:var(--fcrm-accent);border-radius:4px}.fcrm-news-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s;flex-shrink:0}.fcrm-news-item:hover .fcrm-news-actions{opacity:1}.fcrm-news-ticker{padding:16px 20px;min-height:72px;display:flex;align-items:center}.fcrm-news-ticker-item{animation:fcrm-ticker-fade 10s ease}@keyframes fcrm-ticker-fade{0%{opacity:0;transform:translateY(6px)}8%{opacity:1;transform:translateY(0)}88%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.fcrm-agent-tags{display:flex;flex-wrap:wrap;gap:6px}.fcrm-agent-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:var(--fcrm-accent-50);color:var(--fcrm-accent);border-radius:100px;font-size:12px;font-weight:600}.fcrm-agent-tag-remove{cursor:pointer;opacity:.6;transition:opacity .15s}.fcrm-agent-tag-remove:hover{opacity:1}.fcrm-empty{text-align:center;padding:56px 28px;color:var(--fcrm-gray-400)}.fcrm-empty svg{width:56px;height:56px;margin-bottom:16px;opacity:.3}.fcrm-empty-title{font-size:16px;font-weight:600;color:var(--fcrm-gray-500);margin-bottom:10px}.fcrm-empty-text{font-size:14px;margin-bottom:24px}.fcrm-incentive-row{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid var(--fcrm-gray-100)}.fcrm-incentive-row:last-child{border-bottom:none}.fcrm-incentive-agent{flex:1;font-weight:500}.fcrm-incentive-input{width:80px;padding:8px 12px;border:1px solid var(--fcrm-border);border-radius:var(--fcrm-radius-xs);font-size:13px;text-align:right;font-family:var(--fcrm-font)}.fcrm-incentive-amount{white-space:nowrap;text-align:right;font-weight:600;color:var(--fcrm-gray-700);display:flex;align-items:center;gap:12px}.fcrm-incentive-values{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.fcrm-incentive-excl{font-size:15px;font-weight:700;color:var(--fcrm-gray-900)}.fcrm-incentive-incl{font-size:12px;font-weight:600;color:var(--fcrm-gray-500)}.fcrm-incentive-tax-label{font-size:10px;font-weight:500;color:var(--fcrm-gray-400);margin-left:3px}.fcrm-ranking-item{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid var(--fcrm-gray-100)}.fcrm-ranking-item:last-child{border-bottom:none}.fcrm-ranking-rank{flex-shrink:0;width:40px;text-align:center;padding-top:2px}.fcrm-ranking-medal{font-size:22px;line-height:1}.fcrm-ranking-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--fcrm-gray-100);color:var(--fcrm-gray-500);font-size:13px;font-weight:600}.fcrm-ranking-body{flex:1;min-width:0}.fcrm-ranking-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:4px}.fcrm-ranking-name{font-size:14px;color:var(--fcrm-gray-900)}.fcrm-ranking-values{display:flex;gap:16px;font-size:12px;color:var(--fcrm-gray-500)}.fcrm-ranking-values strong{color:var(--fcrm-gray-800);font-weight:700;margin-left:4px}.fcrm-ranking-progress{display:flex;align-items:center;gap:10px;margin-top:8px;width:100%}.fcrm-ranking-progress .fcrm-progress-bar{flex:1 1 0%;min-width:0;width:auto}.fcrm-ranking-pct{font-size:14px;font-weight:800;min-width:48px;text-align:right}.fcrm-ranking-target{font-size:11px;color:var(--fcrm-gray-400);white-space:nowrap}.fcrm-show-mobile{display:none}.fcrm-mobile-card-list{display:flex;flex-direction:column}.fcrm-mobile-card-item{padding:14px 16px;border-bottom:1px solid var(--fcrm-gray-100);cursor:pointer;transition:var(--fcrm-transition)}.fcrm-mobile-card-item:last-child{border-bottom:none}.fcrm-mobile-card-item:active{background:var(--fcrm-gray-50)}.fcrm-mobile-card-main{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.fcrm-mobile-card-name{display:flex;flex-direction:column;gap:2px;min-width:0}.fcrm-mobile-card-name small{font-size:11px;color:var(--fcrm-gray-500);line-height:1.3}.fcrm-mobile-card-name>span{font-size:15px;font-weight:600;color:var(--fcrm-accent);line-height:1.4}.fcrm-mobile-card-badges{display:flex;flex-wrap:wrap;gap:4px;flex-shrink:0}.fcrm-mobile-card-badges .fcrm-badge,.fcrm-mobile-card-badges .fcrm-category-badge,.fcrm-mobile-card-badges .fcrm-confidence-badge{font-size:11px;padding:2px 6px}.fcrm-mobile-card-meta{display:flex;gap:12px;margin-top:6px;font-size:12px;color:var(--fcrm-gray-400)}@media(max-width:1024px){.fcrm-main{padding-left:calc(var(--fcrm-sidebar-w) + 24px);padding-right:24px;padding-top:28px;padding-bottom:28px}.fcrm-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.fcrm-sidebar{transform:translate(-100%);width:260px}.fcrm-sidebar.open{transform:translate(0)}.fcrm-sidebar.open .fcrm-nav-item,.fcrm-sidebar.open a.fcrm-nav-item,.fcrm-sidebar.open a.fcrm-nav-item:visited,.fcrm-sidebar.open a.fcrm-nav-item:hover,.fcrm-sidebar.open a.fcrm-nav-item:focus{font-size:14px;width:100%;justify-content:flex-start;padding:12px 20px;gap:14px;color:#fffc;text-decoration:none}.fcrm-sidebar.open .fcrm-nav-item.active,.fcrm-sidebar.open a.fcrm-nav-item.active{color:#fff}.fcrm-sidebar.open .fcrm-sidebar-logo{font-size:18px;width:auto;background:none}.fcrm-sidebar.open .fcrm-sidebar-logo span{display:inline}.fcrm-sidebar.open .fcrm-sidebar-header{padding:20px;align-items:flex-start}.fcrm-sidebar.open .fcrm-sidebar-user{display:block;margin-top:12px;padding:10px 12px;background:#ffffff1a;border-radius:var(--fcrm-radius-sm);font-size:13px}.fcrm-sidebar.open .fcrm-sidebar-user .fcrm-user-name{font-weight:600;color:#fff}.fcrm-sidebar.open .fcrm-sidebar-user .fcrm-user-role{font-size:11px;color:#fff9;margin-top:2px}.fcrm-menu-toggle{display:flex}.fcrm-overlay.show{display:block}.fcrm-main{margin-left:0;padding:72px 16px 24px}.fcrm-page-header{flex-direction:column;align-items:flex-start;margin-bottom:24px}.fcrm-page-actions{width:100%}.fcrm-search-box{max-width:100%;flex:1}.fcrm-stats-grid{grid-template-columns:1fr;gap:14px}.fcrm-form-grid,.fcrm-detail{grid-template-columns:1fr}.fcrm-modal{max-width:100%;max-height:95vh;margin:8px}.fcrm-pipeline{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.fcrm-table th,.fcrm-table td{padding:12px 10px;font-size:13px}.fcrm-table th{font-size:11px}.fcrm-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.fcrm-col-hide-mobile,.fcrm-hide-mobile{display:none}.fcrm-show-mobile{display:block}.fcrm-card-header{padding:16px 20px}.fcrm-card-body{padding:20px}.fcrm-detail-row{padding:12px 20px}.fcrm-detail-section-title{padding:14px 20px}}@media(max-width:480px){.fcrm-page-title{font-size:18px}.fcrm-stat-card{padding:22px}.fcrm-stat-value{font-size:24px}.fcrm-auth-container{padding:20px}.fcrm-auth-body,.fcrm-auth-header{padding:28px 24px}.fcrm-auth-footer{padding:0 24px 24px}.fcrm-auth-header{padding-top:32px}.fcrm-pipeline{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:6px}.fcrm-modal-header{padding:14px 16px}.fcrm-modal-body{padding:16px}.fcrm-modal-footer{padding:12px 16px}.fcrm-form-section>.fcrm-form-grid{padding:12px 14px}.fcrm-form-section-header{padding:8px 14px}}@media print{.fcrm-sidebar,.fcrm-menu-toggle,.fcrm-page-actions{display:none!important}.fcrm-main{margin-left:0;padding:20px}}.fcrm-fade-in{animation:fcrm-fadeIn .25s ease}.fcrm-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 16px;margin-bottom:16px;background:var(--fcrm-white);border:1px solid var(--fcrm-border);border-radius:var(--fcrm-radius)}.fcrm-filter-bar .fcrm-filter-select{min-width:0;width:auto;font-size:13px;padding:6px 28px 6px 10px;border-radius:4px;border:1px solid var(--fcrm-border);background:var(--fcrm-gray-50);color:var(--fcrm-gray-700);font-weight:500;cursor:pointer;transition:var(--fcrm-transition);appearance:auto}.fcrm-filter-bar .fcrm-filter-select:focus{outline:none;border-color:var(--fcrm-primary);background:#fff}.fcrm-filter-bar .fcrm-filter-sep{width:1px;height:24px;background:var(--fcrm-gray-200);flex-shrink:0}.fcrm-filter-bar--spread{justify-content:space-between}.fcrm-filter-bar-group{display:flex;align-items:center;gap:4px}.fcrm-filter-month-label{font-weight:600;min-width:100px;text-align:center}.fcrm-filter-tabs{display:flex;gap:4px;margin-top:8px;border-top:1px solid var(--fcrm-border);padding-top:8px}.fcrm-filter-tab{padding:4px 12px;font-size:13px;border:1px solid var(--fcrm-border);border-radius:4px;background:var(--fcrm-white);cursor:pointer;transition:var(--fcrm-transition)}.fcrm-filter-tab:hover{background:var(--fcrm-gray-50)}.fcrm-filter-date-label{font-size:13px;font-weight:500;color:var(--fcrm-gray-600);white-space:nowrap}.fcrm-filter-date{font-size:13px;padding:5px 8px;border-radius:100px;border:1px solid var(--fcrm-border);background:var(--fcrm-gray-50);color:var(--fcrm-gray-700);width:140px}.fcrm-filter-date:focus{outline:none;border-color:var(--fcrm-primary);background:#fff}.fcrm-filter-date-sep{color:var(--fcrm-gray-400);font-size:13px}.fcrm-filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.fcrm-filter-tab{padding:8px 18px;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:var(--fcrm-transition);border:1px solid var(--fcrm-border);background:var(--fcrm-white);color:var(--fcrm-gray-600)}.fcrm-filter-tab:hover{border-color:var(--fcrm-gray-400);background:var(--fcrm-gray-50)}.fcrm-filter-tab.active{background:var(--fcrm-primary);color:#fff;border-color:var(--fcrm-primary)}.fcrm-deal-list{display:flex;flex-direction:column}.fcrm-deal-card{padding:14px 24px;border-bottom:1px solid var(--fcrm-gray-100);transition:background .1s}.fcrm-deal-card:last-child{border-bottom:none}.fcrm-deal-card:hover{background:var(--fcrm-gray-50)}.fcrm-deal-row1{display:flex;align-items:center;gap:14px}.fcrm-deal-dates{display:flex;gap:12px;flex-shrink:0}.fcrm-deal-date-item{font-size:12px;color:var(--fcrm-gray-500);white-space:nowrap;display:flex;align-items:center;gap:4px}.fcrm-deal-date-label{font-size:10px;font-weight:700;color:var(--fcrm-gray-400);text-transform:uppercase;letter-spacing:.03em}.fcrm-deal-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.fcrm-deal-actions{display:flex;gap:2px;flex-shrink:0;opacity:0;transition:opacity .15s}.fcrm-deal-card:hover .fcrm-deal-actions{opacity:1}.fcrm-deal-row2{display:flex;align-items:center;gap:16px;margin-top:6px;padding-left:0;flex-wrap:wrap}.fcrm-deal-meta{font-size:12px;color:var(--fcrm-gray-400);white-space:nowrap}.fcrm-deal-meta strong{color:var(--fcrm-gray-700);font-weight:700}.fcrm-deal-commission{color:var(--fcrm-primary)!important}.fcrm-deal-row2-status{flex-shrink:0}.fcrm-deal-row2-sep{width:1px;height:14px;background:var(--fcrm-gray-200);flex-shrink:0}.fcrm-deal-agents{margin-left:auto}.fcrm-deal-commission-block{display:inline-flex;align-items:center;gap:3px}.fcrm-deal-comm-tag{display:inline-block;font-size:10px;font-weight:700;padding:1px 5px;border-radius:3px;margin-right:4px;line-height:1.4}.fcrm-deal-comm-confirmed .fcrm-deal-comm-tag{background:var(--fcrm-primary);color:#fff}.fcrm-deal-comm-prospect .fcrm-deal-comm-tag{background:var(--fcrm-gray-200);color:var(--fcrm-gray-500)}.fcrm-deal-tax-label{font-size:10px;font-weight:500;color:var(--fcrm-gray-400);margin-left:2px}.fcrm-deal-tax-sep{font-size:10px;color:var(--fcrm-gray-300);margin:0 2px}.fcrm-deal-commission-incl{font-size:11px;color:var(--fcrm-gray-500)!important;font-weight:600}#fcrm-deals-commission-total:not(:empty){margin-top:10px;padding-top:10px;border-top:1px solid var(--fcrm-gray-100)}.fcrm-gci-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:8px}.fcrm-gci-card{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--fcrm-white);border-radius:var(--fcrm-radius);border:1px solid var(--fcrm-border);border-left:4px solid transparent}.fcrm-gci-card--confirmed{border-left-color:#10b981}.fcrm-gci-card--prospect{border-left-color:#f59e0b}.fcrm-gci-card-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fcrm-gci-card-icon svg{width:22px;height:22px}.fcrm-gci-card--confirmed .fcrm-gci-card-icon{background:#10b9811a;color:#10b981}.fcrm-gci-card--prospect .fcrm-gci-card-icon{background:#f59e0b1a;color:#f59e0b}.fcrm-gci-card-body{min-width:0}.fcrm-gci-card-label{font-size:12px;font-weight:600;color:var(--fcrm-gray-500);letter-spacing:.02em}.fcrm-gci-card-value{font-size:22px;font-weight:800;color:var(--fcrm-gray-900);line-height:1.2;margin-top:4px}.fcrm-gci-card--prospect .fcrm-gci-card-value{color:var(--fcrm-gray-600)}.fcrm-gci-card-sub{font-size:12px;font-weight:500;color:var(--fcrm-gray-400);margin-top:2px}@media(max-width:768px){.fcrm-deal-card{padding:12px 16px}.fcrm-deal-row1{flex-wrap:wrap;gap:8px}.fcrm-deal-dates{width:100%}.fcrm-deal-row2{gap:10px}.fcrm-deal-agents{margin-left:0}.fcrm-deal-actions{opacity:1}.fcrm-gci-cards{grid-template-columns:1fr}.fcrm-gci-card-value{font-size:18px}}.fcrm-price{font-weight:600;white-space:nowrap;color:var(--fcrm-gray-800)}.fcrm-price-currency{font-size:.85em;color:var(--fcrm-gray-500);margin-left:1px}.fcrm-th-filter{font-size:12px;font-weight:600;padding:2px 4px;border:1px solid var(--fcrm-gray-200);border-radius:4px;background:#fff;color:var(--fcrm-gray-700);cursor:pointer;max-width:120px;appearance:auto}.fcrm-th-filter:focus{outline:none;border-color:var(--fcrm-primary)}.fcrm-privacy-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center}.fcrm-privacy-modal-overlay{position:absolute;inset:0;background:#00000080}.fcrm-privacy-modal-content{position:relative;background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.fcrm-privacy-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--fcrm-gray-200);font-weight:600;font-size:15px;color:var(--fcrm-gray-800)}.fcrm-privacy-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:var(--fcrm-gray-400);padding:0 4px;line-height:1}.fcrm-privacy-modal-close:hover{color:var(--fcrm-gray-700)}.fcrm-privacy-modal-body{padding:20px;overflow-y:auto;flex:1;font-size:13px;line-height:1.8;color:var(--fcrm-gray-700)}.fcrm-privacy-modal-footer{padding:12px 20px;border-top:1px solid var(--fcrm-gray-200);text-align:center}.fcrm-privacy-editor{width:100%;min-height:300px;font-size:13px;line-height:1.7;padding:12px;border:1px solid var(--fcrm-gray-300);border-radius:8px;resize:vertical;font-family:inherit}.fcrm-privacy-editor:focus{outline:none;border-color:var(--fcrm-primary);box-shadow:0 0 0 3px #b401011a}.fcrm-tabs{display:flex;gap:0;margin-bottom:24px;border-bottom:2px solid var(--fcrm-gray-200)}.fcrm-tab{padding:12px 24px;font-size:14px;font-weight:600;color:var(--fcrm-gray-500);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:var(--fcrm-transition)}.fcrm-tab:hover{color:var(--fcrm-gray-700)}.fcrm-tab.active{color:var(--fcrm-primary);border-bottom-color:var(--fcrm-primary)}.fcrm-tab-sm{padding:8px 16px;font-size:13px}.fcrm-detail-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.fcrm-detail-actions{display:flex;gap:8px;flex-wrap:wrap}.fcrm-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:20px 28px}.fcrm-detail-item{display:flex;flex-direction:column;gap:4px}.fcrm-detail-item label{font-size:12px;color:var(--fcrm-gray-500);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.fcrm-detail-item span{font-size:14px;color:var(--fcrm-gray-800);font-weight:500}.fcrm-detail-full{grid-column:1 / -1}.fcrm-text-right{text-align:right}.fcrm-text-center{text-align:center}.fcrm-text-large{font-size:18px;font-weight:700}.fcrm-text-muted{color:var(--fcrm-gray-500);font-size:13px}.fcrm-clickable-row{cursor:pointer}.fcrm-clickable-row:hover{background:var(--fcrm-gray-50)!important}.fcrm-table-total td{background:var(--fcrm-gray-50);font-weight:600}.fcrm-table-grand-total td{background:#333;color:#fff!important}.fcrm-table-grand-total td strong{color:#fff}.fcrm-table-compact th,.fcrm-table-compact td{padding:8px 12px;font-size:13px}.fcrm-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.fcrm-stmt-total{margin-top:16px;padding:12px 16px;background:var(--fcrm-gray-50);border-radius:var(--fcrm-radius);text-align:right;font-size:16px}.fcrm-invoice-preview{margin-top:16px;padding:16px;background:var(--fcrm-gray-50);border-radius:var(--fcrm-radius);border:1px solid var(--fcrm-border)}.fcrm-invoice-preview p{margin:4px 0;display:flex;justify-content:space-between}.fcrm-form-full{grid-column:1 / -1}.fcrm-required{color:var(--fcrm-primary);font-weight:600}.fcrm-modal-lg{max-width:900px;width:95%}.fcrm-btn-ghost{background:transparent;color:var(--fcrm-gray-600);border:none;padding:8px 12px}.fcrm-btn-ghost:hover{background:var(--fcrm-gray-100);color:var(--fcrm-gray-800)}.fcrm-btn-ghost svg{width:16px;height:16px}.fcrm-card-header h2{font-size:16px;font-weight:700;color:var(--fcrm-gray-900);margin:0}.fcrm-card-header h2 svg{width:18px;height:18px;vertical-align:middle;margin-right:6px}.fcrm-invoice-number-tag{display:inline-block;font-size:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;color:var(--fcrm-accent);background:var(--fcrm-accent-50);border:1px solid rgba(0,115,187,.2);padding:2px 8px;border-radius:var(--fcrm-radius-xs);margin-top:4px}.fcrm-invoice-input{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;letter-spacing:.5px}.fcrm-reward-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.fcrm-reward-card{display:flex;align-items:center;gap:14px;padding:18px 20px;background:#fff;border-radius:var(--fcrm-radius);border:1px solid var(--fcrm-border);border-top:3px solid var(--fcrm-gray-300)}.fcrm-reward-card--total{border-top-color:var(--fcrm-accent)}.fcrm-reward-card--paid{border-top-color:#10b981}.fcrm-reward-card--pending{border-top-color:#f59e0b}.fcrm-reward-card--deals{border-top-color:#8b5cf6}.fcrm-reward-card-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fcrm-reward-card-icon svg{width:20px;height:20px}.fcrm-reward-card--total .fcrm-reward-card-icon{background:#0073bb1a;color:var(--fcrm-accent)}.fcrm-reward-card--paid .fcrm-reward-card-icon{background:#10b9811a;color:#10b981}.fcrm-reward-card--pending .fcrm-reward-card-icon{background:#f59e0b1a;color:#f59e0b}.fcrm-reward-card--deals .fcrm-reward-card-icon{background:#8b5cf61a;color:#8b5cf6}.fcrm-reward-card-label{font-size:12px;color:var(--fcrm-gray-500);font-weight:500}.fcrm-reward-card-value{font-size:20px;font-weight:700;color:var(--fcrm-gray-900);margin-top:2px}.fcrm-reward-table .fcrm-expand-toggle{cursor:pointer;text-align:center;padding:8px 4px;-webkit-user-select:none;user-select:none}.fcrm-reward-table .fcrm-expand-toggle svg{width:16px;height:16px;transition:transform .2s ease;color:var(--fcrm-gray-400)}.fcrm-reward-table .fcrm-expand-toggle.fcrm-expand-open svg{transform:rotate(90deg);color:var(--fcrm-accent)}.fcrm-reward-row{cursor:pointer}.fcrm-reward-row:hover td{background:var(--fcrm-gray-50)}.fcrm-expand-detail td{padding:0!important;background:var(--fcrm-gray-50)!important}.fcrm-expand-inner{padding:16px 24px 20px;border-left:3px solid var(--fcrm-accent);margin:0;background:#f8f9fa}.fcrm-table-nested{margin:0;border-collapse:collapse;width:100%}.fcrm-table-nested th{background:#e8edf2;font-size:12px;font-weight:600;color:var(--fcrm-gray-700);padding:10px 12px;text-align:left;border-bottom:2px solid #d1d9e0}.fcrm-table-nested th.fcrm-text-right{text-align:right}.fcrm-table-nested td{font-size:13px;padding:10px 12px;background:#fff;border-bottom:1px solid #e8edf2}.fcrm-table-nested td.fcrm-text-right{text-align:right}.fcrm-table-nested tr:nth-child(2n) td{background:#fafbfc}.fcrm-table-nested tr.fcrm-table-total td{background:#f0f4f8;font-weight:600;border-top:2px solid #d1d9e0}.fcrm-expand-actions{margin-top:12px;text-align:right}.fcrm-text-sm{font-size:11px}.fcrm-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;border-radius:4px;color:var(--fcrm-gray-500);cursor:pointer;transition:color .15s}.fcrm-btn-icon:hover{color:var(--fcrm-primary)}.fcrm-btn-icon-danger:hover{color:var(--fcrm-danger, #ef4444)}.fcrm-action-buttons{display:inline-flex;align-items:center;gap:4px}.fcrm-account-id-cell,.fcrm-account-pw-cell{display:inline-flex;align-items:center;gap:6px}.fcrm-icon-inline{margin-left:4px;vertical-align:middle}@media(max-width:1024px){.fcrm-reward-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.fcrm-detail-header{flex-direction:column;align-items:flex-start}.fcrm-detail-grid{grid-template-columns:1fr;padding:16px 20px}.fcrm-tabs{overflow-x:auto}.fcrm-tab{padding:10px 16px;font-size:13px;white-space:nowrap}.fcrm-detail-actions{width:100%}.fcrm-reward-summary{grid-template-columns:1fr}.fcrm-reward-card-value{font-size:16px}.fcrm-reward-table{font-size:12px}}.fcrm-pdf-upload{margin-bottom:8px;padding:14px 16px;background:var(--fcrm-white);border:1px dashed var(--fcrm-gray-300);border-radius:var(--fcrm-radius)}.fcrm-pdf-upload-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.fcrm-pdf-upload-input{font-size:13px}.fcrm-pdf-upload-error{margin:8px 0 0;color:var(--fcrm-danger);font-size:13px}.fcrm-pdf-upload-notice{margin:8px 0 0;color:var(--fcrm-gray-500);font-size:12px}.fcrm-spinner-inline{display:inline-block;width:14px;height:14px;border:2px solid var(--fcrm-gray-300);border-top-color:currentColor;border-radius:50%;animation:fcrm-spin .7s linear infinite;margin-right:6px;vertical-align:middle}.fcrm-field-hint{display:block;margin-top:4px;font-size:13px;color:var(--fcrm-primary);font-weight:500}.fcrm-pdf-thumb-wrap{position:relative;width:100%;aspect-ratio:1.414 / 1;border-radius:var(--fcrm-radius-xs);overflow:hidden;background:var(--fcrm-gray-100);flex-shrink:0}.fcrm-pdf-thumb-wrap img{width:100%;height:100%;object-fit:contain;display:block}.fcrm-pdf-thumb-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--fcrm-gray-400);font-size:28px;font-weight:700}.fcrm-pdf-badge{position:absolute;top:6px;left:6px;padding:2px 8px;font-size:10px;font-weight:600;line-height:1.6;border-radius:4px;white-space:nowrap;pointer-events:none}.fcrm-pdf-badge--original{background:#6b7280d9;color:#fff}.fcrm-pdf-badge--obi{background:#3b82f6d9;color:#fff}.fcrm-pdf-obi-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:inline-flex;align-items:center;gap:6px;padding:8px 18px;font-size:12px;font-weight:700;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,var(--fcrm-accent),#0284c7);border:none;border-radius:20px;cursor:pointer;box-shadow:0 2px 8px #0073bb59;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;opacity:1;white-space:nowrap}.fcrm-pdf-obi-btn:hover{background:linear-gradient(135deg,#005f8a,#015e8c);transform:translate(-50%,-50%) scale(1.05);box-shadow:0 4px 16px #0073bb73}.fcrm-pdf-obi-btn:active{transform:translate(-50%,-50%) scale(.97)}.fcrm-pdf-obi-btn svg{stroke:#fff}.fcrm-pdf-card-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:500;line-height:1.4;color:var(--fcrm-gray-600);background:var(--fcrm-white);border:1px solid var(--fcrm-gray-200);border-radius:6px;cursor:pointer;text-decoration:none;transition:var(--fcrm-transition);white-space:nowrap}.fcrm-pdf-card-btn:hover{background:var(--fcrm-gray-50);border-color:var(--fcrm-gray-300);color:var(--fcrm-gray-700);text-decoration:none}.fcrm-pdf-card-btn--accent{color:var(--fcrm-accent);border-color:var(--fcrm-accent)}.fcrm-pdf-card-btn--accent:hover{background:var(--fcrm-accent-50);color:var(--fcrm-accent)}.fcrm-pdf-card-btn--danger{color:var(--fcrm-danger);border-color:var(--fcrm-danger-light)}.fcrm-pdf-card-btn--danger:hover{background:var(--fcrm-danger-light);border-color:var(--fcrm-danger)}.fcrm-pdf-card-btn:disabled{opacity:.5;cursor:not-allowed}.fcrm-obi-toolbar{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;background:var(--fcrm-white);border-top:1px solid var(--fcrm-border);flex-shrink:0}.fcrm-obi-tool-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:500;color:var(--fcrm-gray-700);background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,color .15s ease;line-height:1;white-space:nowrap}.fcrm-obi-tool-btn:hover:not(:disabled){background:var(--fcrm-gray-100);box-shadow:0 1px 4px #00000014}.fcrm-obi-tool-btn--active{background:var(--fcrm-accent)!important;color:#fff!important;box-shadow:0 2px 8px #0073bb4d}.fcrm-obi-tool-btn--active svg{stroke:#fff}.fcrm-obi-tool-btn--danger{color:var(--fcrm-danger)}.fcrm-obi-tool-btn--danger:hover:not(:disabled){background:var(--fcrm-danger-light)}.fcrm-obi-tool-btn:disabled{color:var(--fcrm-gray-300);cursor:not-allowed;opacity:.6}.fcrm-obi-tool-divider{width:1px;height:20px;background:var(--fcrm-gray-200);margin:0 2px;flex-shrink:0}.picker-dialog-bg{z-index:2100!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.picker-dialog{z-index:2101!important;position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.fcrm-mp-wrap{max-width:720px;margin:0 auto;padding:48px 20px 80px;font-family:Helvetica Neue,Helvetica,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;color:#111;background:#fff;-webkit-font-smoothing:antialiased}.fcrm-mp-loading{text-align:center;padding:80px 20px;color:#999}.fcrm-mp-header{margin-bottom:24px}.fcrm-mp-agent{font-size:12px;letter-spacing:.08em;color:#767676;margin:0 0 12px}.fcrm-mp-heading{font-size:26px;font-weight:400;line-height:1.5;letter-spacing:.02em;margin:0;color:#111}.fcrm-mp-empty{padding:60px 0;text-align:center;font-size:14px;color:#999}.fcrm-mp-error{padding:60px 0;text-align:center;font-size:14px;color:#c00}.fcrm-mp-list{display:flex;flex-direction:column;gap:20px}.fcrm-mp-item{border:1px solid #e5e5e5;overflow:hidden}.fcrm-mp-layout{display:flex;gap:24px;align-items:flex-start;padding:20px}.fcrm-mp-image{display:block;flex-shrink:0;width:260px;text-decoration:none;color:#111;position:relative;overflow:hidden}.fcrm-mp-image img{width:100%;height:auto;display:block}.fcrm-mp-image-action{display:block;margin-top:8px;font-size:12px;color:#767676;text-decoration:underline;text-underline-offset:3px}.fcrm-mp-image:hover .fcrm-mp-image-action{color:#111}.fcrm-mp-info{flex:1;min-width:0}.fcrm-mp-name{font-size:18px;font-weight:400;line-height:1.4;margin:0 0 8px;color:#111}.fcrm-mp-price{font-size:22px;font-weight:700;margin:0 0 20px;color:#111}.fcrm-mp-price-tax{font-size:12px;font-weight:400;color:#767676}.fcrm-mp-spec{width:100%;border-collapse:collapse;margin:0 0 20px;font-size:13px;line-height:1.6}.fcrm-mp-spec th{text-align:left;font-weight:400;color:#767676;padding:4px 16px 4px 0;white-space:nowrap;vertical-align:top;width:1%}.fcrm-mp-spec td{color:#111;padding:4px 0;vertical-align:top}.fcrm-mp-comment{font-size:13px;line-height:1.8;color:#444;margin:0;padding:12px 16px;border:1px solid #e5e5e5;background:#fff}.fcrm-mp-prop-id{margin:8px 0 0;text-align:right;font-size:12px;color:#aaa;letter-spacing:.02em}.fcrm-mp-actions{display:flex;border-top:1px solid #e5e5e5}.fcrm-mp-action{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 8px;border:none;border-right:1px solid #e5e5e5;background:#fff;color:#767676;font-size:13px;cursor:pointer;transition:color .2s,background .2s;font-family:inherit}.fcrm-mp-action:last-child{border-right:none}.fcrm-mp-action:hover{background:#fafafa;color:#111}.fcrm-mp-action.is-active{color:var(--c, #111);background:#f5f5f5;font-weight:600}.fcrm-mp-action-icon{font-size:15px;line-height:1}@media(max-width:600px){.fcrm-mp-wrap{padding:32px 16px 60px}.fcrm-mp-header{margin-bottom:36px}.fcrm-mp-heading{font-size:22px}.fcrm-mp-list{gap:16px}.fcrm-mp-layout{flex-direction:column;gap:16px;padding:16px}.fcrm-mp-image{width:100%}.fcrm-mp-image img{max-height:360px;object-fit:contain;background:#fafafa}.fcrm-mp-name{font-size:16px}.fcrm-mp-price{font-size:20px;margin-bottom:16px}.fcrm-mp-action{padding:14px 6px;font-size:12px;gap:4px}}.fcrm-mp-footer{text-align:center;padding:32px 0 24px;font-size:12px;color:#aaa;letter-spacing:.03em}.fcrm-rec-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:500}.fcrm-rec-badge-interested{background:#fef2f2;color:#ef4444}.fcrm-rec-badge-want_to_see{background:#eff6ff;color:#3b82f6}.fcrm-rec-badge-not_interested{background:#f3f4f6;color:#9ca3af}.fcrm-rec-url-box{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--fcrm-gray-50);border:1px solid var(--fcrm-gray-200);border-radius:8px;margin:12px 20px}.fcrm-rec-url-box input{flex:1;border:none;background:transparent;font-size:13px;color:var(--fcrm-gray-600);outline:none}.fcrm-rec-url-box .fcrm-btn{flex-shrink:0}.fcrm-tooltip-wrap{position:relative}.fcrm-tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:6px;padding:4px 8px;background:var(--fcrm-gray-700);color:#fff;font-size:11px;border-radius:4px;white-space:nowrap;pointer-events:none}.fcrm-tooltip-wrap:hover .fcrm-tooltip{display:block}.fcrm-admin-tabs{display:flex;gap:4px;border-bottom:2px solid var(--fcrm-gray-200);margin-bottom:24px}.fcrm-admin-tab{display:flex;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:500;color:var(--fcrm-gray-500);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:var(--fcrm-transition);border-radius:var(--fcrm-radius-sm) var(--fcrm-radius-sm) 0 0}.fcrm-admin-tab:hover{color:var(--fcrm-gray-700);background:var(--fcrm-gray-50)}.fcrm-admin-tab.active{color:var(--fcrm-primary);border-bottom-color:var(--fcrm-primary);font-weight:600}.fcrm-admin-tab-content{min-height:200px}body.mypage-body .fcrm-sidebar,body.mypage-body .fcrm-topbar{display:none!important}.mypage-root{min-height:100vh;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans JP,Hiragino Sans,sans-serif;font-size:15px;line-height:1.7;color:#1f2937;background:#f8f9fa}.mypage-header{background:#b40101;color:#fff;padding:0 16px;height:56px;display:flex;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a}.mypage-header-inner{max-width:1000px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.mypage-header-logo{font-weight:700;font-size:18px;letter-spacing:.5px}.mypage-header-user{font-size:14px;opacity:.9}.mypage-main{flex:1;max-width:1000px;width:100%;margin:0 auto;padding:24px 16px}.mypage-footer{text-align:center;padding:24px 16px;font-size:12px;color:#9ca3af;border-top:1px solid #e5e7eb}.mypage-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 16px;color:#6b7280}.mypage-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#b40101;border-radius:50%;animation:mypage-spin .8s linear infinite;margin-bottom:16px}@keyframes mypage-spin{to{transform:rotate(360deg)}}.mypage-error{text-align:center;padding:80px 16px}.mypage-error h1,.mypage-error h2{font-size:20px;color:#1f2937;margin-bottom:12px}.mypage-error p{color:#6b7280;font-size:14px}.mypage-list-title{font-size:20px;font-weight:700;margin-bottom:20px;color:#1f2937}.mypage-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.mypage-empty{text-align:center;padding:60px 16px;color:#6b7280}.mypage-card-thumb{margin:-20px -20px 12px;border-radius:12px 12px 0 0;overflow:hidden;aspect-ratio:4 / 3;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.mypage-card-thumb img{width:100%;height:100%;object-fit:cover}.mypage-card-thumb--placeholder{aspect-ratio:auto;height:80px;margin-bottom:8px}.mypage-card{display:block;background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .15s ease}.mypage-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.mypage-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.mypage-card-type{font-size:11px;font-weight:600;color:#0073bb;background:#e8f4fd;padding:2px 8px;border-radius:4px}.mypage-card-reaction{font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px}.mypage-reaction-interested{background:#fef3c7;color:#92400e}.mypage-reaction-want_to_see{background:#e0e7ff;color:#3730a3}.mypage-reaction-not_interested{background:#f3f4f6;color:#6b7280}.mypage-card-name{font-size:16px;font-weight:700;margin:0 0 4px;color:#1f2937}.mypage-card-price{font-size:18px;font-weight:700;color:#b40101;margin-bottom:8px}.mypage-card-details{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#6b7280;margin-bottom:4px}.mypage-card-details span:after{content:"|";margin-left:8px;color:#d1d5db}.mypage-card-details span:last-child:after{display:none}.mypage-card-location{font-size:13px;color:#4b5563;margin-bottom:4px}.mypage-card-station{font-size:13px;color:#6b7280;margin-bottom:4px}.mypage-card-message{font-size:13px;color:#4b5563;background:#f9fafb;border-radius:6px;padding:8px 12px;margin-top:8px}.mypage-back-link{display:inline-block;font-size:14px;color:#0073bb;text-decoration:none;margin-bottom:16px}.mypage-back-link:hover{text-decoration:underline}.mypage-detail-header{background:#fff;border-radius:12px;padding:24px;margin-bottom:16px;box-shadow:0 1px 3px #0000000f}.mypage-detail-tags{display:flex;gap:8px;margin-bottom:8px}.mypage-tag{font-size:11px;font-weight:600;padding:2px 10px;border-radius:4px;background:#f3f4f6;color:#4b5563}.mypage-detail-name{font-size:22px;font-weight:700;margin:0 0 4px}.mypage-detail-price{font-size:24px;font-weight:700;color:#b40101}.mypage-detail-grid{background:#fff;border-radius:12px;padding:16px 24px;margin-bottom:16px;box-shadow:0 1px 3px #0000000f}.mypage-detail-row{display:flex;padding:10px 0;border-bottom:1px solid #f3f4f6}.mypage-detail-row:last-child{border-bottom:none}.mypage-detail-row dt{width:120px;flex-shrink:0;font-size:13px;color:#6b7280;font-weight:500}.mypage-detail-row dd{flex:1;margin:0;font-size:14px;color:#1f2937}.mypage-detail-message{background:#fff;border-radius:12px;padding:20px 24px;margin-bottom:16px;box-shadow:0 1px 3px #0000000f}.mypage-detail-message h3{font-size:14px;font-weight:600;color:#6b7280;margin:0 0 8px}.mypage-detail-message p{margin:0;font-size:14px;color:#1f2937;white-space:pre-wrap}.mypage-reactions{background:#fff;border-radius:12px;padding:24px;text-align:center;box-shadow:0 1px 3px #0000000f}.mypage-reactions h3{font-size:16px;font-weight:600;margin:0 0 16px;color:#1f2937}.mypage-reaction-btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.mypage-reaction-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 24px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .15s ease;min-width:120px}.mypage-reaction-btn:hover{border-color:#9ca3af;background:#f9fafb}.mypage-reaction-btn.active.mypage-reaction-interested{border-color:#f59e0b;background:#fffbeb}.mypage-reaction-btn.active.mypage-reaction-want_to_see{border-color:#6366f1;background:#eef2ff}.mypage-reaction-btn.active.mypage-reaction-not_interested{border-color:#9ca3af;background:#f3f4f6}.mypage-reaction-emoji{font-size:28px}.mypage-reaction-label{font-size:13px;font-weight:600;color:#374151}.mypage-reaction-thanks{margin-top:16px;font-size:14px;color:#0d9e5f}.mypage-pdf-section{background:#fff;border-radius:12px;padding:16px 24px;margin-bottom:16px;box-shadow:0 1px 3px #0000000f}.mypage-pdf-btn{display:flex;flex-direction:column;align-items:center;gap:10px;padding:0;border:none;background:none;cursor:pointer;text-align:center;width:100%;border-radius:8px;transition:background .15s ease}.mypage-pdf-btn:hover{background:#f9fafb}.mypage-pdf-thumb{width:320px;max-width:100%;aspect-ratio:1.414 / 1;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;background:#f3f4f6;transition:box-shadow .15s ease}.mypage-pdf-btn:hover .mypage-pdf-thumb{box-shadow:0 2px 8px #0000001a}.mypage-pdf-placeholder{display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#9ca3af}.mypage-pdf-label{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#fff;background:#b40101;padding:10px 24px;border-radius:8px;transition:background .15s ease}.mypage-pdf-btn:hover .mypage-pdf-label{background:#930101}.mypage-map{background:#fff;border-radius:12px;padding:20px 24px;margin-bottom:16px;box-shadow:0 1px 3px #0000000f}.mypage-map h3{font-size:14px;font-weight:600;color:#6b7280;margin:0 0 12px}.mypage-map iframe{width:100%;height:300px;border:none;border-radius:8px}.mypage-notes{background:#fff;border-radius:12px;padding:20px 24px;margin-bottom:16px;box-shadow:0 1px 3px #0000000f}.mypage-notes h3{font-size:14px;font-weight:600;color:#6b7280;margin:0 0 8px}.mypage-notes p{margin:0;font-size:14px;color:#1f2937;white-space:pre-wrap}@media(max-width:640px){.mypage-card-grid{grid-template-columns:1fr}.mypage-detail-row{flex-direction:column;gap:2px}.mypage-detail-row dt{width:auto}.mypage-reaction-btns{flex-direction:column;align-items:stretch}.mypage-reaction-btn{flex-direction:row;min-width:0;padding:12px 16px}.mypage-map iframe{height:220px}}.intake-card{background:#fff;border-radius:12px;padding:32px 24px;max-width:480px;margin:0 auto;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.intake-title{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 4px;text-align:center}.intake-subtitle{font-size:14px;color:#6b7280;text-align:center;margin:0 0 24px}.intake-field{margin-bottom:16px}.intake-field label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:4px}.intake-field .intake-required{color:#b40101;margin-left:4px;font-size:12px}.intake-field input,.intake-field select,.intake-field textarea{display:block;width:100%;min-height:44px;padding:10px 12px;font-size:16px;line-height:1.5;color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;transition:border-color .15s ease;box-sizing:border-box;-webkit-appearance:none;appearance:none}.intake-field input:focus,.intake-field select:focus,.intake-field textarea:focus{outline:none;border-color:#b40101;box-shadow:0 0 0 3px #b401011a}.intake-field textarea{min-height:80px;resize:vertical}.intake-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.intake-details-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:16px}.intake-details-label{font-size:13px;font-weight:700;color:#6b7280;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.intake-details-section .intake-field{margin-bottom:12px}.intake-details-section .intake-field:last-child{margin-bottom:0}.intake-area-row{display:flex;gap:8px}.intake-area-row select:first-child{flex:0 0 45%}.intake-area-row select:last-child{flex:1}.intake-submit{display:block;width:100%;min-height:48px;padding:12px 24px;margin-top:24px;font-size:16px;font-weight:700;color:#fff;background:#b40101;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease}.intake-submit:hover{background:#9a0101}.intake-submit:disabled{background:#d1d5db;cursor:not-allowed}.intake-thanks{text-align:center;padding:60px 24px;max-width:480px;margin:0 auto}.intake-thanks-icon{font-size:48px;margin-bottom:16px}.intake-thanks h2{font-size:22px;font-weight:700;color:#1f2937;margin:0 0 8px}.intake-thanks p{font-size:15px;color:#6b7280;margin:0}.intake-privacy{margin-top:20px;margin-bottom:4px}.intake-privacy-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer}.intake-privacy-label input[type=checkbox]{width:18px;height:18px;flex-shrink:0;accent-color:#b40101;cursor:pointer}.intake-privacy-link{background:none;border:none;padding:0;font-size:14px;color:#2563eb;text-decoration:underline;cursor:pointer}.intake-privacy-link:hover{color:#1d4ed8}.intake-modal-overlay{position:fixed;inset:0;z-index:1000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px}.intake-modal{background:#fff;border-radius:12px;width:100%;max-width:520px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.intake-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}.intake-modal-header h2{font-size:16px;font-weight:700;color:#1f2937;margin:0}.intake-modal-close{background:none;border:none;font-size:24px;color:#9ca3af;cursor:pointer;padding:0;line-height:1}.intake-modal-close:hover{color:#374151}.intake-modal-body{padding:20px;overflow-y:auto;font-size:14px;line-height:1.8;color:#374151}.intake-modal-body h3{font-size:14px;font-weight:700;color:#1f2937;margin:16px 0 4px}.intake-modal-body h3:first-child{margin-top:0}.intake-modal-body p{margin:0 0 8px}.intake-modal-body ul{margin:0 0 8px;padding-left:20px}.intake-modal-body li{margin-bottom:2px}.intake-modal-footer{padding:12px 20px;border-top:1px solid #e5e7eb}.intake-modal-footer .intake-submit{margin-top:0}.intake-error-msg{background:#fef2f2;color:#b91c1c;font-size:14px;padding:10px 14px;border-radius:8px;margin-bottom:16px}
