.ProjectDetailClient_zonesSection__69F1l{padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ProjectDetailClient_zoneGrid__FzKoi{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.ProjectDetailClient_zoneCard__bkPCf{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s ease}.ProjectDetailClient_zoneCard__bkPCf:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ProjectDetailClient_zoneImageContainer__A5RXL{position:relative;padding-top:75%;overflow:hidden}.ProjectDetailClient_zoneImage__Kf5rm{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ProjectDetailClient_zoneLabel__wBXDR{padding:.75rem;text-align:center;font-weight:500;color:#333}.ProjectDetailClient_projectHeader__6bA_s{background-color:var(--background);padding:1.5rem;border-radius:8px;border:1px solid var(--border)}.ProjectDetailClient_projectHeaderContent__WpA0z{display:flex;flex-direction:column;gap:1.5rem}.ProjectDetailClient_projectMeta__RMd72{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.ProjectDetailClient_projectMeta__RMd72 h1{font-size:1.75rem;margin:0;color:var(--foreground)}.ProjectDetailClient_projectStats__1PT1y{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;align-items:start}.ProjectDetailClient_statItem___Cc9E{display:flex;flex-direction:column;gap:.25rem}.ProjectDetailClient_statItem___Cc9E label{font-size:.875rem;color:var(--foreground-secondary)}.ProjectDetailClient_statItem___Cc9E span{font-size:1rem;color:var(--foreground)}.ProjectDetailClient_financialStats__jLmpb{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.ProjectDetailClient_budgetCard__JatrR{background-color:var(--background);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ProjectDetailClient_budgetHeader__A6kRs{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.ProjectDetailClient_budgetHeader__A6kRs span:first-child{font-size:.875rem;color:var(--foreground-secondary);font-weight:500}.ProjectDetailClient_budgetAmount__rBQHf,.ProjectDetailClient_costAmount__hbOJN{font-size:1.25rem;font-weight:600;color:var(--foreground)}.ProjectDetailClient_budgetProgress__G8Vh2{height:.5rem;background-color:var(--background-secondary);border-radius:9999px;overflow:hidden;margin:.75rem 0}.ProjectDetailClient_progressBar__2h_QG{height:100%;transition:width .3s ease-in-out,background-color .3s ease-in-out}.ProjectDetailClient_budgetStatus__fVmhX{font-size:.875rem;text-align:right}.ProjectDetailClient_overBudget__NpFfk{color:var(--error)}.ProjectDetailClient_underBudget__QvgKD{color:var(--success)}.ProjectDetailClient_projectActions___8yYL{display:flex;gap:.75rem;margin-top:1rem;justify-content:flex-end}.ProjectDetailClient_addButton__c8TVn{background-color:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ProjectDetailClient_addButton__c8TVn:hover:not(:disabled){opacity:.9}.ProjectDetailClient_addButton__c8TVn.ProjectDetailClient_disabled__xuSJB,.ProjectDetailClient_addButton__c8TVn:disabled{opacity:.5;cursor:not-allowed}.ProjectDetailClient_editButton__AOmOp{background-color:var(--background-secondary);color:var(--foreground);border:1px solid var(--border);padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ProjectDetailClient_editButton__AOmOp:hover:not(:disabled){background-color:var(--accent-2);border-color:var(--border-hover)}.ProjectDetailClient_editButton__AOmOp:disabled{opacity:.5;cursor:not-allowed}.ProjectDetailClient_saveButton__p8e6y{background-color:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ProjectDetailClient_saveButton__p8e6y:hover:not(:disabled){opacity:.9}.ProjectDetailClient_saveButton__p8e6y.ProjectDetailClient_disabled__xuSJB{opacity:.5;cursor:not-allowed}.ProjectDetailClient_cancelButton__n_QD6{background-color:var(--background-secondary);color:var(--foreground);border:1px solid var(--border);padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ProjectDetailClient_cancelButton__n_QD6:hover:not(:disabled){background-color:var(--accent-2);border-color:var(--border-hover)}.ProjectDetailClient_status__jtyZO{display:inline-block;padding:4px 8px;border-radius:4px;font-size:.875rem;font-weight:500;text-transform:capitalize}.ProjectDetailClient_active__4ftPB{background:var(--success-light);color:var(--success)}.ProjectDetailClient_completed__O_3hG{background:var(--info-light);color:var(--info)}.ProjectDetailClient_on-hold__GBAhP{background:var(--warning-light);color:var(--warning)}.ProjectDetailClient_error__cZTH4,.ProjectDetailClient_loading__7scXD{text-align:center;padding:2rem;color:var(--text-secondary)}.ProjectDetailClient_error__cZTH4{color:var(--error)}.ProjectDetailClient_tabsContainer__P9Ijl{position:relative;width:100%;margin-top:0}.ProjectDetailClient_tabsList___HMNI{display:flex;gap:.5rem;border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;position:sticky;top:0;background:var(--background);z-index:10}.ProjectDetailClient_tabsTrigger__EUQdv{padding:.75rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--foreground-secondary);font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap}.ProjectDetailClient_tabsTrigger__EUQdv:hover{color:var(--foreground)}.ProjectDetailClient_tabsTrigger__EUQdv[data-state=active]{color:var(--foreground);border-bottom-color:var(--primary)}.ProjectDetailClient_tabsContent__Hg2cg{width:100%;background:var(--background);border:1px solid var(--border);border-radius:8px;margin-top:.5rem}.ProjectDetailClient_descriptionSection__RV_L9{margin-bottom:1rem;width:100%}.ProjectDetailClient_descriptionSection__RV_L9:last-child{margin-bottom:0}.ProjectDetailClient_sectionHeader__60FQq{margin-bottom:1rem;padding:0 1rem}.ProjectDetailClient_sectionHeader__60FQq h2{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:.25rem}.ProjectDetailClient_sectionHeader__60FQq p{font-size:.875rem;color:var(--foreground-secondary)}.ProjectDetailClient_descriptionContent__1mAhT{background:var(--background-secondary);padding:.75rem;border-radius:8px;border:1px solid var(--border);width:100%}.ProjectDetailClient_emptyDescription__Lqzba{color:var(--foreground-secondary);font-style:italic;text-align:center;padding:.5rem}.ProjectDetailClient_compactStatsGrid__KweMx{display:flex;gap:.75rem;padding:.75rem;margin-bottom:1rem;background:var(--background-secondary);border:1px solid var(--border);border-radius:8px}.ProjectDetailClient_compactStatCard__wmBDA{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--background);border:1px solid var(--border);border-radius:6px;min-width:100px}.ProjectDetailClient_compactStatCard__wmBDA .ProjectDetailClient_statValue__6HlzR{font-size:1.25rem;font-weight:600;color:var(--foreground);line-height:1}.ProjectDetailClient_compactStatCard__wmBDA .ProjectDetailClient_statLabel__9IPeu{font-size:.875rem;color:var(--foreground-secondary)}.ProjectDetailClient_zonesContainer__Db_Le{margin-top:24px;border-radius:8px;box-shadow:var(--card-shadow)}.ProjectDetailClient_zoneSection__SwuZQ{background:var(--background);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem}.ProjectDetailClient_zoneSectionHeader__HPgUN{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}.ProjectDetailClient_zoneInfo__Kvdc3{display:flex;flex-direction:column;gap:.25rem}.ProjectDetailClient_zoneInfo__Kvdc3 h2{font-size:1.25rem;font-weight:600;color:var(--foreground);margin:0}.ProjectDetailClient_emptyZoneText__PHiU_{font-size:.875rem;color:var(--foreground-secondary)}.ProjectDetailClient_zoneActions__FBFcZ{display:flex;gap:.5rem}.ProjectDetailClient_deleteButton__2uzON{background-color:var(--error-light);color:var(--error);border:1px solid var(--error-light)}.ProjectDetailClient_deleteButton__2uzON:hover{background-color:var(--error-light-hover);border-color:var(--error)}.ProjectDetailClient_emptyZoneContent__JSHdR{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem .75rem;background:var(--background-secondary);border-radius:6px;text-align:center}.ProjectDetailClient_emptyZoneIcon__FT7LZ{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--background);border:1px dashed var(--border);border-radius:8px;color:var(--foreground-secondary)}.ProjectDetailClient_emptyZoneMessage__vXmQV{font-size:.875rem;color:var(--foreground-secondary);margin:0}.ProjectDetailClient_zoneContent__OcqY6{background:var(--background);border-radius:6px}.ProjectDetailClient_zoneHeaderContent__UQzL_{display:flex;align-items:center;gap:.5rem;width:100%}.ProjectDetailClient_zoneCounts__0N2k7{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.ProjectDetailClient_countBadge__heFe0{background:var(--background-secondary);padding:.25rem .5rem;border-radius:4px;border:1px solid var(--border)}.ProjectDetailClient_countBadge__heFe0,.ProjectDetailClient_productCost__aeOjy{font-size:.875rem;color:var(--foreground-secondary)}.ProjectDetailClient_productSection__019sd{margin-bottom:1rem}.ProjectDetailClient_productSectionHeader__LNbVs{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.ProjectDetailClient_productSectionTitle__eiJ8K{display:flex;align-items:center;gap:.5rem}.ProjectDetailClient_productType__Omdh9{font-size:1.1rem;font-weight:600;color:var(--foreground)}.ProjectDetailClient_productCount__Hycn_{color:var(--foreground-secondary);font-size:.9rem;font-weight:400}.ProjectDetailClient_productSelectionRow__ejJfN{background:var(--background-secondary);border-radius:6px;padding:.75rem}.ProjectDetailClient_attachedProduct__RiNu0{display:flex;align-items:center;gap:1rem;width:100%;background:var(--background);border-radius:6px;padding:1rem}.ProjectDetailClient_productImage__9O0e1{width:80px;height:80px;object-fit:cover;border-radius:4px}.ProjectDetailClient_productInfo__iPtob{flex:1;display:flex;flex-direction:column;gap:.25rem}.ProjectDetailClient_productName___xSFd{font-size:1.1rem;font-weight:600;color:var(--foreground)}.ProjectDetailClient_productApplied__iByyi,.ProjectDetailClient_productSku__zdrV9{color:var(--foreground-secondary);font-size:.875rem}.ProjectDetailClient_productMetadata__Y8Md7{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.ProjectDetailClient_metadataItem__sAGi2{font-size:.75rem;color:var(--foreground-secondary);background:var(--background);padding:.25rem .5rem;border-radius:4px;border:1px solid var(--border)}.ProjectDetailClient_productPrice__kqJ8I{font-size:.875rem;font-weight:500;color:var(--foreground);margin-top:.25rem}.ProjectDetailClient_productActions__ic8nC{display:flex;align-items:center;gap:.5rem;margin-left:auto}.ProjectDetailClient_emptyProductSelection__iY_BL{display:flex;align-items:center;width:100%;min-height:80px;background:var(--background-secondary);border-radius:6px;padding:1rem}.ProjectDetailClient_emptyProductContent___WRiz{flex:1;display:flex;align-items:center;justify-content:space-between;gap:1rem}.ProjectDetailClient_emptyProductMessage__G_KAk{font-size:.875rem;color:var(--foreground-secondary)}.ProjectDetailClient_formFields__TRKAx{display:flex;flex-direction:column;gap:1rem}.ProjectDetailClient_formField__eZc4k{display:flex;flex-direction:column;gap:.5rem}.ProjectDetailClient_label___n2VX{font-size:.875rem;font-weight:500;color:var(--foreground)}.ProjectDetailClient_editInput__wy8es,.ProjectDetailClient_editSelect__u1f9T,.ProjectDetailClient_editTextarea___KNNj,.ProjectDetailClient_input__2wwz4,.ProjectDetailClient_textarea__cEKNI{padding:.75rem;border-radius:6px;border:1px solid var(--border);background-color:var(--background);color:var(--foreground);font-size:.875rem;width:100%;transition:border-color .2s ease}.ProjectDetailClient_editInput__wy8es:focus,.ProjectDetailClient_editSelect__u1f9T:focus,.ProjectDetailClient_editTextarea___KNNj:focus,.ProjectDetailClient_input__2wwz4:focus,.ProjectDetailClient_textarea__cEKNI:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.ProjectDetailClient_editInput__wy8es:hover,.ProjectDetailClient_editSelect__u1f9T:hover,.ProjectDetailClient_editTextarea___KNNj:hover,.ProjectDetailClient_input__2wwz4:hover,.ProjectDetailClient_textarea__cEKNI:hover{border-color:var(--border-hover)}.ProjectDetailClient_editTextarea___KNNj,.ProjectDetailClient_textarea__cEKNI{resize:vertical;min-height:100px}.ProjectDetailClient_expandButton__tuco1{background:none;border:none;padding:.25rem;cursor:pointer;color:var(--foreground-secondary);transition:color .2s ease}.ProjectDetailClient_expandButton__tuco1:hover{color:var(--foreground)}.ProjectDetailClient_zoneFormActions__F3VAW{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);justify-content:flex-end}.ProjectDetailClient_zoneSubmitButton__n7Ud1{background-color:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ProjectDetailClient_zoneSubmitButton__n7Ud1:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ProjectDetailClient_zoneSubmitButton__n7Ud1:disabled{opacity:.5;cursor:not-allowed}.ProjectDetailClient_zoneCancelButton__SZCtY{background-color:var(--background-secondary);color:var(--foreground);border:1px solid var(--border);padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ProjectDetailClient_zoneCancelButton__SZCtY:hover:not(:disabled){background-color:var(--accent-2);border-color:var(--border-hover)}.ProjectDetailClient_zoneCancelButton__SZCtY:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.ProjectDetailClient_projectHeader__6bA_s{padding:1rem}.ProjectDetailClient_projectMeta__RMd72{flex-direction:column;align-items:flex-start;gap:.5rem}.ProjectDetailClient_projectMeta__RMd72 h1{font-size:1.5rem}.ProjectDetailClient_projectStats__1PT1y{grid-template-columns:repeat(2,1fr)}.ProjectDetailClient_financialStats__jLmpb{grid-template-columns:1fr}.ProjectDetailClient_budgetCard__JatrR{padding:.75rem}.ProjectDetailClient_budgetAmount__rBQHf,.ProjectDetailClient_costAmount__hbOJN{font-size:1.125rem}.ProjectDetailClient_projectActions___8yYL{flex-direction:column}.ProjectDetailClient_addButton__c8TVn,.ProjectDetailClient_cancelButton__n_QD6,.ProjectDetailClient_saveButton__p8e6y{width:100%}.ProjectDetailClient_tabsList___HMNI{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.75rem}.ProjectDetailClient_tabsList___HMNI::-webkit-scrollbar{display:none}.ProjectDetailClient_tabsTrigger__EUQdv{padding:.5rem 1rem;font-size:.875rem}.ProjectDetailClient_compactStatsGrid__KweMx{flex-wrap:wrap;gap:.5rem;padding:.75rem}.ProjectDetailClient_compactStatCard__wmBDA{flex:1;min-width:100px;padding:.375rem .75rem}.ProjectDetailClient_compactStatCard__wmBDA .ProjectDetailClient_statValue__6HlzR{font-size:1.125rem}.ProjectDetailClient_compactStatCard__wmBDA .ProjectDetailClient_statLabel__9IPeu{font-size:.75rem}.ProjectDetailClient_attachedProduct__RiNu0{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:.75rem}.ProjectDetailClient_productImage__9O0e1{width:80px;height:80px;grid-row:span 2}.ProjectDetailClient_productInfo__iPtob{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.ProjectDetailClient_productActions__ic8nC{grid-column:1/-1;margin-left:0;margin-top:.75rem;width:100%}.ProjectDetailClient_productActions__ic8nC button{width:100%;justify-content:center}.ProjectDetailClient_productMetadata__Y8Md7{margin-top:.375rem}.ProjectDetailClient_emptyProductSelection__iY_BL{padding:.75rem}.ProjectDetailClient_emptyProductContent___WRiz{flex-direction:column;align-items:stretch;gap:.75rem}.ProjectDetailClient_emptyProductMessage__G_KAk{text-align:center}.ProjectDetailClient_zoneSection__SwuZQ{padding:1rem}.ProjectDetailClient_zoneSectionHeader__HPgUN{flex-direction:column;gap:1rem;margin-bottom:1rem}.ProjectDetailClient_zoneActions__FBFcZ{width:100%}.ProjectDetailClient_deleteButton__2uzON,.ProjectDetailClient_editButton__AOmOp{flex:1;justify-content:center;text-align:center}.ProjectDetailClient_productSection__019sd,.ProjectDetailClient_productSelectionRow__ejJfN{padding:.75rem}.ProjectDetailClient_emptyZoneContent__JSHdR{padding:2rem 1rem}.ProjectDetailClient_zoneFormActions__F3VAW{flex-direction:column;gap:.5rem}.ProjectDetailClient_zoneCancelButton__SZCtY,.ProjectDetailClient_zoneSubmitButton__n7Ud1{width:100%;justify-content:center;text-align:center}.ProjectDetailClient_hideOnMobileZones__wML1a{display:none}}.shared_container__HLW1U{display:flex;flex-direction:column}.shared_header__Pbwla{display:flex;justify-content:space-between;align-items:center;background-color:var(--background-secondary);padding:2rem;border-radius:8px;margin-bottom:10px;border:1px solid var(--border)}.shared_header__Pbwla h1{font-size:2rem;margin-bottom:.5rem;color:var(--foreground)}.shared_header__Pbwla p{color:var(--foreground-secondary);font-size:1.1rem}.shared_createButton___I7rQ{background-color:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .2s ease}.shared_createButton___I7rQ:hover{opacity:.9}.shared_addButton__5DCcI{background-color:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.shared_addButton__5DCcI:hover:not(:disabled){opacity:.9}.shared_addButton__5DCcI.shared_disabled__n_gc5,.shared_addButton__5DCcI:disabled{opacity:.5;cursor:not-allowed}.shared_content__nvKfB{display:flex;flex-direction:column;gap:1.5rem;width:100%;padding:0 1rem}.shared_filters__XKvJ4{display:flex;gap:1rem;align-items:center;width:100%;max-width:100%}.shared_searchInput__lImVp{flex:1;max-width:300px}.shared_filterSelect__c7zfZ{padding:.75rem 1rem;border-radius:6px;border:1px solid var(--border);background-color:var(--background);color:var(--foreground);font-size:.9rem;min-width:150px}.shared_placeholder__b4het{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;background-color:var(--background-secondary);border-radius:8px;padding:2rem;text-align:center}.shared_placeholder__b4het p{color:var(--foreground);font-size:1.1rem;margin-bottom:.5rem}.shared_placeholder__b4het span{color:var(--foreground-secondary);font-size:.9rem}.shared_chatContainer__YI8g0{display:flex;flex-direction:column;gap:1rem;height:calc(100vh - 250px);background-color:var(--background);border:1px solid var(--border);border-radius:8px}.shared_messages__xHIMW{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.shared_message__CX_Ms{max-width:70%;padding:.8rem 1rem;border-radius:1rem;position:relative;word-wrap:break-word;font-size:.95rem;line-height:1.4}.shared_messageWrapper__I_frz{display:flex;width:100%;justify-content:flex-start;position:relative;padding-top:1rem}.shared_userMessageWrapper__OTUYm{justify-content:flex-end}.shared_messageSender__V7gw1{position:absolute;top:0;font-size:.75rem;font-weight:500;opacity:.8}.shared_userMessageWrapper__OTUYm .shared_messageSender__V7gw1{right:0;color:var(--primary)}.shared_messageWrapper__I_frz:not(.shared_userMessageWrapper__OTUYm) .shared_messageSender__V7gw1{left:0;color:var(--foreground-secondary)}.shared_userMessage__C3K95{background-color:var(--primary);color:#fff;border-bottom-right-radius:.3rem;margin-left:auto}.shared_assistantMessage__Puxya{background-color:var(--background-secondary);color:var(--foreground);border-bottom-left-radius:.3rem;margin-right:auto}.shared_messageTime__i4dB9{font-size:.7rem;margin-top:.3rem;text-align:right}.shared_userMessage__C3K95 .shared_messageTime__i4dB9{color:hsla(0,0%,100%,.8)}.shared_assistantMessage__Puxya .shared_messageTime__i4dB9{color:var(--foreground-secondary)}.shared_loadingDots__Ib0ta{display:flex;gap:.3rem;align-items:center;justify-content:center;padding:.5rem}.shared_loadingDots__Ib0ta:after{content:"...";animation:shared_loading__c2Mzg 1.5s infinite}@keyframes shared_loading__c2Mzg{0%{content:"."}33%{content:".."}66%{content:"..."}}.shared_welcomeMessage__zYTNB{max-width:600px;margin:0 auto;text-align:center}.shared_welcomeMessage__zYTNB h2{color:var(--foreground);margin-bottom:1rem}.shared_welcomeMessage__zYTNB ul{list-style:none;padding:0;margin-top:1rem}.shared_welcomeMessage__zYTNB li{color:var(--foreground-secondary);margin-bottom:.5rem}.shared_inputArea__9twx0{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid var(--border)}.shared_chatInput__8sndJ{flex:1;padding:.75rem 1rem;border-radius:6px;border:1px solid var(--border);background-color:var(--background);color:var(--foreground);font-size:.9rem}.shared_sendButton__jAWUx{padding:.75rem 1.5rem;border-radius:6px;border:none;background-color:var(--primary);color:#fff;font-size:.9rem;font-weight:500;cursor:pointer}.shared_chatInput__8sndJ:disabled,.shared_sendButton__jAWUx:disabled{opacity:.5;cursor:not-allowed}.shared_tableContainer__wG0Yc{width:100%;overflow-x:auto;background:var(--background);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin:0}.shared_table__pUdtf{text-align:left}.shared_table__pUdtf th{background:var(--background-secondary);padding:12px 16px;border-bottom:2px solid var(--border);cursor:pointer;user-select:none;transition:background-color .2s ease}.shared_table__pUdtf th:hover{background:var(--hover-background)}.shared_table__pUdtf td{padding:12px 16px;vertical-align:middle}.shared_table__pUdtf tr:hover{background:var(--hover-background);transition:background-color .2s ease}.shared_tableRow__RBaay{cursor:pointer}.shared_selectedRow__uR_3N td{color:var(--foreground)}.shared_tableActions__Pftu_{display:flex;gap:.5rem;justify-content:flex-end}.shared_selectionControls__6GLaH{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--background-secondary);border-radius:6px;margin-bottom:1rem}.shared_selectionControls__6GLaH span{color:var(--foreground);font-weight:500}.shared_checkbox__s7wsY{width:18px;height:18px;border:2px solid var(--border);border-radius:4px;appearance:none;cursor:pointer;position:relative;transition:all .2s ease}.shared_checkbox__s7wsY:checked{background-color:var(--primary);border-color:var(--primary)}.shared_checkbox__s7wsY:hover:not(:checked){border-color:var(--primary)}.shared_checkbox__s7wsY:checked:after{content:"✓";position:absolute;color:#fff;font-size:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.shared_status__vsdq1{display:inline-block;padding:4px 8px;border-radius:4px;font-size:.875rem;font-weight:500;text-transform:capitalize}.shared_active__gz16n{background:var(--success-light);color:var(--success)}.shared_completed__j1B_l{background:var(--info-light);color:var(--info)}.shared_on-hold__wEWu5{background:var(--warning-light);color:var(--warning)}.shared_error__diSwW,.shared_loading__c2Mzg{text-align:center;padding:2rem;color:var(--text-secondary)}.shared_error__diSwW{color:var(--error)}.shared_productCardHeader__QAyy_{position:relative;display:flex;gap:1rem;margin-bottom:1rem}.shared_productCardImage__Loqiv{width:80px;height:80px;object-fit:cover;border-radius:4px}.shared_productCardInfo__qM8Ad{flex:1}.shared_productCardInfo__qM8Ad h3{margin:0 0 .5rem;font-size:1.1rem}.shared_price__s2TJG{display:block;color:var(--foreground);font-weight:600;font-size:1.1rem;margin-top:.5rem}.shared_productCardDetails__EjBnK{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.shared_productCardDetails__EjBnK.shared_expanded__UO9SG{max-height:500px;margin:1rem 0}.shared_metadata__ItyHB{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.shared_metadataItem__NIhGT{display:flex;gap:.5rem;font-size:.9rem}.shared_metadataLabel__CV_xo{color:var(--text-muted);text-transform:capitalize}.shared_productCardActions__jGQJ9{display:flex;gap:1rem;margin-top:1rem;justify-content:flex-end}.shared_productGrid__gH6PM{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding:1rem 0}.shared_headerControls__L1odc{display:flex;gap:1rem;align-items:center}.shared_viewToggle__3Tcfh{display:flex;gap:.25rem;padding:.25rem;background:var(--background);border-radius:6px;border:1px solid var(--border)}.shared_viewButton__z6TZ3{padding:.5rem 1rem;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:.9rem;color:var(--foreground);transition:all .2s ease;font-weight:500}.shared_viewButton__z6TZ3:hover{background:var(--accent-2)}.shared_viewButton__z6TZ3.shared_activeView__hiQAr{background:var(--primary);color:#fff}.shared_table__pUdtf th{font-weight:600;color:var(--foreground);padding:1rem}.shared_table__pUdtf td{padding:1rem}.shared_table__pUdtf tr:hover{background-color:var(--accent-2)}.shared_productCard__2SUal{position:relative;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05)}.shared_productCardInfo__qM8Ad h3{color:var(--foreground);font-weight:600}.shared_sku__2E7ac{color:var(--foreground-secondary);font-size:.9rem}.shared_actionButton__2seSb{color:var(--primary);background:none;border:none;padding:.5rem .75rem;cursor:pointer;font-weight:500;border-radius:4px;transition:all .2s ease}.shared_actionButton__2seSb:hover{background-color:var(--accent-1-transparent)}.shared_modalOverlay__vmJQ_{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:flex-start;justify-content:center;z-index:50;backdrop-filter:blur(4px);padding:2rem;overflow-y:auto}.shared_modal__kEIAN{background-color:var(--background);border-radius:8px;width:100%;max-width:500px;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid var(--border);margin:auto;position:relative}.shared_modalHeader__Gg7Vx{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border)}.shared_modalHeader__Gg7Vx h2{font-size:1.25rem;font-weight:600;color:var(--foreground);margin:0}.shared_closeButton__WPoDd{background:none;border:none;font-size:1.5rem;color:var(--foreground-secondary);cursor:pointer;padding:.25rem;line-height:1;border-radius:4px}.shared_closeButton__WPoDd:hover{color:var(--foreground);background-color:var(--accent-2)}.shared_modalContent__uVSmH{padding:1.5rem}.shared_formFields__kI51m{display:flex;flex-direction:column;gap:1rem}.shared_formField__hN38S{display:flex;flex-direction:column;gap:.5rem}.shared_label__kO9Dc{font-size:.875rem;font-weight:500;color:var(--foreground)}.shared_input__KYRbi,.shared_textarea__FLOFs{padding:.75rem;border-radius:6px;border:1px solid var(--border);background-color:var(--background);color:var(--foreground);font-size:.875rem;width:100%;transition:border-color .2s ease}input[type=date].shared_input__KYRbi{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px;padding-right:2.5rem}[data-theme=dark] input[type=date].shared_input__KYRbi{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23A3A3A3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E")}input[type=date].shared_input__KYRbi::-webkit-calendar-picker-indicator{opacity:0;width:16px;height:16px;cursor:pointer}.shared_input__KYRbi:focus,.shared_textarea__FLOFs:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.shared_input__KYRbi:hover,.shared_textarea__FLOFs:hover{border-color:var(--border-hover)}.shared_textarea__FLOFs{resize:vertical;min-height:100px}.shared_modalFooter__Yhqvg{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.shared_primaryButton__tonDJ,.shared_secondaryButton__EKsVh{padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.shared_primaryButton__tonDJ{background:var(--primary);color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}.shared_primaryButton__tonDJ:hover{background:var(--primary);opacity:.85;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.shared_primaryButton__tonDJ:active{transform:translateY(0);opacity:.9}.shared_secondaryButton__EKsVh{background-color:transparent;border:1px solid var(--border);color:var(--foreground)}.shared_secondaryButton__EKsVh:hover:not(:disabled){background-color:var(--accent-2);border-color:var(--border-hover)}.shared_primaryButton__tonDJ:disabled,.shared_secondaryButton__EKsVh:disabled{opacity:.5;cursor:not-allowed}.shared_projectHeader__KjFXf{background-color:var(--background);padding:1.5rem;border-radius:8px;border:1px solid var(--border)}.shared_projectHeaderContent__Piw1S{display:flex;flex-direction:column;gap:1.5rem}.shared_projectMeta___b_MO{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.shared_projectMeta___b_MO h1{font-size:1.75rem;margin:0;color:var(--foreground)}.shared_projectStats__ciExu{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;align-items:start}.shared_statItem__4tXvp{display:flex;flex-direction:column;gap:.25rem}.shared_statItem__4tXvp label{font-size:.875rem;color:var(--foreground-secondary)}.shared_statItem__4tXvp span{font-size:1rem;color:var(--foreground)}.shared_financialStats__9mJMi{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.shared_budgetHeader__XGTUv{margin-bottom:.5rem}.shared_budgetAmount__XEQHK{font-size:1.25rem;font-weight:600;color:var(--foreground)}.shared_costBreakdown__ZJIDl{margin-top:.5rem}.shared_totalCost__CggPY{margin-bottom:.5rem}.shared_costAmount__UzQIu{font-size:1.25rem;font-weight:600;color:var(--foreground)}.shared_underBudget__cks1V{color:#22c55e;font-weight:500}@media (max-width:768px){.shared_compactHeader__xOYyu{display:block!important}.shared_projectHeader__KjFXf{padding:1rem}.shared_projectMeta___b_MO{flex-direction:column;align-items:flex-start;gap:.5rem}.shared_projectMeta___b_MO h1{font-size:1.5rem}.shared_projectStats__ciExu{grid-template-columns:repeat(2,1fr)}.shared_financialStats__9mJMi{grid-template-columns:1fr}.shared_budgetCard__8Mflw{padding:.75rem}.shared_budgetAmount__XEQHK,.shared_costAmount__UzQIu{font-size:1.125rem}}.shared_costSection___ES50,.shared_zonesSection__EAiKX{margin-top:24px;padding:5px;border-radius:8px;box-shadow:var(--card-shadow)}.shared_zoneGrid__NIQ2W{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px}.shared_zoneCard__5KaWT{background:var(--background);border-radius:8px;box-shadow:var(--card-shadow);padding:16px;transition:all .2s;cursor:pointer;position:relative}.shared_zoneCard__5KaWT:hover{transform:translateY(-2px);box-shadow:var(--card-shadow-hover)}.shared_zoneCardHeader__IirkL{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.shared_zoneInfo__im5aC{flex:1}.shared_zoneName__BdnXP{font-size:18px;color:var(--text-primary);margin:0 0 4px}.shared_zoneActions__btcl4{gap:8px}.shared_zoneStats__IXckt{display:flex;gap:16px;margin-top:12px}.shared_zoneStat__bclg3{display:flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:14px}.shared_zoneCardFooter__5EFMo{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.shared_zonesContainer__aCe_t{margin-top:24px;border-radius:8px;box-shadow:var(--card-shadow)}.shared_zoneSection__GWzpT{background:var(--background);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem}.shared_zoneSectionHeader__mjMgF{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}.shared_zoneInfo__im5aC{display:flex;flex-direction:column;gap:.25rem}.shared_zoneInfo__im5aC h2{font-size:1.25rem;font-weight:600;color:var(--foreground);margin:0}.shared_emptyZoneText__wrVb7{font-size:.875rem;color:var(--foreground-secondary)}.shared_editButton__VQ0RX{background-color:var(--background-secondary);color:var(--foreground);border:1px solid var(--border);padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.shared_editButton__VQ0RX:hover:not(:disabled){background-color:var(--accent-2);border-color:var(--border-hover)}.shared_editButton__VQ0RX:disabled{opacity:.5;cursor:not-allowed}.shared_deleteButton__1VZfb{background-color:var(--error-light);color:var(--error);border:1px solid var(--error-light)}.shared_deleteButton__1VZfb:hover{background-color:var(--error-light-hover);border-color:var(--error)}.shared_emptyZoneContent__yjsvs{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem .75rem;background:var(--background-secondary);border-radius:6px;text-align:center}.shared_emptyZoneIcon__kenaL{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--background);border:1px dashed var(--border);border-radius:8px;color:var(--foreground-secondary)}.shared_emptyZoneMessage__4pjnP{font-size:.875rem;color:var(--foreground-secondary);margin:0}.shared_zoneContent__UC4QB{background:var(--background);border-radius:6px}@media (max-width:640px){.shared_zoneSection__GWzpT{padding:1rem}.shared_zoneSectionHeader__mjMgF{flex-direction:column;gap:1rem;margin-bottom:1rem}.shared_zoneActions__btcl4{width:100%}.shared_deleteButton__1VZfb,.shared_editButton__VQ0RX{flex:1;justify-content:center;text-align:center}.shared_productSection__v6tIq,.shared_productSelectionRow__9Xz6Q{padding:.75rem}.shared_attachedProduct__jBYWc{display:flex;align-items:center;gap:1rem;width:100%;background:var(--background);border-radius:6px;padding:1rem}.shared_productImage__ML8Up{width:48px;height:48px;object-fit:cover;border-radius:4px;background:var(--background);border:1px solid var(--border)}.shared_productInfo__aTGLH{width:100%}.shared_changeButton__9L7ZX{width:100%;justify-content:center}.shared_emptyProductSelection__crLFo{flex-direction:column;align-items:flex-start;gap:1rem;min-height:120px}.shared_emptyProductIcon__jCQKI{width:64px;height:64px}.shared_attachButton__ky_Ss{width:100%;justify-content:center}.shared_emptyZoneContent__yjsvs{padding:2rem 1rem}}.shared_tabsContainer__jZmwd{position:relative;width:100%;margin-top:0}.shared_tabsList___lsCX{display:flex;gap:.5rem;border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;position:sticky;top:0;background:var(--background);z-index:10}.shared_tabsTrigger__ZsdMb{padding:.75rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--foreground-secondary);font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap}.shared_tabsTrigger__ZsdMb:hover{color:var(--foreground)}.shared_tabsTrigger__ZsdMb[data-state=active]{color:var(--foreground);border-bottom-color:var(--primary)}.shared_tabsContent__sMrEt{width:100%;background:var(--background);border-radius:8px;margin-top:.5rem}.shared_descriptionSection__HgmJ_{margin-bottom:1rem;width:100%}.shared_descriptionSection__HgmJ_:last-child{margin-bottom:0}.shared_sectionHeader__jkxQb{margin-bottom:1rem;padding:0 1rem;background:var(--background-secondary)}.shared_sectionHeader__jkxQb h2{font-size:1.25rem;color:var(--foreground);margin-bottom:.25rem}.shared_sectionHeader__jkxQb p{font-size:.875rem;color:var(--foreground-secondary)}.shared_descriptionContent__w8K6l{background:var(--background-secondary);border-radius:8px;border:1px solid var(--border);width:100%}.shared_emptyDescription__cbayh{text-align:center;padding:.5rem}@media (max-width:768px){.shared_tabsList___lsCX{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.75rem}.shared_tabsList___lsCX::-webkit-scrollbar{display:none}.shared_tabsTrigger__ZsdMb{padding:.5rem 1rem;font-size:.875rem}}.shared_compactStatsGrid__CqHmq{display:flex;gap:.75rem;padding:.75rem;margin-bottom:1rem;background:var(--background-secondary);border:1px solid var(--border);border-radius:8px}.shared_compactStatCard__S4DPt{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--background);border:1px solid var(--border);border-radius:6px;min-width:100px}.shared_compactStatCard__S4DPt .shared_statValue__O2W2v{font-size:1.25rem;font-weight:600;color:var(--foreground);line-height:1}.shared_compactStatCard__S4DPt .shared_statLabel__bgBEQ{font-size:.875rem;color:var(--foreground-secondary)}@media (max-width:768px){.shared_compactStatsGrid__CqHmq{flex-wrap:wrap;gap:.5rem;padding:.75rem}.shared_compactStatCard__S4DPt{flex:1;min-width:100px;padding:.375rem .75rem}.shared_compactStatCard__S4DPt .shared_statValue__O2W2v{font-size:1.125rem}.shared_compactStatCard__S4DPt .shared_statLabel__bgBEQ{font-size:.75rem}}.shared_roomsSection__ej23V{margin-top:1rem}.shared_zoneHeader__d8iyg{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.shared_zoneName__BdnXP{font-size:1.1rem;font-weight:600;color:var(--foreground);margin:0}.shared_zoneActions__btcl4{display:flex;gap:.5rem}.shared_tableContainer__wG0Yc{padding:0}.shared_table__pUdtf{width:100%;border-collapse:collapse}.shared_table__pUdtf th{text-align:left;font-weight:500;color:var(--foreground-secondary);background-color:var(--background-secondary)}.shared_table__pUdtf td,.shared_table__pUdtf th{padding:.5rem .75rem;border-bottom:1px solid var(--border)}.shared_table__pUdtf td{color:var(--foreground)}.shared_sectionTitle__pF0jZ{padding:.5rem .75rem;background:var(--background-secondary);font-weight:500;color:var(--foreground-secondary);font-size:.875rem}.shared_productActions__R7UED{display:flex;align-items:center;gap:.5rem;margin-left:auto}.shared_attachedProduct__jBYWc{background:var(--background);padding:1rem}.shared_emptyProductSelection__crLFo{display:flex;align-items:center;width:100%;min-height:80px;background:var(--background-secondary);border-radius:6px;padding:1rem}.shared_emptyProductContent__MNzIz{flex:1;display:flex;align-items:center;justify-content:space-between;gap:1rem}.shared_emptyProductMessage__iZXc2{font-size:.875rem;color:var(--foreground-secondary)}.shared_productType__ogDL8{font-size:1.1rem;font-weight:600;color:var(--foreground)}.shared_productCount__gvRgl{color:var(--foreground-secondary);font-size:.9rem;font-weight:400}.shared_productSelectionRow__9Xz6Q{background:var(--background-secondary);border-radius:6px;padding:.75rem}@media (max-width:768px){.shared_attachedProduct__jBYWc{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:.75rem}.shared_productInfo__aTGLH{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.shared_productActions__R7UED{grid-column:1/-1;margin-left:0;margin-top:.75rem;width:100%}.shared_productActions__R7UED button{width:100%;justify-content:center}.shared_productMetadata__Pm_lf{margin-top:.375rem}.shared_emptyProductSelection__crLFo{padding:.75rem}.shared_emptyProductContent__MNzIz{flex-direction:column;align-items:stretch;gap:.75rem}.shared_emptyProductMessage__iZXc2{text-align:center}.shared_productSelectionMenu__VB_V1{width:100%;background:transparent;border:none;padding:0}.shared_menuTrigger__mIo3Y{width:100%;justify-content:center}}.shared_metadataItem__NIhGT{color:var(--foreground-secondary);background:var(--background);border:1px solid var(--border)}.shared_productPrice__07FHY{font-size:.875rem;margin-top:.25rem}@media (max-width:768px){.shared_productMetadata__Pm_lf{margin-top:.5rem}.shared_metadataItem__NIhGT{font-size:.75rem}}.shared_financialStats__9mJMi{grid-column:span 2;margin:1rem 0}.shared_budgetCard__8Mflw{background-color:var(--background);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.shared_budgetHeader__XGTUv{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.shared_budgetHeader__XGTUv span:first-child{font-size:.875rem;color:var(--foreground-secondary);font-weight:500}.shared_budgetAmount__XEQHK,.shared_costAmount__UzQIu{font-size:1.5rem;font-weight:600;color:var(--foreground)}.shared_costBreakdown__ZJIDl{margin-top:1rem}.shared_totalCost__CggPY{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.shared_totalCost__CggPY span:first-child{font-size:.875rem;color:var(--foreground-secondary)}.shared_budgetProgress__kySW1{height:.5rem;background-color:var(--background-secondary);border-radius:9999px;overflow:hidden;margin:.75rem 0}.shared_progressBar__pBYBh{height:100%;transition:width .3s ease-in-out,background-color .3s ease-in-out}.shared_budgetStatus__XQfSe{text-align:right;font-size:.875rem;margin-top:.5rem}.shared_overBudget__9_Y2t{color:var(--error)}.shared_underBudget__cks1V{color:var(--success)}.shared_projectActions__BuSCX{display:flex;gap:.75rem;margin-top:1rem;justify-content:flex-end}.shared_editInput__nK_Dm,.shared_editSelect__wVmK0{font-size:.875rem;padding:.375rem .5rem;border:1px solid #e2e8f0;border-radius:.25rem}@media (max-width:768px){.shared_editInput__nK_Dm,.shared_editSelect__wVmK0{font-size:.875rem;padding:.375rem .5rem}.shared_projectActions__BuSCX{flex-direction:column}}.shared_markdown__DqXq5{width:100%}.shared_markdownP__YXB5_{margin:.5rem 0;line-height:1.5}.shared_markdownP__YXB5_:first-child{margin-top:0}.shared_markdownP__YXB5_:last-child{margin-bottom:0}.shared_markdownLink__M0VfZ{color:var(--primary);text-decoration:underline;word-break:break-word}.shared_markdownInlineCode__ePUi4{padding:.2rem .4rem;border-radius:4px;font-family:monospace;font-size:.9em}.shared_assistantMessage__Puxya .shared_markdownInlineCode__ePUi4,.shared_markdownCodeBlock__lIjN4,.shared_markdownInlineCode__ePUi4,.shared_userMessage__C3K95 .shared_markdownInlineCode__ePUi4{background:var(--background-secondary)}.shared_markdownCodeBlock__lIjN4{display:block;padding:.75rem 1rem;border-radius:6px;font-family:monospace;font-size:.9em;white-space:pre-wrap;word-break:break-word;margin:.5rem 0}.shared_markdownPre__sWVlY{margin:.5rem 0;width:100%}.shared_markdownPre__sWVlY:first-child{margin-top:0}.shared_markdownPre__sWVlY:last-child{margin-bottom:0}[data-theme=dark] .shared_markdownCodeBlock__lIjN4,[data-theme=dark] .shared_markdownInlineCode__ePUi4{background:hsla(0,0%,100%,.1)}.shared_detailTable__fM7_s{width:100%;border-collapse:collapse;margin:1rem 0;background:var(--background);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.shared_detailTable__fM7_s th{width:30%;padding:12px 16px;text-align:left;font-weight:500;color:var(--foreground-secondary);background-color:var(--background-secondary);border-bottom:1px solid var(--border)}.shared_detailTable__fM7_s td{padding:12px 16px;color:var(--foreground);border-bottom:1px solid var(--border)}.shared_detailTable__fM7_s tr:last-child td,.shared_detailTable__fM7_s tr:last-child th{border-bottom:none}.shared_detailTable__fM7_s tr:hover{background-color:var(--accent-2)}.shared_productCard__2SUal{background:var(--background);border:1px solid var(--border);border-radius:8px;padding:1.25rem;transition:all .2s ease}.shared_productCard__2SUal:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1);border-color:var(--border-hover)}.shared_productName__0Hlxe{font-size:1.1rem;color:var(--foreground);margin:0 0 .75rem}.shared_productDetails__yK5Ku{display:flex;gap:1rem;font-size:.9rem}.shared_productDetails__yK5Ku,.shared_productSku__31AdX{color:var(--foreground-secondary)}.shared_productPrice__07FHY{color:var(--foreground);font-weight:500}.shared_productGrid__gH6PM{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem}@media (max-width:640px){.shared_productGrid__gH6PM{grid-template-columns:1fr}.shared_productDetails__yK5Ku{flex-direction:column;gap:.5rem}}.shared_sessionLink__W97QV{color:var(--primary);text-decoration:none;font-family:monospace;padding:2px 6px;background:var(--background-secondary);border-radius:4px}.shared_sessionLink__W97QV:hover{text-decoration:underline;background:var(--accent-2)}.shared_progressContainer__NCVLa{margin-bottom:2rem;width:100%}.shared_progressBar__pBYBh{width:100%;height:8px;background-color:var(--background-secondary);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.shared_progressFill__MPdLd{height:100%;background-color:var(--primary);transition:width .3s ease-in-out}.shared_progressMessage__hpLPe{font-size:.875rem;color:var(--foreground-secondary);text-align:center}.shared_journeyAnalysis__rynSC{background:var(--background-secondary);border:1px solid var(--border);border-radius:8px;padding:1.5rem;color:var(--text-primary)}.shared_journeyAnalysis__rynSC h2{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.shared_journeyAnalysis__rynSC h3{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin:1rem 0 .5rem}.shared_journeyAnalysis__rynSC p{color:var(--text-secondary);margin:.5rem 0;line-height:1.5}[data-theme=dark] .shared_table__pUdtf th,[data-theme=dark] .shared_table__pUdtf tr:hover{background-color:var(--background-tertiary)}[data-theme=dark] .shared_detailTable__fM7_s{box-shadow:var(--card-shadow)}[data-theme=dark] .shared_detailTable__fM7_s th,[data-theme=dark] .shared_detailTable__fM7_s tr:hover{background-color:var(--background-tertiary)}.shared_zoneHeaderContent__Tpq6K{display:flex;align-items:center;gap:.5rem;width:100%}.shared_zoneCounts__yWhC3{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.shared_countBadge__gXQup{font-size:.875rem;color:var(--foreground-secondary);background:var(--background-secondary);padding:.25rem .5rem;border-radius:4px;border:1px solid var(--border)}.shared_attachButton__ky_Ss{padding:.5rem 1rem;background-color:var(--primary);color:#fff;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.shared_attachButton__ky_Ss:hover{opacity:.9}.shared_menuTriggerContent__fWfu8{display:flex;align-items:center;gap:.5rem;color:var(--foreground);width:100%;justify-content:center}.shared_menuTriggerContent__fWfu8 svg{width:18px;height:18px;flex-shrink:0}.shared_tableRow__RBaay:hover{background:var(--hover-background)}.shared_tableLink__B7fV1{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s ease}.shared_tableLink__B7fV1:hover{text-decoration:underline;color:var(--primary-darker)}.shared_selectedRow__uR_3N{background-color:var(--accent-1-transparent)!important}.shared_compactHeader__xOYyu{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;margin-bottom:1rem;border-bottom:1px solid var(--border);border-radius:0}.shared_projectTitleSection__pqjlj{display:flex;align-items:center;gap:.5rem}.shared_projectTitleSection__pqjlj h1{font-size:1.5rem;margin:0}.shared_detailsSection__QUCuS{display:flex;flex-direction:column;gap:1rem}.shared_projectInfoTable__9sTYK{width:100%;overflow-x:auto;border:1px solid var(--border,#e5e7eb);border-radius:8px;background-color:#fff;margin-bottom:1.5rem}[data-theme=dark] .shared_projectInfoTable__9sTYK{background-color:var(--background)}.shared_compactTable__ePKjH{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}.shared_compactTable__ePKjH td,.shared_compactTable__ePKjH th{padding:12px 16px;border-bottom:1px solid var(--border,#e5e7eb);text-align:left}.shared_compactTable__ePKjH th{font-weight:500;background-color:var(--background,#f9fafb);color:var(--foreground,#374151);border-bottom:1px solid var(--border,#e5e7eb);white-space:nowrap}[data-theme=dark] .shared_compactTable__ePKjH th{background-color:var(--background-tertiary)}.shared_compactTable__ePKjH tr:hover{background-color:var(--background-hover,#f9fafb)}[data-theme=dark] .shared_compactTable__ePKjH tr:hover{background-color:var(--background-tertiary)}.shared_miniProgressBar__RlAWR{height:6px;width:100%;background-color:#e0e0e0;border-radius:3px;margin-top:4px;overflow:hidden}.shared_miniProgressFill__WHYpE{height:100%;border-radius:3px}.shared_statsTable__y_4es{width:100%;overflow-x:auto}.shared_sectionHeader__jkxQb{padding:.5rem .75rem;border-bottom:1px solid var(--border)}.shared_sectionHeader__jkxQb h2{font-size:1rem;margin:0;font-weight:600}.shared_descriptionSection__HgmJ_{border:1px solid var(--border)}.shared_descriptionContent__w8K6l{padding:.75rem}.shared_description__bT5q5{margin:0;font-size:.9rem;line-height:1.5;white-space:pre-line;max-height:80px;overflow-y:auto}.shared_emptyDescription__cbayh{color:var(--foreground-secondary);font-style:italic;margin:0}.shared_compactTable__ePKjH td .shared_editTextarea__wu517{width:100%;resize:vertical;min-height:60px;font-size:.9rem;padding:.5rem;border:1px solid #e2e8f0;border-radius:.25rem}.shared_overBudget__9_Y2t{color:#ef4444;font-weight:500}.shared_dataTableWrapper__PQEMh{margin-top:1rem;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.shared_dataTableWrapper__PQEMh .shared_tableStyles__gjKPj{width:100%}.shared_dataTableWrapper__PQEMh td,.shared_dataTableWrapper__PQEMh th{padding:.75rem 1rem}.shared_dataTableWrapper__PQEMh th{background-color:var(--background-secondary);font-weight:600;text-align:left}[data-theme=dark] .shared_dataTableWrapper__PQEMh th{background-color:var(--background-secondary-dark)}.shared_dataTableWrapper__PQEMh tr:hover{background-color:var(--background-hover)}[data-theme=dark] .shared_dataTableWrapper__PQEMh tr:hover{background-color:var(--background-hover-dark)}.shared_productTableSection__0NwVN{margin-bottom:1.5rem;background-color:var(--background);border-radius:8px;overflow:hidden}.shared_productSectionHeader__QANBU{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--background-secondary);border-bottom:1px solid var(--border)}.shared_productSectionHeader__QANBU h3{margin:0;font-size:1rem;font-weight:600}.shared_productSummary__YhI5E{display:flex;gap:1rem;font-size:.875rem}.shared_productSummary__YhI5E span:last-child{font-weight:600;color:var(--primary)}[data-theme=dark] .shared_productSummary__YhI5E span:last-child{color:var(--primary-light)}.shared_attachedProduct__jBYWc{display:flex;align-items:center;gap:1rem;padding:.5rem;border-radius:6px;background-color:var(--background);width:100%}.shared_productImage__ML8Up{width:50px;height:50px;object-fit:cover;border-radius:4px;border:1px solid var(--border)}.shared_productInfo__aTGLH{display:flex;flex-direction:column;flex:1}.shared_productName__0Hlxe{font-weight:600;margin-bottom:.25rem}.shared_productSku__31AdX{font-size:.75rem;color:var(--text-secondary);margin-bottom:.25rem}.shared_productMetadata__Pm_lf{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.shared_metadataItem__NIhGT{font-size:.75rem;background-color:var(--background-secondary);padding:.25rem .5rem;border-radius:4px;color:var(--text-secondary)}@media (max-width:768px){.shared_productSectionHeader__QANBU{flex-direction:column;align-items:flex-start;gap:.5rem}.shared_productSummary__YhI5E{width:100%;justify-content:space-between}.shared_attachedProduct__jBYWc{flex-direction:column;align-items:flex-start}}.shared_statusBadge__3awte{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:capitalize}.shared_selected__Wi_N6{background-color:rgba(34,197,94,.1);color:#22c55e;border:1px solid rgba(34,197,94,.2)}.shared_pending__3cEi9{background-color:rgba(245,158,11,.1);color:#f59e0b;border:1px solid rgba(245,158,11,.2)}[data-theme=dark] .shared_selected__Wi_N6{background-color:rgba(34,197,94,.2);color:#4ade80}[data-theme=dark] .shared_pending__3cEi9{background-color:rgba(245,158,11,.2);color:#fbbf24}.shared_productSection__v6tIq{background-color:var(--background);border-radius:8px;margin-top:1rem}.shared_journey-analysis__Hg3GP{color:var(--foreground);font-size:.875rem;line-height:1.5;padding:1rem}.shared_journey-analysis__Hg3GP h1,.shared_journey-analysis__Hg3GP h2,.shared_journey-analysis__Hg3GP h3{margin-top:1.5rem;margin-bottom:1rem}.shared_journey-analysis__Hg3GP p{margin-bottom:1rem}.shared_disco-session-images__Icw_t{padding:1rem}.shared_journeyAnalysisOrderedList__Yn9jn,.shared_journeyAnalysisUnorderedList__giARU{display:block!important;list-style-position:outside!important;margin:0 0 1rem!important;padding-left:2rem!important;width:100%!important}.shared_journeyAnalysisUnorderedList__giARU{list-style-type:disc!important}.shared_journeyAnalysisOrderedList__Yn9jn{list-style-type:decimal!important}.shared_journeyAnalysisListItem___hCjF{display:list-item!important;margin:.5rem 0!important;line-height:1.5!important;color:var(--foreground)!important}[data-theme=dark] .shared_journeyAnalysisListItem___hCjF{color:var(--foreground)!important}.shared_pageControls__PMMek{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.shared_searchContainer__fHIb4{display:flex;align-items:center;gap:.5rem}.shared_searchInput__lImVp{padding:.75rem 1rem;border-radius:6px;border:1px solid var(--border);background-color:var(--background);color:var(--foreground);font-size:.9rem;min-width:250px}.shared_searchButton__YOTFX{padding:.75rem 1.5rem;border-radius:6px;border:none;background-color:var(--primary);color:#fff;font-size:.9rem;cursor:pointer;transition:opacity .2s ease}.shared_searchButton__YOTFX:hover{opacity:.9}.shared_bulkActions__PLcy4{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background-color:var(--background-secondary);border-radius:6px;border:1px solid var(--border)}.shared_selectedCount__ha2qC{font-size:.9rem;font-weight:500;color:var(--foreground)}.shared_bulkActionButton__CRQn7{padding:.5rem 1rem;border-radius:4px;border:none;background-color:var(--destructive,#f44336);color:#fff;font-size:.85rem;cursor:pointer;transition:all .2s ease}.shared_bulkActionButton__CRQn7:hover:not(:disabled){opacity:.9}.shared_bulkActionButton__CRQn7:disabled{opacity:.5;cursor:not-allowed}.shared_loadingSpinner__BT5Ba{display:inline-block;width:12px;height:12px;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:shared_spin__EZx6F 1s ease-in-out infinite;margin-right:8px;vertical-align:middle}@keyframes shared_spin__EZx6F{to{transform:rotate(1turn)}}@media (max-width:768px){.shared_pageControls__PMMek{flex-direction:column;align-items:flex-start}.shared_bulkActions__PLcy4,.shared_searchContainer__fHIb4{width:100%}}.shared_zoneSummaryRow__t0CoU{cursor:pointer}.shared_hoverHighlight__0ekwd tr:hover,[data-theme=dark] .shared_hoverHighlight__0ekwd tr:hover{background-color:var(--background-hover)!important}