.JC-Dashboard-container{box-sizing:border-box;align-items:stretch;gap:25px;width:100%;min-width:0;max-width:100%;display:flex}.JC-Dashboard-sidebar{background:var(--secondBG);width:100%;max-width:300px;box-shadow:var(--boxShadow-light);border-radius:16px;flex-direction:column;justify-content:space-between;min-height:550px;padding:25px;display:flex}.JC-Dashboard-nav,.JC-Dashboard-nav-section{flex-direction:column;gap:10px;display:flex}.JC-Dashboard-nav-title{text-transform:uppercase;color:var(--textGrey-v1);font-size:15px;font-weight:400;font-family:var(--font-space)}.JC-Dashboard-nav-col{flex-direction:column;display:flex}.JC-DashLink{transition:var(--transition);opacity:.7;align-items:center;gap:10px;padding:12px 0;display:flex}.JC-DashLink svg{width:20px;height:20px;transition:var(--transition)}.JC-DashLink:hover{opacity:1}.JC-DashLink-active{opacity:1;transition:var(--transition)}.JC-DashLink-active svg{color:var(--primary);transition:var(--transition)}.JC-Dashboard-main{box-sizing:border-box;flex-direction:column;flex:1;width:100%;min-width:0;max-width:100%;min-height:0;display:flex}.JC-Dashboard-content{box-sizing:border-box;flex-direction:column;flex:1;gap:25px;width:100%;min-width:0;max-width:100%;min-height:0;display:flex}.JC-DashboardHeader{flex-flow:wrap;justify-content:space-between;gap:15px;width:100%;display:flex}.JC-Dashboard-title{font-size:28px;font-family:var(--font-space)}.JC-Dashboard-slogan{color:var(--textGrey-v1);font-size:16px}.JC-Dashboard-mini-grids{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.JC-Dashboard-mini-grid-box{background:var(--secondBG);box-shadow:var(--boxShadow-light);border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px;display:flex}.JC-Dashboard-mini-grid-box-head{justify-content:space-between;align-items:center;width:100%;margin-bottom:15px;display:flex}.JC-Dashboard-mini-grid-box-head h3{font-size:18px;font-weight:600}.JC-Dashboard-mini-count{color:var(--primary);font-size:36px;font-weight:600;font-family:var(--font-space)}.JC-Dashboard-mini-trending{color:var(--textGrey-v1);align-items:center;gap:8px;margin-top:25px;font-size:14px;font-weight:500;display:flex}.JC-Dashboard-mini-trending svg{width:18px;height:18px}.green-trending svg,.green-trending span{color:var(--successColor);font-weight:700}.red-trending svg,.red-trending span{color:var(--warningColor);font-weight:700}.JC-Dashboard-two-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.JC-DashboardBox-big{background:var(--secondBG);border:1px solid var(--borderColor);border-radius:14px;min-height:350px}.JC-DashboardBox-big-header{border-bottom:1px solid var(--borderColor);justify-content:space-between;align-items:center;height:70px;padding:0 25px;display:flex}.JC-DashboardBox-big-button{height:40px;transition:var(--transition);color:var(--textGrey-v1);background:0 0;border:0 solid;align-items:center;gap:8px;font-size:15px;font-weight:500;display:flex}.JC-DashboardBox-big-button svg{width:16px;height:16px}.JC-DashboardBox-big-button:hover{transition:var(--transition);color:var(--textPrimary)}.JC-DashboardOrder-box{justify-content:space-between;align-items:center;padding:15px 25px;display:flex}.JC-DashboardOrder-box-name{font-size:18px;font-weight:600;font-family:var(--font-space)}.JC-DashboardOrder-box-date{color:var(--textGrey-v1);font-size:15px}.JC-DashboardOrder-box-right{text-align:right}.JC-DashboardOrder-box-status{color:var(--successColor);font-size:16px;font-weight:600}.JC-DashboardOrder-box-id{color:var(--textGrey-v1);font-size:15px;font-weight:500}.JC-DashboardOrder-box:nth-child(2n){border-top:1px solid var(--borderColor);border-bottom:1px solid var(--borderColor)}.JC-DashboardOrder-box:first-child{border-top:0 solid #0000;border-bottom:0 solid #0000}.JC-DashboardTable-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.JC-DashboardTable{border-collapse:collapse;width:100%;font-size:15px}.JC-DashboardTable thead tr{background:#f8f8f8}.JC-DashboardTable th{text-align:left;color:#666;padding:12px 16px;font-weight:600}.JC-DashboardTable td{border-bottom:1px solid var(--borderColor);padding:16px}.JC-DashboardService{white-space:nowrap;text-overflow:ellipsis;max-width:160px;overflow:hidden}.JC-Dashboard-sidebarToggle,.JC-Dashboard-sidebarClose{transition:var(--transition);display:none}.JC-Dashboard-sidebarClose{background:var(--textPrimary);min-width:150px;height:45px;color:var(--textSecondary);box-shadow:var(--boxShadow-light);text-transform:uppercase;border-radius:100px;justify-content:center;align-items:center;gap:10px;margin:0 0 35px;padding:12px 18px;font-weight:600}.JC-Dashboard-sidebarClose svg{width:20px;height:20px}.JC-Dashboard-sidebarToggle{background:var(--warningColor);width:100%;height:45px;color:var(--textSecondary);box-shadow:var(--boxShadow-light);text-transform:uppercase;border-radius:100px;justify-content:center;align-items:center;gap:10px;padding:12px 18px;font-weight:600}.JC-Dashboard-sidebar-content{flex-direction:column;justify-content:space-between;gap:50px;height:100%;display:flex}.JC-Dashboard-sidebar-content-top{flex-direction:column;align-items:flex-start;gap:15px;display:flex}.JC-DashboardTable-wrapper.no-header>.JC-DashboardTable thead th:first-child{border-top-left-radius:16px}.JC-DashboardTable-wrapper.no-header>.JC-DashboardTable thead th:last-child{border-top-right-radius:16px}.JC-DashboardBottom-pagination{justify-content:space-between;align-items:center;display:flex}.JC-DashboardResults{color:var(--textGrey-v1);font-size:15px;font-weight:500;display:flex}.JC-DashboardPagination{justify-content:center;align-items:center;gap:5px;display:flex}.JC-PaginationButton-mini,.JC-PaginationButton-mini-more{border:4px solid #0000;border-radius:100%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.JC-PaginationButton,.JC-PaginationButton-mini-active{background:var(--primary);color:#fff;width:50px;height:50px;transition:var(--transition);border:4px solid #c8c3eb;border-radius:100%;justify-content:center;align-items:center;display:flex}.JC-PaginationButton:hover,.JC-PaginationButton-mini-active:hover{transition:var(--transition);filter:brightness(1.2);border-color:#958dcf}.JC-PaginationButton-disabled,.JC-PaginationButton-disabled:hover{filter:brightness();transition:var(--transition);background:#9a94bf!important;border-color:#c8c3eb!important}.JC-PaginationButton svg{width:22px;height:22px}.JC-ChatContainer{background:var(--secondBG);min-height:600px;box-shadow:var(--boxShadow-light);box-sizing:border-box;border-radius:16px;flex-direction:column;flex:1;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden}.JC-ChatHeads-header-search{position:relative}.JC-ChatHeads-header-search svg{z-index:1;width:20px;height:20px;color:var(--textGrey-v1);position:absolute;top:12px;right:15px}.JC-ChatHeads-container,.JC-ChatMessages-container{box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;height:100%;min-height:600px;padding:25px;display:flex;overflow:hidden}.JC-ChatHeads-header{flex-shrink:0}.JC-ChatMessages-header-left-col h3{font-size:18px;font-weight:600}.JC-ChatMessages-header-left-col p{color:var(--textGrey-v3-dark);font-size:14px}.JC-ChatHead-box-profile{background:#caccb3;border-radius:100%;justify-content:center;align-items:center;width:100%;max-width:50px;height:50px;display:flex;overflow:hidden}.JC-ChatHeads-list{flex-direction:column;flex:1;gap:15px;padding-top:25px;display:flex;overflow:hidden auto}.JC-ChatBox-head-profile-image{object-fit:cover;object-position:center;border-radius:100%;width:100%;height:100%}.JC-ChatHead-box{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.JC-ChatHead-box-left{align-items:center;gap:15px;width:100%;display:flex}.JC-ChatHead-box-left-col h3{font-size:18px;font-weight:600}.JC-ChatHead-box-text{color:var(--textGrey-v3-dark);margin-top:3px;font-size:16px}.JC-ChatHead-box-right{text-align:right;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;width:100%;max-width:200px;display:flex}.JC-ChatHead-box-text{line-clamp:1;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.JC-ChatHead-box-timing{color:var(--textGrey-v3-dark);font-size:14px}.JC-ChatHead-box-indicator svg{width:20px;height:20px}.JC-Message-single-check{color:var(--textGrey-v1)}.JC-Message-double-check,.JC-Message-Seen{color:var(--successColor)}.JC-Message-notSeen{color:var(--textGrey-v1)}.JC-ChatHead-box-count{background:var(--warningColor);aspect-ratio:1;height:25px;color:var(--secondBG);border-radius:100%;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.JC-ChatMessages-header{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.JC-ChatMessages-header-left{align-items:center;gap:15px;width:100%;display:flex}.JC-ChatMessages-body{box-sizing:border-box;flex-direction:column;flex:1;width:100%;max-width:100%;min-height:0;margin-top:15px;display:flex;position:relative;overflow:hidden}.JC-ChatMessages-back{background:var(--textPrimary);color:var(--textSecondary);width:40px;height:40px;transition:var(--transition);border-radius:100%;justify-content:center;align-items:center;padding:10px;display:flex}.JC-ChatMessages-back svg{width:20px;height:20px}.JC-ChatMessages-content{background:var(--body);border:1px solid var(--borderColor);box-sizing:border-box;border-radius:14px;flex-direction:column;flex:1;gap:50px;width:100%;max-width:100%;min-height:0;max-height:600px;padding:25px;display:flex;overflow:hidden auto}.JC-ChatMessages-send{z-index:2;justify-content:center;align-items:center;width:100%;margin-top:15px;display:flex;position:relative}.JC-ChatInput{background:var(--secondBG);border-color:var(--borderColor);padding-left:50px;padding-right:50px}.JC-ChatMessage-attachment-btn{z-index:3;background:0 0;border-radius:100%;justify-content:center;align-items:center;width:45px;height:45px;display:flex;position:absolute;left:5px}.JC-ChatMessage-attachment-btn svg{width:20px;height:20px}.JC-ChatMessage-send-btn{z-index:3;background:0 0;border-radius:100%;justify-content:center;align-items:center;width:45px;height:45px;display:flex;position:absolute;right:5px}.JC-ChatMessage-send-btn svg{width:20px;height:20px}.JC-ChatMessages-sender-box,.JC-ChatMessages-receiver-box{align-items:flex-start;gap:15px;display:flex}.JC-ChatMessages-sender-box-left,.JC-ChatMessages-receiver-box-left{background:#caccb3;border-radius:100%;justify-content:center;align-items:center;width:100%;max-width:50px;height:50px;display:flex;overflow:hidden}.JC-ChatMessages-sender-box-left-image,.JC-ChatMessages-receiver-box-left-image{border-radius:100%;width:100%;height:100%}.JC-ChatMessages-sender-box-right,.JC-ChatMessages-receiver-box-right{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.JC-ChatMessages-sender-box-header,.JC-ChatMessages-receiver-box-header{align-items:center;gap:25px;display:flex}.JC-ChatMessages-sender-box-header h3,.JC-ChatMessages-receiver-box-header h3{font-size:16px;font-weight:600}.JC-ChatMessages-sender-box-header p,.JC-ChatMessages-receiver-box-header p{color:var(--textGrey-v3-dark);font-size:14px}.JC-ChatMessages-sender-box-msg-list,.JC-ChatMessages-receiver-box-msg-list{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.JC-ChatMessages-receiver-box-msg-list{align-items:flex-end}.JC-ChatMessages-sender-msg-text,.JC-ChatMessages-receiver-msg-text{background:var(--secondBG);box-shadow:var(--boxShadow-light);word-wrap:break-word;white-space:pre-wrap;border-radius:8px;width:fit-content;max-width:70%;padding:15px}.JC-ChatMessages-receiver-box{text-align:right;flex-direction:row-reverse;justify-content:flex-end}.JC-ChatMessages-receiver-box-header{flex-direction:row-reverse;justify-content:flex-start}.JC-ChatMessages-receiver-msg-text{background:#c0c9b9}.JC-ChatMessages-sender-box-divider{background:var(--borderColor);width:50%;max-width:50%;height:1px;margin:0 auto}.JC-ChatHeader-button{background:var(--secondBG);border:1px solid var(--borderColor);color:var(--textPrimary);cursor:pointer;transition:var(--transition);white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}.JC-ChatHeader-button:hover:not(:disabled){background:var(--body);border-color:var(--primary);color:var(--primary)}.JC-ChatHeader-button:disabled{opacity:.5;cursor:not-allowed}.JC-ChatMessages-header-right{align-items:center;gap:12px;display:flex}.JC-ChatAttachments-preview{background:var(--body);border-top:1px solid var(--borderColor);flex-direction:column;gap:8px;padding:12px;display:flex}.JC-ChatAttachment-item{background:var(--secondBG);border:1px solid var(--borderColor);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.JC-ChatAttachment-name{color:var(--textPrimary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.JC-ChatAttachment-remove{width:20px;height:20px;color:var(--warningColor);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex}.JC-ChatAttachment-remove:hover{background:#fef2f2}.JC-ChatFile-input-hidden{display:none}.JC-ChatUpload-spinner{border:2px solid var(--borderColor);border-top-color:var(--primary);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.JC-ChatMessages-empty{text-align:center;color:var(--textGrey-v1);flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.JC-ChatMessage-attachments{flex-direction:column;gap:8px;margin-top:8px;display:flex}.JC-ChatMessage-attachment{background:var(--body);border:1px solid var(--borderColor);color:var(--textPrimary);transition:var(--transition);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;text-decoration:none;display:flex}.JC-ChatMessage-attachment:hover{background:var(--secondBG);border-color:var(--primary);color:var(--primary)}.JC-ChatMessage-attachment span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.JC-Settings-section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.JC-Settings-section-header .JC-ProductGrid-button-buy{width:100%;max-width:45px;padding:0}.JC-Milestone-features-list{flex-direction:column;gap:12px;display:flex}.JC-Milestone-feature-row{align-items:center;gap:8px;display:flex}.JC-Milestone-feature-input{flex:1}.JC-Milestone-feature-remove{border:1px solid var(--borderColor);cursor:pointer;width:32px;height:32px;transition:var(--transition);color:var(--warningColor);background:#fff;border-radius:6px;justify-content:center;align-items:center;display:flex}.JC-Milestone-feature-remove:hover{border-color:var(--warningColor);background:#fef2f2}.JC-ChatHours-tracker{background:var(--body);border:1px solid var(--borderColor);color:var(--textPrimary);border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}@media only screen and (max-width:1750px){.JC-Dashboard-two-grid{grid-template-columns:repeat(1,1fr)}.JC-Dashboard-mini-grids{grid-template-columns:repeat(2,1fr)}.JC-Wallet-cards{grid-template-columns:repeat(2,1fr)!important}}@media only screen and (max-width:1600px){.JC-Dashboard-container{gap:20px}.JC-ChatContainer{width:100%;min-width:0;max-width:100%}.JC-ChatMessages-container{padding:20px}.JC-ChatMessages-content{gap:40px;padding:20px}.JC-ChatMessages-sender-box,.JC-ChatMessages-receiver-box{width:100%;min-width:0;max-width:100%}.JC-ChatMessages-sender-box-right,.JC-ChatMessages-receiver-box-right{flex:auto;min-width:0;overflow:hidden}}@media only screen and (max-width:1150px){.JC-ProductDetail-content{flex-direction:column;gap:25px}.JC-ProductDetail-info{max-width:100%!important}}@media only screen and (max-width:968px){.JC-Dashboard-sidebar{background:var(--body);z-index:299;border-right:1px solid var(--borderColor);border-top-right-radius:0;border-bottom-right-radius:0;height:100%;padding:20px;transition:left .3s;position:fixed;top:80px;left:-100%;overflow-y:auto}.JC-Dashboard-sidebar.open{border-right:1px solid var(--borderColor);min-width:350px;max-width:350px;left:0}.JC-Dashboard-sidebar-content{max-height:85%;padding:0 15px;overflow:auto}.JC-Dashboard-sidebarToggle{margin-bottom:25px;display:flex}.JC-Dashboard-sidebarClose{display:flex}}@media only screen and (max-width:850px){.JC-ProductDetail-header{flex-direction:column;gap:15px}}@media only screen and (max-width:650px){.JC-Dashboard-mini-grids{grid-template-columns:repeat(1,1fr)}.JC-Wallet-cards{grid-template-columns:repeat(1,1fr)!important}.JC-DashboardTable{text-align:left;display:block}.JC-DashboardTable thead{display:none}.JC-DashboardTable tbody{flex-direction:column;display:flex}.JC-DashboardTable tr{background:#fff;border:1px solid #e7e7e7;padding:15px;display:block}.JC-DashboardTable tr:last-child{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.JC-DashboardTable td{border:none;justify-content:flex-start;padding:6px 0;display:flex}.JC-DashboardService{white-space:normal;max-width:100%;text-overflow:unset;overflow:visible}}@media only screen and (max-width:550px){.JC-DashboardOrder-box{flex-direction:column;justify-content:space-between;align-items:flex-start}.JC-DashboardOrder-box-right{width:100%}.JC-Dashboard-mini-count{font-size:32px}.JC-DashboardHeader-left,.JC-DashboardHeader-right{width:100%}.JC-Dashboard-sidebarClose{width:100%;margin-bottom:0}.JC-ChatMessages-container{padding:15px}.JC-ChatMessages-content{gap:30px;padding:15px}.JC-ChatMessages-sender-msg-text,.JC-ChatMessages-receiver-msg-text{max-width:85%}.JC-ChatMessages-sender-box,.JC-ChatMessages-receiver-box{gap:10px}.JC-ChatMessages-sender-box-right,.JC-ChatMessages-receiver-box-right{flex:auto;min-width:0}}@media only screen and (max-width:768px){.JC-ChatMessages-container{padding:15px}.JC-ChatMessages-content{gap:25px;padding:15px}.JC-ChatMessages-sender-box,.JC-ChatMessages-receiver-box{gap:10px;width:100%;max-width:100%}.JC-ChatMessages-sender-box-left,.JC-ChatMessages-receiver-box-left{flex-shrink:0;max-width:40px;height:40px}.JC-ChatMessages-sender-box-right,.JC-ChatMessages-receiver-box-right{flex:auto;min-width:0;overflow:hidden}.JC-ChatMessages-sender-msg-text,.JC-ChatMessages-receiver-msg-text{word-break:break-word;overflow-wrap:break-word;max-width:80%}}.JC-Dashboard-page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.JC-Dashboard-page-title{font-size:28px;font-weight:600;font-family:var(--font-space);color:var(--textPrimary)}.JC-Dashboard-empty-state{text-align:center;color:var(--textGrey-v1);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.JC-Dashboard-empty-state svg{opacity:.5;margin-bottom:16px}.JC-Dashboard-empty-state h2{color:var(--textPrimary);margin-bottom:8px;font-size:20px;font-weight:600}.JC-Dashboard-empty-state p{margin-bottom:24px}.JC-Dashboard-loading{min-height:400px;color:var(--textGrey-v1);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.JC-Dashboard-loading-spinner{border:4px solid #e5e7eb;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.JC-Invoice-link{color:var(--primary);font-weight:500;text-decoration:none}.JC-Invoice-link:hover{text-decoration:underline}.JC-Invoice-status{text-transform:capitalize;font-weight:600}.JC-Invoice-actions{align-items:center;gap:8px;display:flex}.JC-Invoice-action-btn{border:1px solid var(--borderColor);cursor:pointer;width:32px;height:32px;transition:var(--transition);color:var(--textGrey-v1);background:#fff;border-radius:6px;justify-content:center;align-items:center;display:flex}.JC-Invoice-action-btn:hover{background:var(--body);border-color:var(--primary);color:var(--primary)}.JC-Invoice-items-list{flex-direction:column;gap:12px;display:flex}.JC-Invoice-item-row{grid-template-columns:2fr 100px 120px 100px auto;align-items:center;gap:12px;display:grid}.JC-Invoice-item-description{flex:1}.JC-Invoice-item-qty{width:100px}.JC-Invoice-item-price{width:120px}.JC-Invoice-item-total{color:var(--textPrimary);text-align:right;min-width:100px;font-weight:600}.JC-Invoice-item-remove{border:1px solid var(--borderColor);cursor:pointer;width:32px;height:32px;transition:var(--transition);color:var(--warningColor);background:#fff;border-radius:6px;justify-content:center;align-items:center;display:flex}.JC-Invoice-item-remove:hover{border-color:var(--warningColor);background:#fef2f2}.JC-Invoice-totals{border-top:2px solid var(--borderColor);flex-direction:column;gap:8px;margin-top:16px;padding-top:16px;display:flex}.JC-Invoice-total-row{color:var(--textGrey-v1);justify-content:space-between;font-size:15px;display:flex}.JC-Invoice-total-final{color:var(--textPrimary);border-top:1px solid var(--borderColor);margin-top:8px;padding-top:8px;font-size:18px;font-weight:600}.JC-Invoice-detail-container{background:var(--secondBG);max-width:900px;box-shadow:var(--boxShadow-light);border-radius:16px;margin:0 auto;padding:40px 20px}.JC-Invoice-detail-header{border-bottom:2px solid var(--borderColor);justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;display:flex}.JC-Invoice-detail-title{font-size:32px;font-weight:600;font-family:var(--font-space);margin-bottom:8px}.JC-Invoice-detail-status{text-transform:capitalize;font-size:16px;font-weight:600}.JC-Invoice-detail-actions{flex-wrap:wrap;gap:12px;display:flex}.JC-Invoice-detail-content{flex-direction:column;gap:32px;display:flex}.JC-Invoice-detail-section{flex-direction:column;gap:16px;display:flex}.JC-Invoice-detail-section h3{font-size:18px;font-weight:600;font-family:var(--font-space);margin-bottom:8px}.JC-Invoice-detail-info{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.JC-Invoice-detail-name{margin-bottom:4px;font-size:16px;font-weight:600}.JC-Invoice-detail-email{color:var(--textGrey-v1);font-size:14px}.JC-Invoice-detail-meta{flex-direction:column;gap:12px;display:flex}.JC-Invoice-detail-meta-label{color:var(--textGrey-v1);margin-right:8px;font-weight:600}.JC-Invoice-items-table{border-collapse:collapse;width:100%;margin-top:8px}.JC-Invoice-items-table thead{background:var(--body)}.JC-Invoice-items-table th{text-align:left;color:var(--textGrey-v1);border-bottom:2px solid var(--borderColor);padding:12px 16px;font-size:14px;font-weight:600}.JC-Invoice-items-table td{border-bottom:1px solid var(--borderColor);padding:12px 16px}.JC-Invoice-detail-notes,.JC-Invoice-detail-terms{color:var(--textGrey-v1);white-space:pre-wrap;line-height:1.6}.JC-Invoice-pay-button{width:100%;max-width:300px;margin:0 auto}.JC-Invoice-loading,.JC-Invoice-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;display:flex}.JC-Invoice-not-found h1{margin-bottom:8px;font-size:24px;font-weight:600}.JC-ModalForm-group-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.JC-Wallet-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px;display:grid}.JC-Wallet-card{background:var(--secondBG);box-shadow:var(--boxShadow-light);border:1px solid var(--borderColor);border-radius:16px;padding:24px}.JC-Wallet-card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.JC-Wallet-card-header h3{color:var(--textGrey-v1);text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500}.JC-Wallet-card-header svg{color:var(--textGrey-v1);opacity:.6}.JC-Wallet-card-amount{font-size:32px;font-weight:600;font-family:var(--font-space);color:var(--textPrimary);margin-bottom:8px}.JC-Wallet-card-note{color:var(--textGrey-v1);margin:0;font-size:12px}.JC-Wallet-actions{gap:16px;display:flex}.JC-Wallet-actions button{flex:1;max-width:250px}.JC-Wallet-transactions{flex-direction:column;gap:12px;padding:15px;display:flex}.JC-Wallet-transaction{border:1px solid var(--borderColor);background:var(--secondBG);transition:var(--transition);border-radius:12px;align-items:center;gap:16px;padding:16px;display:flex}.JC-Wallet-transaction:hover{box-shadow:var(--boxShadow-soft)}.JC-Wallet-transaction-icon{background:var(--body);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.JC-Wallet-transaction-details{flex:1;min-width:0}.JC-Wallet-transaction-description{color:var(--textPrimary);margin-bottom:4px;font-size:15px;font-weight:500}.JC-Wallet-transaction-meta{color:var(--textGrey-v1);gap:12px;font-size:13px;display:flex}.JC-Wallet-transaction-status{text-transform:capitalize;font-weight:500}.JC-Wallet-transaction-amount{font-size:18px;font-weight:600;font-family:var(--font-space);white-space:nowrap}@media (max-width:768px){.JC-Invoice-detail-header{flex-direction:column;gap:16px}.JC-Invoice-detail-actions{width:100%}.JC-Invoice-detail-actions button{flex:1}.JC-Invoice-detail-info{grid-template-columns:1fr;gap:24px}.JC-Invoice-item-row{grid-template-columns:1fr;gap:8px}.JC-Invoice-item-total{text-align:left}.JC-Wallet-cards{grid-template-columns:1fr}.JC-Wallet-actions{flex-direction:column}.JC-Wallet-actions button{max-width:100%}}.JC-ProductDetail-container{background:var(--mainBG);max-width:1400px;min-height:calc(100vh - 200px);margin:0 auto}.JC-ProductDetail-header{border-bottom:2px solid var(--borderColor);justify-content:space-between;align-items:flex-start;margin-bottom:48px;padding-bottom:24px;display:flex}.JC-ProductDetail-title{font-size:42px;font-weight:700;font-family:var(--font-space);color:var(--text);flex:1;margin-right:24px;line-height:1.2}.JC-ProductDetail-actions{gap:12px;display:flex}.JC-ProductDetail-content{justify-content:space-between;align-items:flex-start;gap:25px;display:flex}@media (max-width:968px){.JC-ProductDetail-content{grid-template-columns:1fr;gap:40px}}.JC-ProductDetail-images{flex-direction:column;gap:20px;width:100%;display:flex}.JC-ProductDetail-main-image{aspect-ratio:1;border:2px solid var(--borderColor);background:var(--secondBG);border-radius:20px;width:100%;max-height:550px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.JC-ProductDetail-main-image:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.JC-ProductDetail-main-image img,.JC-ProductDetail-main-image-img{object-fit:cover;width:100%;height:100%;animation:.5s ease-in-out fadeIn;display:block}@keyframes fadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.JC-ProductDetail-image-indicators{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-radius:20px;gap:8px;padding:8px 16px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.JC-ProductDetail-indicator{cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:50%;outline:none;width:10px;height:10px;padding:0;transition:all .3s}.JC-ProductDetail-indicator:hover{background:#ffffff80;transform:scale(1.2)}.JC-ProductDetail-indicator.active{background:#fff;border-color:#fff;border-radius:5px;width:24px}.JC-ProductDetail-thumbnails{scrollbar-width:thin;scrollbar-color:var(--borderColor)transparent;gap:12px;padding:8px 0;display:flex;overflow-x:auto}.JC-ProductDetail-thumbnails::-webkit-scrollbar{height:6px}.JC-ProductDetail-thumbnails::-webkit-scrollbar-track{background:0 0}.JC-ProductDetail-thumbnails::-webkit-scrollbar-thumb{background:var(--borderColor);border-radius:3px}.JC-ProductDetail-thumbnails img{object-fit:cover;border:3px solid var(--borderColor);cursor:pointer;background:var(--secondBG);-webkit-user-select:none;user-select:none;border-radius:12px;width:90px;min-width:90px;height:90px;transition:all .3s}.JC-ProductDetail-thumbnails img:hover{border-color:var(--primary);transform:scale(1.1)translateY(-2px);box-shadow:0 6px 16px #0003}.JC-ProductDetail-thumbnails img.active{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary),0 6px 16px #00000040;transform:scale(1.05)}.JC-ProductDetail-thumbnails img:active{transform:scale(.98)}.JC-ProductDetail-info{flex-direction:column;gap:28px;width:100%;max-width:350px;display:flex;position:sticky;top:100px}@media (max-width:968px){.JC-ProductDetail-info{position:static}}.JC-ProductDetail-seller{background:var(--secondBG);border:1px solid var(--borderColor);border-radius:16px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex}.JC-ProductDetail-seller:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.JC-ProductDetail-seller img{object-fit:cover;object-position:center;border:3px solid var(--primary);border-radius:50%;width:60px;height:60px;box-shadow:0 2px 8px #0000001a}.JC-ProductDetail-seller h3{color:var(--text);font-size:18px;font-weight:600;font-family:var(--font-space);margin:0 0 4px}.JC-ProductDetail-seller p{color:var(--textGrey-v1);margin:0;font-size:14px}.JC-ProductDetail-price{background:linear-gradient(135deg,var(--secondBG)0%,var(--body)100%);border:2px solid var(--borderColor);border-radius:16px;align-items:baseline;gap:20px;padding:24px;display:flex}.JC-ProductDetail-price-current{font-size:48px;font-weight:700;font-family:var(--font-space);color:var(--primary);line-height:1}.JC-ProductDetail-price-old{color:var(--textGrey-v1);opacity:.7;font-size:24px;text-decoration:line-through}.JC-ProductDetail-rating{color:var(--goldenColor);background:var(--secondBG);border:1px solid var(--borderColor);border-radius:12px;align-items:center;gap:10px;padding:16px 20px;font-size:16px;font-weight:600;display:flex}.JC-ProductDetail-rating svg{width:24px;height:24px}.JC-ProductDetail-type{background:var(--secondBG);border:1px solid var(--borderColor);border-radius:12px;flex-direction:column;gap:10px;padding:20px;display:flex}.JC-ProductDetail-type span{color:var(--text);font-size:15px;font-weight:500}.JC-ProductDetail-type span:first-child{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.JC-ProductDetail-buy-btn{border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:100%;margin-top:8px;padding:16px 24px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.JC-ProductDetail-buy-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.JC-ProductDetail-edit-btn{color:var(--textSecondary);border:none;border-radius:100px}.JC-ProductDetail-edit-btn:hover{background:var(--primary);color:var(--textSecondary);filter:brightness(1.1)}.JC-ProductDetail-login-hint{color:var(--textGrey-v1);text-align:center;font-size:14px}.JC-ProductDetail-description{background:var(--secondBG);border:1px solid var(--borderColor);border-radius:20px;margin-top:60px;padding:40px;box-shadow:0 4px 20px #00000014}.JC-ProductDetail-description h2{font-size:28px;font-weight:700;font-family:var(--font-space);color:var(--text);border-bottom:2px solid var(--borderColor);margin-bottom:24px;padding-bottom:16px}.JC-ProductDetail-description-content{color:var(--text);font-size:16px;line-height:1.9}.JC-ProductDetail-description-content p{margin-bottom:16px}.JC-ProductDetail-description-content h1,.JC-ProductDetail-description-content h2,.JC-ProductDetail-description-content h3,.JC-ProductDetail-description-content h4{color:var(--text);font-family:var(--font-space);margin-top:24px;margin-bottom:12px}.JC-ProductDetail-description-content ul,.JC-ProductDetail-description-content ol{margin:16px 0;padding-left:24px}.JC-ProductDetail-description-content li{margin-bottom:8px}.JC-ProductDetail-section{background:var(--secondBG);border:1px solid var(--borderColor);border-radius:16px;margin-top:32px;padding:32px;box-shadow:0 2px 12px #0000000d}.JC-ProductDetail-section h3{font-size:22px;font-weight:700;font-family:var(--font-space);color:var(--text);border-bottom:2px solid var(--borderColor);margin-bottom:20px;padding-bottom:12px}.JC-ProductDetail-section p{color:var(--text);word-break:break-word;margin-bottom:12px;line-height:1.8}.JC-ProductDetail-section ul{margin:0;padding:0;list-style:none}.JC-ProductDetail-section ul li{color:var(--text);border-bottom:1px solid var(--borderColor);padding:12px 0 12px 28px;line-height:1.6;position:relative}.JC-ProductDetail-section ul li:last-child{border-bottom:none}.JC-ProductDetail-section ul li:before{content:"✓";color:var(--primary);font-size:18px;font-weight:700;position:absolute;left:0}.JC-UserProfile-container{max-width:1000px;margin:0 auto;padding:40px 20px}.JC-UserProfile-header{background:var(--secondBG);box-shadow:var(--boxShadow-light);border-radius:16px;gap:24px;margin-bottom:32px;padding:32px;display:flex}.JC-UserProfile-avatar{object-fit:cover;border:4px solid var(--primary);border-radius:50%;width:120px;height:120px}.JC-UserProfile-info h1{font-size:32px;font-weight:600;font-family:var(--font-space);margin-bottom:8px}.JC-UserProfile-username{color:var(--textGrey-v1);margin-bottom:16px;font-size:18px}.JC-UserProfile-meta{color:var(--textGrey-v1);flex-direction:column;gap:8px;display:flex}.JC-UserProfile-content{flex-direction:column;gap:32px;display:flex}.JC-UserProfile-section{background:var(--secondBG);box-shadow:var(--boxShadow-light);border-radius:16px;padding:24px}.JC-UserProfile-section h2{font-size:24px;font-weight:600;font-family:var(--font-space);margin-bottom:20px}.JC-UserProfile-products{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}.JC-UserProfile-product{border:1px solid var(--borderColor);color:inherit;transition:var(--transition);border-radius:12px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.JC-UserProfile-product:hover{box-shadow:var(--boxShadow-soft);transform:translateY(-2px)}.JC-UserProfile-product img{aspect-ratio:1;object-fit:cover;width:100%}.JC-UserProfile-product div{padding:12px}.JC-UserProfile-product h3{margin-bottom:4px;font-size:16px;font-weight:600}.JC-UserProfile-product p{color:var(--primary);font-weight:600}.JC-UserProfile-empty{color:var(--textGrey-v1);text-align:center;padding:40px}.JC-UserProfile-feedbacks{flex-direction:column;gap:16px;display:flex}.JC-UserProfile-feedback{background:var(--body);border:1px solid var(--borderColor);border-radius:12px;padding:16px}.JC-UserProfile-feedback-rating{color:var(--goldenColor);gap:4px;margin-bottom:8px;display:flex}.JC-UserProfile-feedback p{color:var(--textPrimary);margin-bottom:8px}.JC-UserProfile-feedback span{color:var(--textGrey-v1);font-size:12px}.JC-Settings-sections{flex-direction:column;gap:25px;display:flex}.JC-Settings-section{background:var(--secondBG);box-shadow:var(--boxShadow-light);border-radius:16px;padding:24px}.JC-Settings-section h2{font-size:20px;font-weight:600;font-family:var(--font-space);align-items:center;gap:8px;margin-bottom:20px;display:flex}.JC-Settings-methods,.JC-Settings-methods-list{flex-direction:column;gap:12px;display:flex}.JC-Settings-method-card{background:var(--body);border:1px solid var(--border);transition:var(--transition);border-radius:8px;justify-content:space-between;align-items:center;padding:16px;display:flex}.JC-Settings-method-card:hover{background:var(--hover);border-color:var(--primary)}.JC-Settings-method-item{background:var(--body);cursor:pointer;transition:var(--transition);border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.JC-Settings-method-item:hover{background:var(--secondBG)}.JC-Settings-method-item input[type=checkbox]{cursor:pointer;width:20px;height:20px}.JC-Dispute-item{border:1px solid var(--borderColor);background:var(--secondBG);border-radius:12px;margin-bottom:16px;padding:20px}.JC-Dispute-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.JC-Dispute-title{align-items:center;gap:8px;display:flex}.JC-Dispute-title h3{font-size:18px;font-weight:600;font-family:var(--font-space)}.JC-Dispute-status{text-transform:capitalize;font-weight:600}.JC-Dispute-content p{color:var(--textGrey-v1);margin-bottom:8px}.JC-Dispute-content strong{color:var(--textPrimary)}.JC-Dispute-date{color:var(--textGrey-v1);margin-top:12px;font-size:12px}.JC-Rating-stars{gap:8px;display:flex}.JC-Rating-star{color:var(--textGrey-v1);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:4px}.JC-Rating-star.active{color:var(--goldenColor)}.JC-Rating-star:hover{transform:scale(1.1)}.JC-Modal-checkbox{cursor:pointer;width:20px;height:20px;margin-right:8px}.JC-Feedback-display{background:var(--body);border-radius:8px;margin-bottom:16px;padding:16px}.JC-Feedback-rating{color:var(--goldenColor);gap:4px;margin-bottom:12px;display:flex}.JC-Feedback-comment{color:var(--textPrimary);line-height:1.6}.JC-Feedback-satisfaction{gap:12px;display:flex}@media (max-width:768px){.JC-UserProfile-header{text-align:center;flex-direction:column}.JC-UserProfile-products{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.JC-Invoice-print-header{display:none}@media print{.JC-navBar,.JC-navBar *,.JC-Footer,.JC-Footer *,.JC-MainContainer>:not(.JC-Invoice-print-page),.JC-Invoice-detail-actions,.JC-Invoice-detail-actions *,.JC-Invoice-pay-button,.JC-ModalContainer,.JC-ModalContainer *,.JC-AlertContainer,.JC-AlertContainer *,header,footer,nav{visibility:hidden!important;display:none!important}html,body{background:#fff!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important}body>:not(.JC-MainContainer){display:none!important}.JC-MainContainer{min-height:auto!important;display:block!important}.JC-MainContainer>:not(.JC-Invoice-print-page){display:none!important}.JC-Invoice-print-page{visibility:visible!important;display:block!important}.JC-Invoice-print-header{page-break-after:avoid;border-bottom:3px solid #000;justify-content:space-between;align-items:center;margin-bottom:40px;padding:30px 0;display:flex!important}.JC-Invoice-print-logo img{width:auto;max-width:200px;height:50px}.JC-Invoice-print-header-info{text-align:right}.JC-Invoice-print-title{font-size:36px;font-weight:700;font-family:var(--font-space);color:#000;letter-spacing:2px;margin:0}.JC-Invoice-print-number{color:#666;font-size:18px;font-weight:600;font-family:var(--font-inter);margin:8px 0 0}body{color:#000!important;background:#fff!important;overflow:visible!important}.JC-MainContainer{background:#fff!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important}.JC-MainContainer>:not(.JC-Invoice-detail-container){display:none!important}.JC-Invoice-detail-container{page-break-inside:avoid;max-width:100%!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;margin:0!important;padding:20px 40px!important}.JC-Invoice-detail-header{display:none!important}.JC-Invoice-detail-content{gap:30px!important}.JC-Invoice-detail-section{page-break-inside:avoid}.JC-Invoice-detail-info{background:#f9f9f9;border-radius:8px;margin-bottom:30px;padding:20px;grid-template-columns:repeat(2,1fr)!important;gap:40px!important;display:grid!important}.JC-Invoice-detail-info h3{text-transform:uppercase;letter-spacing:1px;color:#666;font-size:14px;font-weight:600;font-family:var(--font-space);margin-bottom:12px}.JC-Invoice-detail-name{color:#000;margin-bottom:6px;font-size:18px;font-weight:600}.JC-Invoice-detail-email{color:#666;font-size:14px}.JC-Invoice-detail-meta{border-top:1px solid #ddd;border-bottom:1px solid #ddd;flex-wrap:wrap;padding:15px 0;flex-direction:row!important;gap:30px!important;display:flex!important}.JC-Invoice-detail-meta>div{gap:8px;display:flex}.JC-Invoice-detail-meta-label{color:#666;font-weight:600}.JC-Invoice-items-table{border-collapse:collapse;page-break-inside:avoid;width:100%;margin:20px 0}.JC-Invoice-items-table thead{color:#fff!important;background:#000!important}.JC-Invoice-items-table th{text-align:left;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600;font-family:var(--font-space);color:#fff!important;border:none!important;padding:14px 16px!important}.JC-Invoice-items-table td{color:#000!important;border-bottom:1px solid #ddd!important;padding:14px 16px!important}.JC-Invoice-items-table tbody tr:last-child td{border-bottom:2px solid #000!important}.JC-Invoice-totals{background:#f9f9f9;border-radius:8px;width:300px;margin-top:20px;margin-left:auto;padding:20px}.JC-Invoice-total-row{border-bottom:1px solid #ddd;padding:10px 0;font-size:15px;justify-content:space-between!important;display:flex!important}.JC-Invoice-total-row:last-child{border-bottom:none}.JC-Invoice-total-final{font-family:var(--font-space);margin-top:10px;padding-top:15px;border-top:2px solid #000!important;font-size:20px!important;font-weight:700!important}.JC-Invoice-total-final span:last-child{font-size:24px}.JC-Invoice-detail-notes,.JC-Invoice-detail-terms{background:#f9f9f9;border-left:4px solid #000;border-radius:6px;margin-top:10px;padding:15px;line-height:1.8;color:#333!important}.JC-Invoice-detail-section h3{text-transform:uppercase;letter-spacing:1px;color:#000;font-size:16px;font-weight:600;font-family:var(--font-space);margin-bottom:12px}@page{margin:1.5cm;size:A4;marks:none}@page{@top-left{content:""}@top-center{content:""}@top-right{content:""}@bottom-left{content:""}@bottom-center{content:""}@bottom-right{content:""}}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}button:not(.print-keep),a:not(.print-keep),.JC-ProductGrid-button-buy,.JC-AccountDropdown,.JC-navMobile{display:none!important}.JC-Invoice-detail-section:last-child{page-break-after:auto}}
