.form-grid.svelte-1sax0oh{display:grid;padding:4px;width:100%}.form-grid.svelte-1sax0oh .full-width{grid-column:1/-1}@media(max-width:640px){.form-grid.svelte-1sax0oh{grid-template-columns:1fr!important}.form-grid.svelte-1sax0oh .full-width{grid-column:auto}}.filter-select-wrapper.svelte-2uyz8h{display:inline-flex;width:200px}@media(max-width:800px){.filter-select-wrapper.svelte-2uyz8h{width:100%}}.input-container.svelte-zbct3o{width:100%;display:flex;flex-direction:column;gap:6px}.input-container.svelte-zbct3o label:where(.svelte-zbct3o){width:fit-content;font-size:10.5pt;font-weight:600;color:var(--text-secondary);transition:color .2s}.input-container.svelte-zbct3o .relative-wrapper:where(.svelte-zbct3o){position:relative;width:100%}.input-container.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o){position:relative;display:flex;align-items:center;width:100%;background:var(--surface);border:1px solid var(--border-primary);border-radius:8px;transition:all .2s ease;overflow:hidden}.input-container.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o):focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-muted)}.input-container.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o):focus-within .icon-container:where(.svelte-zbct3o){color:var(--brand-primary)}.input-container.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o) input:where(.svelte-zbct3o){width:100%;height:40px;padding:8px 12px;border:none;outline:none;font-size:11pt;color:var(--text-primary);background:transparent}.input-container.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o) input:where(.svelte-zbct3o)::placeholder{color:var(--text-muted)}.input-container.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o) input.has-icon:where(.svelte-zbct3o){padding-left:40px}.input-container.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o) .icon-container:where(.svelte-zbct3o){position:absolute;left:12px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:color .2s;pointer-events:none}.input-container.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o) .loading-spinner:where(.svelte-zbct3o){margin-right:12px;color:var(--text-muted);display:flex;align-items:center}.input-container.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o) .side-text-container:where(.svelte-zbct3o){background-color:var(--bg-primary);color:var(--text-secondary);height:40px;padding:0 12px;display:flex;align-items:center;justify-content:center;border-left:1px solid var(--border-primary);font-size:10pt;font-weight:500;flex-shrink:0}.input-container.has-error.svelte-zbct3o label:where(.svelte-zbct3o){color:var(--error)}.input-container.has-error.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o){border-color:var(--error)}.input-container.has-error.svelte-zbct3o .input-wrapper:where(.svelte-zbct3o):focus-within{box-shadow:0 0 0 3px var(--error-muted)}.input-container.svelte-zbct3o .error-wrapper:where(.svelte-zbct3o){display:flex;align-items:center;gap:4px;color:var(--error);margin-top:2px;animation:svelte-zbct3o-slideIn .2s ease-out}.input-container.svelte-zbct3o .error-wrapper:where(.svelte-zbct3o) .error-message:where(.svelte-zbct3o){font-size:9.5pt;font-weight:500}.input-container.svelte-zbct3o .auto-create-warning:where(.svelte-zbct3o){display:flex;align-items:center;gap:4px;color:var(--warning);margin-top:2px;animation:svelte-zbct3o-slideIn .2s ease-out}.input-container.svelte-zbct3o .auto-create-warning:where(.svelte-zbct3o) .auto-create-message:where(.svelte-zbct3o){font-size:9.5pt;font-weight:500}.select-options-portal{background:var(--surface);border:1px solid var(--border-primary);border-radius:10px;box-shadow:var(--shadow);padding:4px;display:flex;flex-direction:column;animation:svelte-zbct3o-dropdownIn .2s ease-out;max-height:240px;overflow-y:auto}.select-options-portal.open-up.svelte-zbct3o{animation:svelte-zbct3o-dropdownInUp .2s ease-out}.select-options-portal .suggestion-item-portal.svelte-zbct3o{width:100%;padding:10px 12px;text-align:left;border:none;background:transparent;cursor:pointer;font-size:10.5pt;color:var(--text-primary);border-radius:6px;transition:all .15s}.select-options-portal .suggestion-item-portal.svelte-zbct3o:hover,.select-options-portal .suggestion-item-portal.highlighted.svelte-zbct3o{background-color:var(--border-primary);color:var(--brand-primary)}.select-options-portal .suggestion-item-portal.loading.svelte-zbct3o,.select-options-portal .suggestion-item-portal.no-results.svelte-zbct3o{color:var(--text-muted);cursor:default;pointer-events:none;display:flex;align-items:center;gap:8px;font-style:italic}@keyframes svelte-zbct3o-dropdownIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-zbct3o-dropdownInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-zbct3o-slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.input-container.svelte-a4no5z{width:100%;display:flex;flex-direction:column;gap:6px}.input-container.svelte-a4no5z label:where(.svelte-a4no5z){width:fit-content;font-size:10.5pt;font-weight:600;color:var(--text-secondary);transition:color .2s}.input-container.svelte-a4no5z .relative-wrapper:where(.svelte-a4no5z){position:relative;width:100%}.input-container.svelte-a4no5z .input-wrapper:where(.svelte-a4no5z){position:relative;display:flex;align-items:center;width:100%;background:var(--surface);border:1px solid var(--border-primary);border-radius:8px;transition:all .2s ease;overflow:hidden}.input-container.svelte-a4no5z .input-wrapper:where(.svelte-a4no5z):focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-muted)}.input-container.svelte-a4no5z .input-wrapper:where(.svelte-a4no5z):focus-within .icon-container:where(.svelte-a4no5z){color:var(--brand-primary)}.input-container.svelte-a4no5z .input-wrapper:where(.svelte-a4no5z) input:where(.svelte-a4no5z){width:100%;height:40px;padding:8px 12px;border:none;outline:none;font-size:11pt;color:var(--text-primary);background:transparent}.input-container.svelte-a4no5z .input-wrapper:where(.svelte-a4no5z) input:where(.svelte-a4no5z)::placeholder{color:var(--text-muted)}.input-container.svelte-a4no5z .input-wrapper:where(.svelte-a4no5z) input.has-icon:where(.svelte-a4no5z){padding-left:40px}.input-container.svelte-a4no5z .input-wrapper:where(.svelte-a4no5z) .icon-container:where(.svelte-a4no5z){position:absolute;left:12px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:color .2s;pointer-events:none}.input-container.svelte-a4no5z .input-wrapper:where(.svelte-a4no5z) .loading-spinner:where(.svelte-a4no5z){margin-right:12px;color:var(--text-muted);display:flex;align-items:center}.input-container.has-error.svelte-a4no5z label:where(.svelte-a4no5z){color:var(--error)}.input-container.has-error.svelte-a4no5z .input-wrapper:where(.svelte-a4no5z){border-color:var(--error)}.input-container.has-error.svelte-a4no5z .input-wrapper:where(.svelte-a4no5z):focus-within{box-shadow:0 0 0 3px var(--error-muted)}.input-container.svelte-a4no5z .error-wrapper:where(.svelte-a4no5z){display:flex;align-items:center;gap:4px;color:var(--error);margin-top:2px;animation:svelte-a4no5z-slideIn .2s ease-out}.input-container.svelte-a4no5z .error-wrapper:where(.svelte-a4no5z) .error-message:where(.svelte-a4no5z){font-size:9.5pt;font-weight:500}.select-options-portal{background:var(--surface);border:1px solid var(--border-primary);border-radius:10px;box-shadow:var(--shadow);padding:4px;display:flex;flex-direction:column;animation:svelte-a4no5z-dropdownIn .2s ease-out;max-height:240px;overflow-y:auto}.select-options-portal.open-up.svelte-a4no5z{animation:svelte-a4no5z-dropdownInUp .2s ease-out}.select-options-portal .suggestion-item-portal.svelte-a4no5z{width:100%;padding:10px 12px;text-align:left;border:none;background:transparent;cursor:pointer;font-size:10.5pt;color:var(--text-primary);border-radius:6px;transition:all .15s}.select-options-portal .suggestion-item-portal.svelte-a4no5z:hover,.select-options-portal .suggestion-item-portal.highlighted.svelte-a4no5z{background-color:var(--border-primary);color:var(--brand-primary)}.select-options-portal .suggestion-item-portal.loading.svelte-a4no5z,.select-options-portal .suggestion-item-portal.no-results.svelte-a4no5z{color:var(--text-muted);cursor:default;pointer-events:none;display:flex;align-items:center;gap:8px;font-style:italic}@keyframes svelte-a4no5z-dropdownIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-a4no5z-dropdownInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-a4no5z-slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.multi-select-container.svelte-1iqslj4{width:100%;display:flex;flex-direction:column;gap:6px}.multi-select-container.svelte-1iqslj4 label:where(.svelte-1iqslj4){width:fit-content;font-size:10.5pt;font-weight:600;color:var(--text-secondary);transition:color .2s}.multi-select-container.svelte-1iqslj4 .relative-wrapper:where(.svelte-1iqslj4){position:relative;width:100%}.multi-select-container.svelte-1iqslj4 .input-field-container:where(.svelte-1iqslj4){display:flex;align-items:center;background:var(--surface);border:1px solid var(--border-primary);border-radius:8px;transition:all .2s ease;overflow:hidden}.multi-select-container.svelte-1iqslj4 .input-field-container:where(.svelte-1iqslj4):focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-muted)}.multi-select-container.svelte-1iqslj4 .input-field-container:where(.svelte-1iqslj4) input:where(.svelte-1iqslj4){width:100%;height:40px;padding:8px 12px;border:none;outline:none;font-size:11pt;color:var(--text-primary);background:transparent}.multi-select-container.svelte-1iqslj4 .input-field-container:where(.svelte-1iqslj4) input:where(.svelte-1iqslj4)::placeholder{color:var(--text-muted)}.multi-select-container.svelte-1iqslj4 .input-field-container:where(.svelte-1iqslj4) .loading-spinner:where(.svelte-1iqslj4){margin-right:12px;color:var(--text-muted);display:flex;align-items:center}.multi-select-container.svelte-1iqslj4 .selected-items-list:where(.svelte-1iqslj4){display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.multi-select-container.svelte-1iqslj4 .selected-items-list:where(.svelte-1iqslj4) .selected-chip:where(.svelte-1iqslj4){display:flex;align-items:center;gap:6px;background-color:var(--bg-primary);color:var(--text-secondary);padding:4px 10px;border-radius:8px;font-size:9.5pt;font-weight:600;border:1px solid var(--border-primary);transition:all .2s}.multi-select-container.svelte-1iqslj4 .selected-items-list:where(.svelte-1iqslj4) .selected-chip:where(.svelte-1iqslj4):hover{background-color:var(--border-primary)}.multi-select-container.svelte-1iqslj4 .selected-items-list:where(.svelte-1iqslj4) .selected-chip.new-chip:where(.svelte-1iqslj4){background-color:var(--warning-muted);border-color:var(--warning);color:var(--warning)}.multi-select-container.svelte-1iqslj4 .selected-items-list:where(.svelte-1iqslj4) .selected-chip:where(.svelte-1iqslj4) .remove-chip-btn:where(.svelte-1iqslj4){display:flex;align-items:center;justify-content:center;border:none;background:var(--text-muted);color:var(--brand-text);border-radius:50%;width:18px;height:18px;cursor:pointer;transition:all .2s}.multi-select-container.svelte-1iqslj4 .selected-items-list:where(.svelte-1iqslj4) .selected-chip:where(.svelte-1iqslj4) .remove-chip-btn:where(.svelte-1iqslj4):hover{background:var(--error);color:var(--brand-text)}.multi-select-container.has-error.svelte-1iqslj4 label:where(.svelte-1iqslj4){color:var(--error)}.multi-select-container.has-error.svelte-1iqslj4 .input-field-container:where(.svelte-1iqslj4){border-color:var(--error)}.multi-select-container.has-error.svelte-1iqslj4 .input-field-container:where(.svelte-1iqslj4):focus-within{box-shadow:0 0 0 3px var(--error-muted)}.multi-select-container.svelte-1iqslj4 .error-wrapper:where(.svelte-1iqslj4){display:flex;align-items:center;gap:4px;color:var(--error);margin-top:2px;animation:svelte-1iqslj4-slideIn .2s ease-out}.multi-select-container.svelte-1iqslj4 .error-wrapper:where(.svelte-1iqslj4) .error-message:where(.svelte-1iqslj4){font-size:9.5pt;font-weight:500}.multi-select-container.svelte-1iqslj4 .auto-create-warning:where(.svelte-1iqslj4){display:flex;align-items:center;gap:4px;color:var(--warning);margin-top:2px;animation:svelte-1iqslj4-slideIn .2s ease-out}.multi-select-container.svelte-1iqslj4 .auto-create-warning:where(.svelte-1iqslj4) .auto-create-message:where(.svelte-1iqslj4){font-size:9.5pt;font-weight:500}.select-options-portal{background:var(--surface);border:1px solid var(--border-primary);border-radius:10px;box-shadow:var(--shadow);padding:4px;display:flex;flex-direction:column;animation:svelte-1iqslj4-dropdownIn .2s ease-out;max-height:240px;overflow-y:auto}.select-options-portal.open-up.svelte-1iqslj4{animation:svelte-1iqslj4-dropdownInUp .2s ease-out}.select-options-portal .suggestion-item-portal.svelte-1iqslj4{width:100%;padding:10px 12px;text-align:left;border:none;background:transparent;cursor:pointer;font-size:10.5pt;color:var(--text-primary);border-radius:6px;transition:all .15s}.select-options-portal .suggestion-item-portal.svelte-1iqslj4:hover,.select-options-portal .suggestion-item-portal.highlighted.svelte-1iqslj4{background-color:var(--border-primary);color:var(--brand-primary)}.select-options-portal .suggestion-item-portal.loading.svelte-1iqslj4,.select-options-portal .suggestion-item-portal.no-results.svelte-1iqslj4{color:var(--text-muted);cursor:default;pointer-events:none;display:flex;align-items:center;gap:8px;font-style:italic}@keyframes svelte-1iqslj4-dropdownIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1iqslj4-dropdownInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1iqslj4-slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.container.svelte-11vdb5u{padding:calc(40px + var(--navbar-height)) 100px 40px 100px;background-color:var(--bg-primary);display:flex;flex-direction:column;gap:40px;min-height:100vh}.container.svelte-11vdb5u .btn-add-record:where(.svelte-11vdb5u){background-color:var(--brand-primary);color:var(--brand-text);border:none;filter:saturate(.85)}.container.svelte-11vdb5u .btn-add-record:where(.svelte-11vdb5u):hover{background-color:var(--brand-hover)}.container.svelte-11vdb5u .table-wrapper:where(.svelte-11vdb5u) .table-header,.container.svelte-11vdb5u .table-wrapper:where(.svelte-11vdb5u) .table-row:where(.svelte-11vdb5u){grid-template-columns:var(--first-col-width) 1.5fr 1fr 1.5fr 2fr 1.5fr var(--last-col-width);min-width:1000px}.container.svelte-11vdb5u .cell-tag.cultivation:where(.svelte-11vdb5u){background-color:var(--brand-muted);color:var(--brand-primary)}.container.svelte-11vdb5u .cell-tag.planting:where(.svelte-11vdb5u){background-color:var(--success-muted);color:var(--success)}.container.svelte-11vdb5u .cell-tag.feed:where(.svelte-11vdb5u){background-color:var(--warning-muted);color:var(--warning)}.container.svelte-11vdb5u .cell-tag.harvest:where(.svelte-11vdb5u){background-color:var(--warning-muted);color:var(--warning)}.container.svelte-11vdb5u .cell-tag.settlement:where(.svelte-11vdb5u){background-color:var(--bg-secondary);color:var(--text-secondary)}.container.svelte-11vdb5u .cell-tag.maintenance:where(.svelte-11vdb5u){background-color:var(--info-muted);color:var(--info)}.container.svelte-11vdb5u .section-title:where(.svelte-11vdb5u){font-size:11pt;font-weight:700;color:var(--text-primary);margin:10px 0 15px;border-bottom:2px solid var(--border-secondary);padding-bottom:8px}.container.svelte-11vdb5u .input-container:where(.svelte-11vdb5u){display:flex;flex-direction:column;gap:6px}.container.svelte-11vdb5u .input-container:where(.svelte-11vdb5u) label:where(.svelte-11vdb5u){font-size:10.5pt;font-weight:600;color:var(--text-secondary)}.container.svelte-11vdb5u .input-container.required:where(.svelte-11vdb5u) label:where(.svelte-11vdb5u):after{content:"*";color:var(--error);margin-left:2px}.container.svelte-11vdb5u .input-with-action:where(.svelte-11vdb5u){display:flex;align-items:flex-end;gap:8px}.container.svelte-11vdb5u .input-with-action:where(.svelte-11vdb5u) .input-container{flex:1}.container.svelte-11vdb5u .input-with-action:where(.svelte-11vdb5u) .btn-quick-create:where(.svelte-11vdb5u){display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--brand-primary);text-decoration:none;transition:all .2s;flex-shrink:0}.container.svelte-11vdb5u .input-with-action:where(.svelte-11vdb5u) .btn-quick-create:where(.svelte-11vdb5u):hover{background-color:var(--brand-primary);color:var(--brand-text);border-color:var(--brand-primary)}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u){display:flex;flex-direction:column;gap:8px;margin-top:12px}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .usage-item:where(.svelte-11vdb5u){display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background-color:var(--bg-primary);border-radius:10px;border:1px solid var(--border-primary);transition:all .2s}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .usage-item:where(.svelte-11vdb5u):hover{border-color:var(--text-muted);background-color:var(--bg-secondary)}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .usage-item:where(.svelte-11vdb5u) .usage-info:where(.svelte-11vdb5u){display:flex;align-items:center;gap:8px;color:var(--text-secondary)}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .usage-item:where(.svelte-11vdb5u) .usage-info:where(.svelte-11vdb5u) .usage-name:where(.svelte-11vdb5u){font-weight:600;font-size:10.5pt;color:var(--text-primary)}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .usage-item:where(.svelte-11vdb5u) .usage-controls:where(.svelte-11vdb5u){display:flex;align-items:center;gap:12px}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .usage-item:where(.svelte-11vdb5u) .usage-controls:where(.svelte-11vdb5u) input:where(.svelte-11vdb5u){width:70px;height:32px;padding:4px 8px;border-radius:6px;border:1px solid var(--border-primary);text-align:center;font-size:10.5pt;font-weight:600;outline:none;background-color:var(--surface);color:var(--text-primary)}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .usage-item:where(.svelte-11vdb5u) .usage-controls:where(.svelte-11vdb5u) input:where(.svelte-11vdb5u):focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px #22c55e1a}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .usage-item:where(.svelte-11vdb5u) .usage-controls:where(.svelte-11vdb5u) .usage-unit:where(.svelte-11vdb5u){font-size:10pt;font-weight:500;color:var(--text-muted);min-width:30px}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .usage-item:where(.svelte-11vdb5u) .usage-controls:where(.svelte-11vdb5u) .btn-remove-usage:where(.svelte-11vdb5u){background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:6px;transition:all .2s}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .usage-item:where(.svelte-11vdb5u) .usage-controls:where(.svelte-11vdb5u) .btn-remove-usage:where(.svelte-11vdb5u):hover{background-color:var(--error-muted);color:var(--error)}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .empty-usage:where(.svelte-11vdb5u){display:flex;flex-direction:column;align-items:center;gap:8px;padding:30px;color:var(--text-muted);background-color:var(--bg-primary);border:2px dashed var(--border-primary);border-radius:12px}.container.svelte-11vdb5u .usage-section:where(.svelte-11vdb5u) .usage-list:where(.svelte-11vdb5u) .empty-usage:where(.svelte-11vdb5u) p:where(.svelte-11vdb5u){font-size:10pt;font-style:italic}.container.svelte-11vdb5u .buttons:where(.svelte-11vdb5u){display:flex;justify-content:flex-end;gap:12px}.category-details-section.svelte-11vdb5u{margin-top:10px}.details-modal-content.svelte-11vdb5u{display:flex;flex-direction:column;gap:20px}.details-modal-content.svelte-11vdb5u .detail-group:where(.svelte-11vdb5u){display:flex;flex-direction:column;gap:6px}.details-modal-content.svelte-11vdb5u .detail-group:where(.svelte-11vdb5u) .label:where(.svelte-11vdb5u){font-size:9pt;font-weight:700;color:var(--text-muted);text-transform:uppercase}.details-modal-content.svelte-11vdb5u .detail-group:where(.svelte-11vdb5u) span:where(.svelte-11vdb5u){font-size:11pt;color:var(--text-primary);font-weight:500}.details-modal-content.svelte-11vdb5u .detail-group:where(.svelte-11vdb5u) .notes-text:where(.svelte-11vdb5u){font-size:10.5pt;color:var(--text-secondary);background-color:var(--bg-primary);padding:12px;border-radius:8px;border:1px solid var(--border-primary);line-height:1.5}.details-modal-content.svelte-11vdb5u .details-section:where(.svelte-11vdb5u){background-color:var(--bg-secondary);padding:15px;border-radius:10px;border:1px solid var(--border-primary)}.details-modal-content.svelte-11vdb5u .details-section:where(.svelte-11vdb5u) .section-title:where(.svelte-11vdb5u){margin-top:0;margin-bottom:12px;font-size:10pt}.details-modal-content.svelte-11vdb5u .details-section:where(.svelte-11vdb5u) .detail-row:where(.svelte-11vdb5u){display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border-secondary)}.details-modal-content.svelte-11vdb5u .details-section:where(.svelte-11vdb5u) .detail-row:where(.svelte-11vdb5u):last-child{border-bottom:none}.details-modal-content.svelte-11vdb5u .details-section:where(.svelte-11vdb5u) .detail-row:where(.svelte-11vdb5u) .label:where(.svelte-11vdb5u){color:var(--text-secondary);font-weight:500}.details-modal-content.svelte-11vdb5u .details-section:where(.svelte-11vdb5u) .detail-row:where(.svelte-11vdb5u) .value:where(.svelte-11vdb5u){color:var(--text-primary);font-weight:600}.details-footer.svelte-11vdb5u{width:100%;display:flex;justify-content:flex-end;padding-top:10px}.details-footer.svelte-11vdb5u .close-details-btn:where(.svelte-11vdb5u){padding:8px 24px;border-radius:8px;font-weight:600;background-color:var(--bg-secondary);border:1px solid var(--border-primary);color:var(--text-primary);transition:all .2s}.details-footer.svelte-11vdb5u .close-details-btn:where(.svelte-11vdb5u):hover{background-color:var(--hover-primary);border-color:var(--text-muted)}.dropdown-btn.svelte-11vdb5u{width:max-content;min-width:100%;display:flex;align-items:center;gap:10px;padding:10px 15px;background:none;border:none;cursor:pointer;font-size:10pt;color:var(--text-secondary);transition:all .2s;white-space:nowrap}.dropdown-btn.svelte-11vdb5u:hover{background-color:var(--bg-secondary);color:var(--brand-primary)}.dropdown-btn.remove-btn.svelte-11vdb5u:hover{background-color:var(--error-muted);color:var(--error)}@media(max-width:1200px){.container.svelte-11vdb5u{padding:calc(40px + var(--navbar-height)) 40px 40px 40px}}@media(max-width:800px){.container.svelte-11vdb5u{padding:calc(20px + var(--navbar-height)) 20px 20px 20px;gap:20px}}
