.note-search{flex:1 1;min-width:250px}.search-input-wrapper{position:relative}.search-input{border:2px solid #d1d5db;border-radius:.5rem;box-sizing:border-box;font-size:1rem;padding:.75rem 2.5rem .75rem 1rem;transition:all .2s;width:100%}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.search-input:disabled{opacity:.6}.search-clear{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:1.25rem;height:20px;justify-content:center;padding:0;position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:20px}.search-clear:hover{color:#374151}.search-icon{color:#6b7280;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.search-hint{color:#6b7280;font-size:.75rem;font-style:italic;margin-top:.25rem}.search-loading{color:#3b82f6;position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.search-input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.7}.note-list{width:100%}.list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;padding:0 .5rem}.list-header h4{color:#374151;font-size:1.125rem;margin:0}.sort-select{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.5rem}.sort-select:focus{border-color:#3b82f6;outline:none}.sort-select:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.notes-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media (max-width:640px){.notes-grid{grid-template-columns:1fr}}.empty-state{color:#6b7280}.empty-state p{font-size:1rem;margin:0}.note-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;padding:1rem;transition:all .2s}.note-card:hover{box-shadow:0 4px 6px -1px #0000001a}.note-card.disabled{opacity:.6}.note-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.note-title-section h4{color:#111827;font-size:1rem;line-height:1.4;margin:0 0 .5rem}.note-meta{align-items:center;display:flex;gap:.5rem}.note-type{border-radius:.375rem;font-size:.75rem;font-weight:500;letter-spacing:.05em;padding:.25rem .5rem;text-transform:uppercase}.type-installation{background:#dbeafe;color:#1e40af}.type-care{background:#dcfce7;color:#166534}.type-transportation{background:#fef3c7;color:#92400e}.type-conservation{background:#fce7f3;color:#be185d}.type-exhibition{background:#e0e7ff;color:#3730a3}.type-general{background:#f3f4f6;color:#374151}.priority-dot{border-radius:0;display:inline-block;height:0;width:0}.note-actions{display:flex;gap:.25rem}.note-content{margin-bottom:1rem}.note-content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#4b5563;display:-webkit-box;font-size:.875rem;line-height:1.5;margin:0;overflow:hidden}.note-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#f3f4f6;display:inline-block}.note-footer{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding-top:.75rem}.note-date{color:#6b7280;font-size:.75rem}.note-form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.note-form{background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:100%}.note-form h3{color:#111827;font-size:1.5rem;margin:0 0 1.5rem}.form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;width:100%}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;font-family:inherit;font-size:.875rem;padding:.75rem;transition:all .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.form-group textarea{min-height:120px;resize:vertical}.form-row{grid-gap:1rem;box-sizing:border-box;display:grid;gap:1rem;grid-template-columns:1fr 1fr;width:100%}.form-row .form-group{margin-bottom:0}.form-group .tag-input,.form-row .form-group select{width:100%}.form-group .tags-container{box-sizing:border-box;width:100%}.form-actions{border-top:1px solid #e5e7eb;gap:1rem;margin-top:2rem;padding-top:1rem;width:100%}.btn{border:none;box-sizing:border-box;padding:.75rem 1.5rem;transition:all .2s}.btn:disabled{opacity:.6}.btn-primary{background:#3b82f6}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background:#4b5563}@media (max-width:640px){.form-row{grid-template-columns:1fr}.note-form{margin:1rem;padding:1.5rem}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%}}.tag-input{position:relative;width:100%}.tags-container{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:.5rem;min-height:44px;padding:.5rem;position:relative;z-index:1}.tags-container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;z-index:10}.tag{background:#e5e7eb;border-radius:.375rem;color:#374151;display:inline-flex;font-size:.75rem;gap:.25rem;padding:.25rem .5rem}.tag,.tag-remove{align-items:center;flex-shrink:0}.tag-remove{background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1rem;height:16px;justify-content:center;padding:0;width:16px}.tag-remove:hover{background:#d1d5db;color:#374151}.tag-input-wrapper{box-sizing:border-box;flex:1 1;max-width:100%;min-width:120px;position:relative;z-index:5}.tag-input-field{background:#0000;border:none;box-sizing:border-box;font-size:.875rem;min-width:80px;outline:none;padding:.25rem;width:100%}.tag-input-field:disabled{background:#0000;cursor:not-allowed;opacity:.6}.tag-input-field::placeholder{color:#9ca3af}.tag-suggestions{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a,0 10px 15px -3px #0000001a;left:-1px;margin-top:2px;max-height:200px;overflow-y:auto;position:absolute;right:-1px;top:100%;z-index:1000}.suggestion-item{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;justify-content:space-between;padding:.5rem .75rem;transition:background-color .2s}.suggestion-item:last-child{border-bottom:none}.suggestion-item.selected,.suggestion-item:hover{background:#3b82f6;color:#fff}.suggestion-hint{font-size:.75rem;opacity:.7}.suggestion-item.selected .suggestion-hint,.suggestion-item:hover .suggestion-hint{opacity:.9}.tag-input-hints{color:#6b7280;display:flex;flex-wrap:wrap;font-size:.75rem;gap:1rem;margin-top:.5rem}body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ReactModal__Overlay{background-color:#0009;border:3px solid grey;height:60%;margin:auto;padding:10px;width:50%}.ReactModal__Content{align-items:self-start;background-color:#fff;border-radius:5px;box-shadow:0 5px 15px #00000080;display:flex;margin:0 0 10px;padding:70px 0}.ReactModal__Content h2{font-size:18px;margin-top:0;text-align:center}.ReactModal__Content label{display:block;margin-top:0;min-width:100px;width:150px}.ReactModal__Content Typography,.ReactModal__Content label,.ReactModal__Content menuitem{color:#6b07eb;font-size:12px}.ReactModal__Content input{font-size:10px;margin-top:0}.ReactModal__Content textarea{font-size:10px;margin-top:0;min-height:60px;width:80%}.ReactModal__Content p{align-content:flex-start;display:flex;font-size:10px;margin-top:0;width:80%}.ReactModal__Content button{background-color:#87cefa;border:1px solid #fff;color:#191ee5;cursor:pointer;font-size:12px}button{background-color:#6b07eb;border:1px solid #fff;border-radius:5px;color:#007bff;font-size:10px;padding:10px}button:hover{background-color:#fff;color:#6b07eb}.btn-icon{background:none;border:none;border-radius:.25rem;cursor:pointer;font-size:1rem;padding:.25rem;transition:background-color .2s}.btn-icon:hover{background:#f3f4f6}a{color:#6b07eb}a,a:link:hover{padding:5px;text-decoration:none}a:link:hover{color:#eaa01b;margin-top:-10px}.ReactModal__Content select{color:#6b07eb;font-size:10px}.required-field{position:relative}.required-field label:after{color:#ff6b6b;content:"●";font-size:6px;margin-left:4px;position:relative;top:-3px}.required-field input,.required-field select{padding-left:8px;transition:all .2s ease}.required-field input:focus,.required-field select:focus{border-color:#4dabf7;box-shadow:0 0 0 2px #4dabf71a}.artImage{align-content:center,;border:1px solid #0000000d;height:300px;margin-bottom:0;object-fit:contain;width:250px}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.gallery-grid.compact{gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.art-card{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 0 4px #0000001a;display:flex;flex-direction:column;height:450px;max-width:250px;padding:10px;width:100%}.art-card.compact{border-radius:6px;box-shadow:0 0 3px #00000014;height:280px;max-width:180px;padding:8px}.art-card img{border-radius:4px;height:200px;object-fit:cover;width:100%}.art-card.compact img{height:120px}.art-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-weight:600;line-height:1.2;margin-top:6px;overflow:hidden;text-overflow:ellipsis}.art-title.compact{-webkit-line-clamp:1}.art-artist{color:#444;font-size:.9rem;font-weight:500;margin-top:4px}.art-artist,.art-category{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.art-category{color:#666;font-size:.75rem;font-weight:400;letter-spacing:.03em;margin-top:2px;text-transform:uppercase}@media (max-width:600px){.gallery-grid{gap:.75rem;grid-template-columns:1fr}.art-card,.art-card.compact{height:auto;max-width:100%}.art-card img,.art-card.compact img{height:180px}.art-title{-webkit-line-clamp:2}.art-title.compact{-webkit-line-clamp:1}}.gallery-image-box{align-items:center;display:flex;height:200px;justify-content:center}.gallery-image{aspect-ratio:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;height:190px;object-fit:cover;overflow:hidden;position:relative;transition:all .3s ease;width:190px}.sectionlabel{color:#333;display:block;font-size:.95rem;font-weight:600;margin-top:.25rem}.container{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;padding:1rem}.details-container{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;box-sizing:border-box;height:auto;margin:auto;max-width:100%;min-height:auto;overflow:visible;padding:20px;width:100%}.scroll-container{max-height:100vh;overflow-y:auto}.break{flex-basis:25%;height:0}.box{align-items:center;background-color:#f5f5f5;border:1px solid #ccc;border-radius:1rem;display:flex;flex:1 1 300px;margin:.5rem .5rem 1rem;min-height:auto;padding:1rem;text-align:left}@media (max-width:600px){.box,.container{flex-direction:column}.box{height:auto;margin:.5rem 0;min-height:auto;padding:.75rem}.box,.filter-input{width:100%}}.filter-group{align-items:center;flex:1 1 auto;flex-direction:column;gap:1rem}.filter-group label{color:#333;font-size:.9rem;margin-bottom:.25rem}.range-group .range-inputs{display:flex;gap:.5rem}.range-group .range-inputs input{flex:1 1 auto;margin-bottom:.5rem;min-width:0}@media (max-width:600px){.flex-form{flex-direction:column}.filter-group{width:100%}.range-group .range-inputs{flex-direction:row}}.inline-controls{align-items:center;display:flex;gap:.5rem;margin-top:.25rem}.inline-controls input,.inline-controls select{flex:1 1 auto;min-width:100px}.filter-input{font-size:12px;padding:.5rem}.filter-input[type=number]{height:auto;max-width:120px;min-height:auto;min-width:30px;text-align:right}.filter-input[type=text]{height:auto;max-width:auto;min-height:auto;min-width:60px;width:100%}@media (max-width:600px){.filter-bar{align-items:stretch;flex-direction:column;height:auto;min-height:auto}.filter-input{width:100%}}.modal-backdrop{height:100vh;left:0;top:0;width:100vw;z-index:2500}.modal-backdrop search{height:70%;width:50%}.modal-overlay{z-index:5000}.modal-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.modal-content{background:#4599f3cf;border-color:#191ee5;border-radius:8px;display:flex;flex-direction:column;padding:1.5rem 1.5rem 100px;width:90%;z-index:6000}@media (max-width:768px){.modal-content{padding-bottom:20px}}.modal-body{flex:1 1;max-height:calc(90vh - 120px);overflow-y:auto;padding-bottom:120px}.modal-content search{background:#8f8686;border-radius:8px;box-shadow:0 2px 6px #0000001a;display:flex;flex-wrap:wrap;gap:12px;padding:20px;width:60%}.modal-footer{background:#00000080;border-bottom:1px solid #e2e8f0;border-top:1px solid #ddd;box-shadow:0 -2px 6px #0000001a;overflow-x:auto;padding:.75rem;position:-webkit-sticky;position:sticky;z-index:100}.modal-actions,.modal-footer{bottom:0;gap:1rem;justify-content:flex-end}.modal-actions{background:linear-gradient(#0000,#a19898af 40%);border-radius:0 0 8px 8px;display:flex;justify-content:space-between;left:0;padding:1.5rem;position:absolute;right:0;width:100%}.modal-actions button{border:2px solid #0000;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;gap:1rem;min-width:120px;padding:.75rem 2rem;transition:all .3s ease}.modal-actions .primary-btn{background:#191ee5;border-color:#191ee5;color:#fff}.modal-actions .secondary-btn{background:#0000;border-color:#191ee5;color:#191ee5}.modal-actions .cancel-btn{background:#0000;border-color:#666;color:#666}.modal-actions button:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.modal-actions button:active{transform:translateY(0)}.search-field{border:1px solid #ccc;border-radius:6px;flex:1 1 200px;font-size:14px;padding:8px 12px}.search-field:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233;outline:none}.action-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.action-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;margin:2rem 0;padding:1.5rem;text-align:center}.action-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:right}.fab-container{bottom:2rem;position:fixed;right:2rem;z-index:100}.fab-button{align-items:center;background:#3b82f6;border:none;border-radius:50%;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:10px;height:56px;justify-content:center;width:56px}.fab-menu{background:#fff;border-radius:.5rem;bottom:70px;box-shadow:0 4px 12px #0003;min-width:200px;padding:.5rem;position:absolute;right:0}.client-select-box{align-items:center;background-color:#4a4444;display:flex;flex-shrink:0;gap:4px;max-width:250px;min-width:100px;padding:.5rem}.client-selector{color:#fff;flex-grow:1;min-width:70px}.client-selector .MuiSelect-icon{color:#fff}.client-selector .MuiOutlinedInput-notchedOutline{border-color:#ffffff80}.customer-default-btn{flex-shrink:0;height:32px;padding:0;width:32px}.client-selector .MuiMenuItem-root{color:#fff}.client-selector .MuiSelect-select{color:#fff;font-family:Segoe UI,sans-serif;font-size:12px}.label{color:#191ee5;display:block;font-weight:600;margin-bottom:5px}.input,.label{font-size:14px}.input{border:1px solid #ccc;border-radius:5px;padding:8px;width:100%}.input:focus{outline-color:#007bff}.search-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.search-button:hover{background-color:#0056b3}.close-button{background-color:#007bff;border-radius:5px;color:#333;font-size:20px;right:10px;top:10px}.close-button:hover{color:#f44336}.currency-select{flex-shrink:0;min-width:100px}.info-cards{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:16px}.info-card{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #00000026;color:#333;display:flex;flex:1 1 30%;flex-direction:column;justify-content:center;min-height:100px;min-width:200px;padding:16px;text-align:center}@media (max-width:600px){.info-card{flex:1 1 100%;margin-bottom:12px}}.tt-container{background:#6a6f80;background:var(--tt-bg,#6a6f80);border-bottom:1px solid #ffffff14;border-top:1px solid #ffffff14;color:#f2f5ff;color:var(--tt-fg,#f2f5ff);font:500 14px/1.2 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;overflow:hidden;position:relative;white-space:nowrap;width:100%}.tt-track{animation:tt-scroll 30s linear infinite;animation:tt-scroll var(--tt-duration,30s) linear infinite;display:flex;width:-webkit-max-content;width:max-content}.tt-content{display:inline-block;padding:8px 48px 8px 0}.tt-content .tt-base{color:#f6f827;opacity:.85}.tt-content.tt-dup{margin-left:48px}.tt-container:hover .tt-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.tt-track{animation:none;transform:none!important}}@keyframes tt-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.dimension-container{display:flex;flex-wrap:wrap;gap:12px}.dimension-box{align-items:flex-end;background:#fafafa;border:1px solid #ccc;border-radius:6px;display:flex;flex:1 1 200px;flex-direction:row;gap:8px;max-width:100%;padding:8px 10px}.dimension-box input,.dimension-box select{box-sizing:border-box;max-width:100%}.dimension-box label{white-space:nowrap}@media (max-width:768px){.dim-field,.dimension-box{align-items:flex-start;flex:1 1 100%;flex-direction:column}}.dim-field{display:flex;flex-direction:column;font-size:10px}.dim-field label{color:#555;font-size:.7rem;margin-bottom:2px}.dim-input{width:80px}.dim-input,.unit-input{border:1px solid #d1d5db;border-radius:4px;font-size:10px;padding:2px 4px}.unit-input{width:70px}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f5f9}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}*{transition-duration:.15s;transition-property:color,background-color,border-color,opacity}.focus-ring:focus{outline:2px solid #3b82f6;outline-offset:2px}.card-hover{transition:all .3s ease}.card-hover:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.publication-popover .MuiPaper-root{background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 12px #00000026}.responsive-button{border-radius:.5rem;font-size:1rem;min-height:42px;padding:.55rem 1.25rem}@media (max-width:900px){.responsive-button{font-size:.95rem;min-height:40px;padding:.5rem 1rem}}@media (max-width:600px){.responsive-button{border-radius:.45rem;font-size:.85rem;min-height:36px;padding:.45rem .85rem}}@media (max-width:400px){.responsive-button{font-size:.8rem;min-height:34px;padding:.4rem .75rem}}.menu-bar-style,.side-menu-style{display:block}@media (max-width:768px){.menu-bar-style{display:none}}.valuation-section{margin-bottom:2rem}.valuation-section .section-header{margin-bottom:1rem}.valuation-cards{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;width:100%}.valuation-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d;display:flex;flex-direction:column;justify-content:space-between;min-height:90px;min-width:0;overflow:hidden;padding:.75rem .9rem;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.valuation-card:hover{border-color:#cbd5f5;box-shadow:0 4px 10px #0f172a14;transform:translateY(-1px)}.valuation-card-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.35rem}.valuation-card-icon{align-items:center;border-radius:9999px;display:inline-flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.valuation-card-title{color:#475569;font-size:.8rem;font-weight:600;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.valuation-card-value{color:#0f172a;font-size:1.1rem;font-weight:600;margin-bottom:.15rem}.valuation-card-meta{color:#6b7280;font-size:.75rem}.valuation-card--acquisition .valuation-card-icon{background-color:#ecfdf3;border:1px solid #bbf7d0}.valuation-card--acquisition .valuation-card-icon svg{color:#16a34a}.valuation-card--acquisition{border-color:#bbf7d0}.valuation-card--insurance .valuation-card-icon{background-color:#eff6ff;border:1px solid #bfdbfe}.valuation-card--insurance .valuation-card-icon svg{color:#2563eb}.valuation-card--insurance{border-color:#bfdbfe}.valuation-card--fmv .valuation-card-icon{background-color:#fef3c7;border:1px solid #fde68a}.valuation-card--fmv .valuation-card-icon svg{color:#d97706}.valuation-card--fmv{border-color:#fde68a}.valuation-label{align-items:center;color:#64748b;display:flex;font-size:.7rem;font-weight:600;gap:.25rem;justify-content:center;letter-spacing:.05em;line-height:1.2;margin-bottom:.5rem;text-transform:uppercase}.valuation-value{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;display:-webkit-box;font-size:.875rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.valuation-value.amount{color:#059669;font-size:.95rem}.valuation-value.date{color:#7c3aed}.valuation-value.type{color:#dc2626}.valuation-value.valuator{color:#0369a1}.valuation-label:before{font-size:.75rem}.valuation-label.date:before{content:"📅"}.valuation-label.amount:before{content:"💰"}.valuation-label.base-currency:before{content:"💱"}.valuation-label.type:before{content:"🏷️"}.valuation-label.valuator:before{content:"👤"}@media (max-width:1200px){.valuation-cards{gap:.625rem;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.valuation-cards{gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.valuation-card{min-height:70px;padding:.75rem .5rem}.valuation-label{font-size:.65rem}.valuation-value{font-size:.8rem}.valuation-value.amount{font-size:.85rem}}@media (max-width:480px){.valuation-cards{gap:.5rem;grid-template-columns:1fr}.valuation-card{align-items:center;flex-direction:column;justify-content:space-between;min-height:65px;padding:.75rem;text-align:left}.valuation-label{flex:0 0 100px;justify-content:flex-start;margin-bottom:0}.valuation-value{flex:1 1;text-align:right}}.valuation-cards.loading{opacity:.7}.valuation-card.loading{pointer-events:none}.loading-shimmer{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:.25rem;height:1rem}.valuation-label.loading-shimmer{height:.75rem;margin:0 auto .75rem;width:60%}.valuation-value.loading-shimmer{height:1.125rem;margin:0 auto;width:80%}.valuation-empty{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:.75rem;color:#64748b;padding:3rem 2rem;text-align:center}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.valuation-empty p{font-size:1rem;font-weight:500;margin:0}.portfolio-card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px #0f172a0d;display:flex;flex-direction:column;justify-content:space-between;min-height:70px;min-width:0;overflow:hidden;padding:.5rem .75rem;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.portfolio-card-value{color:#0f172a;font-size:.9rem;font-weight:600;margin-bottom:.1rem}.portfolio-card-title{color:#64748b;font-size:.75rem;font-weight:500;margin-bottom:.25rem}.portfolio-card-subtitle{color:#94a3b8;font-size:.7rem}.portfolio-card-range{color:#475569;font-size:.7rem;margin-top:.1rem}.active-filters-bar{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;font-size:.8rem;gap:.5rem;padding:.4rem 1rem}.active-filters-label{color:#4b5563;font-weight:500;white-space:nowrap}.active-filters-chips{display:flex;flex:1 1;flex-wrap:wrap;gap:.35rem}.filter-chip{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:999px;cursor:pointer;display:inline-flex;font-size:.78rem;gap:.35rem;padding:.15rem .55rem}.filter-chip-text{color:#374151}.filter-chip-close{color:#6b7280;font-size:.9rem;line-height:1}.filter-chip:hover{background:#f3f4f6;border-color:#9ca3af}.active-filters-clear{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:.78rem;white-space:nowrap}.active-filters-clear:hover{text-decoration:underline}@media (max-width:768px){.active-filters-bar{align-items:flex-start;flex-direction:column}.active-filters-clear{align-self:flex-end}}.file-uploader{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin:20px auto;max-width:600px;padding:20px}.file-input{margin-bottom:20px}.file-metadata{border:1px solid #ccc;border-radius:4px;margin:15px 0;padding:10px}.file-metadata h3{font-size:1.2em;margin:0 0 10px}label{display:block;font-weight:700;margin:2px 0}input,textarea{border:1px solid #ccc;border-radius:4px;margin-top:5px;padding:8px;width:100%}textarea{min-height:80px}button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1em;margin-top:10px;padding:10px 20px}button:disabled{background-color:#ccc;cursor:not-allowed}.message{color:#333;font-weight:700;margin-top:15px}.message.error{color:#d32f2f}.document-list{list-style:none;margin-top:20px;padding:0}.document-item{border-bottom:1px solid #ddd;padding:10px}.document-item:last-child{border-bottom:none}.document-item div{display:flex;flex-direction:column;gap:5px}.download-link{color:#007bff;margin-right:10px;text-decoration:none}.download-link:hover{text-decoration:underline}.download-button{background-color:#28a745;font-size:.9em;margin-right:10px;padding:5px 10px}.download-button:disabled{background-color:#ccc}.delete-button{background-color:#d32f2f;font-size:.9em;padding:5px 10px}.delete-button:disabled{background-color:#ccc}.artwork-status-panel{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px 0 #0000001a;box-sizing:border-box;max-width:100%;overflow:hidden;padding:1rem;width:100%}.artwork-status-panel *{box-sizing:border-box}.panel-header{margin-bottom:1rem}.header-content{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.panel-title{color:#111827;font-size:1.25rem;font-weight:700}.refresh-btn{align-items:center;color:#6b7280;display:flex;font-size:.875rem;transition:color .2s}.refresh-btn:hover{color:#374151}.refresh-icon{height:1rem;margin-right:.25rem;width:1rem}.current-status{display:flex;flex-direction:column;gap:.5rem}.no-status,.status-date{color:#6b7280;font-size:.875rem}.status-badge{align-items:center;border:1px solid;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.status-badge-available{background-color:#dcfce7;border-color:#bbf7d0;color:#166534}.status-badge-sold{background-color:#fee2e2;border-color:#fecaca;color:#991b1b}.status-badge-reserved{background-color:#fef3c7;border-color:#fde68a;color:#92400e}.status-badge-not-for-sale{background-color:#f3f4f6;border-color:#e5e7eb;color:#374151}.status-badge-restoration{background-color:#dbeafe;border-color:#bfdbfe;color:#1e40af}.status-badge-on-loan{background-color:#f3e8ff;border-color:#e9d5ff;color:#7e22ce}.status-badge-default{background-color:#f3f4f6;border-color:#e5e7eb;color:#374151}.error-message{background-color:#fef2f2;border-radius:.5rem;padding:1rem}.error-icon{height:1.25rem;margin-right:.5rem;width:1.25rem}.update-form-container{background-color:#f9fafb;border-radius:.75rem;margin-bottom:1.5rem;padding:1rem}.form-section-title{color:#111827;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.form-layout{gap:1rem}.form-content,.form-layout,.status-selection{display:flex;flex-direction:column}.form-content{gap:1rem}.required{color:#ef4444}.form-input,.notes-textarea,.status-select{border-radius:.75rem;font-size:1rem;padding:.75rem 1rem}.form-input:focus,.notes-textarea:focus,.status-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.notes-textarea{resize:none}.extended-form{border:2px solid;border-radius:.5rem;margin-top:1rem;padding:.75rem}.value-form{--form-bg-from:#eff6ff;border-color:#bfdbfe}.out-form{--form-bg-from:#fffbeb;border-color:#fed7aa}.from-form{--form-bg-from:#f0fdf4;border-color:#bbf7d0}.form-header{margin-bottom:.75rem}.form-header,.form-icon{align-items:center;display:flex}.form-icon{background-color:var(--form-icon-bg);border-radius:.5rem;font-size:1.125rem;height:2rem;justify-content:center;margin-right:.75rem;width:2rem}.value-form .form-icon{--form-icon-bg:#dbeafe}.out-form .form-icon{--form-icon-bg:#fed7aa}.from-form .form-icon{--form-icon-bg:#dcfce7}.form-title{color:var(--form-title-color);font-weight:600;margin:0}.value-form .form-title{--form-title-color:#1e40af}.out-form .form-title{--form-title-color:#92400e}.from-form .form-title{--form-title-color:#166534}.form-subtitle{color:var(--form-subtitle-color);font-size:.75rem;margin:0}.value-form .form-subtitle{--form-subtitle-color:#3b82f6}.out-form .form-subtitle{--form-subtitle-color:#f59e0b}.from-form .form-subtitle{--form-subtitle-color:#10b981}.auction-form{--form-bg-from:#faf5ff;border-color:#e9d5ff}.auction-form .form-icon{--form-icon-bg:#e9d5ff}.auction-form .form-title{--form-title-color:#7e22ce}.auction-form .form-subtitle{--form-subtitle-color:#a855f7}.form-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:768px){.form-grid{grid-template-columns:1fr 1fr}}.form-stack{display:flex;flex-direction:column;gap:1rem}.input-with-prefix{position:relative}.input-prefix{color:#6b7280;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.input-with-prefix .form-input{padding-left:1.75rem}.form-actions{align-items:center;display:flex;justify-content:flex-end;padding-top:.5rem}.submit-btn{align-items:center;border-radius:.5rem;display:inline-flex;font-size:.875rem;padding:.5rem 1rem;white-space:nowrap}.submit-btn:hover:not(:disabled){background-color:#1d4ed8}.submit-btn:disabled{cursor:not-allowed;opacity:.5}.spinner{height:1rem;margin-right:.5rem;width:1rem}.form-info{align-items:center;color:#2563eb;display:flex;font-size:.875rem;margin-top:.5rem}.info-icon{height:1rem;margin-right:.25rem;width:1rem}.history-section{margin-top:1.5rem}.history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.history-title{color:#111827;font-size:1.125rem;font-weight:600}.history-count{color:#6b7280;font-size:.875rem}.empty-history{background-color:#f9fafb;border:2px dashed #e5e7eb;border-radius:.75rem;padding:3rem 1rem;text-align:center}.empty-icon{color:#9ca3af;height:3rem;margin:0 auto 1rem;width:3rem}.empty-text{color:#6b7280;margin-bottom:.25rem}.empty-subtext{color:#9ca3af;font-size:.875rem}.history-table-container{border:1px solid #e5e7eb;border-radius:.75rem;overflow-x:auto}.history-table{border-collapse:collapse;min-width:600px;width:100%}.table-header{background-color:#f9fafb}.table-head{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.table-body{background-color:#fff}.table-row{cursor:pointer;transition:background-color .2s}.table-row:hover{background-color:#f9fafb}.table-cell{border-top:1px solid #e5e7eb;font-size:.875rem;padding:.5rem .75rem;white-space:nowrap}.date-primary{color:#111827;font-weight:500}.date-secondary{color:#6b7280;font-size:.75rem}.notes-preview{max-width:200px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.details-link{align-items:center;color:#2563eb;display:inline-flex;font-weight:500}.link-icon{height:1rem;margin-left:.25rem;width:1rem}.modal-overlay{background-color:#00000080;height:100vh;inset:0;width:100vw}.modal-container{align-items:center;background-color:#fff;justify-content:center;margin:1rem;max-height:min(80vh,600px);max-width:min(28rem,90vw);position:relative}.modal-header{align-items:flex-end}.modal-title{font-size:1.125rem;font-weight:600}.modal-close-btn{color:#9ca3af;transition:color .2s}.modal-close-btn:hover{color:#6b7280}.modal-close-icon{height:1.5rem;width:1.5rem}.modal-content{max-height:calc(80vh - 80px);padding:1rem}.modal-grid{grid-template-columns:1fr 1fr;margin-bottom:1rem}.modal-label{color:#6b7280;display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.modal-value{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.modal-notes{background-color:#f9fafb;color:#374151;padding:.75rem}.modal-additional-data,.modal-notes{border-radius:.5rem;margin-top:.5rem}.modal-additional-data{background-color:#eff6ff;padding:1rem}.history-modal-data-row{border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.5rem 0}.history-modal-data-row:last-child{border-bottom:none}.history-modal-data-label{color:#374151;font-weight:500;text-transform:capitalize}.history-modal-data-value{color:#111827}.loading-container{display:flex;flex-direction:column;gap:1rem}.loading-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:#e5e7eb;border-radius:.375rem;height:1.5rem}.loading-pulse.wide{width:50%}.loading-pulse.double{grid-column:span 2}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width:640px){.header-content{align-items:center;flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.form-layout{flex-direction:row}.status-selection{flex:1 1;max-width:300px;min-width:250px}.form-content{flex:2 1;min-width:0}}@media (min-width:480px){.form-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.notes-preview{max-width:120px;min-width:100px}}@media (min-width:768px){.update-form-container{padding:1.5rem}}.form-input,.notes-textarea,.status-select{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;max-width:100%;padding:.5rem .75rem;transition:all .2s;width:100%}@media (min-width:768px){.form-input,.notes-textarea,.status-select{border-radius:.75rem;font-size:1rem;padding:.75rem 1rem}.extended-form{border-radius:.75rem;padding:1rem}.submit-btn{border-radius:.75rem;font-size:1rem;padding:.75rem 1.5rem}}@media (min-width:480px){.current-status{align-items:center;flex-direction:row;gap:.75rem}}@media (max-width:768px){.table-cell:nth-child(3),.table-header:nth-child(3),td:nth-child(3),th:nth-child(3){display:none}.history-table{display:block;min-width:auto}.history-table thead{display:none}.history-table tbody,.history-table tr{display:block}.history-table tr{background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:16px;padding:16px}.history-table td{align-items:center;border:none;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:8px 0}.history-table td:last-child{border-bottom:none}.history-table td:before{color:#666;content:attr(data-label);font-weight:600;margin-right:12px;min-width:80px}}.loading-pulse{height:1rem}@media (min-width:768px){.loading-pulse{height:1.5rem}}.modal-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:480px){.modal-grid{grid-template-columns:1fr 1fr}}@media (min-width:768px){.artwork-status-panel{padding:1.5rem}}@media (min-width:1024px){.artwork-status-panel{padding:2rem}}@media (max-width:360px){.artwork-status-panel{border-radius:.5rem;padding:.75rem}.update-form-container{padding:.75rem}.table-cell{font-size:.75rem;padding:.375rem .5rem}.status-badge{font-size:.625rem;padding:.125rem .5rem}}.embedded-layout{display:flex;flex-direction:column;gap:16px;margin:0 auto;width:100%}.embedded-two-column{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:minmax(0,.8fr) auto;overflow:visible;width:100%}.embedded-column,.embedded-full-width{background:#fff;border:1px solid #e1e5e9;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:16px}.embedded-full-width{width:100%}.embedded-button-bar{border-top:1px solid #e1e5e9;display:flex;gap:10px;justify-content:flex-end;margin-top:8px;padding:16px 0}.embedded-button{border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;min-width:80px;padding:10px 20px;transition:all .2s ease}.embedded-primary{background:#007bff;color:#fff}.embedded-primary:hover{background:#0056b3}.embedded-secondary{background:#6c757d;color:#fff}.embedded-secondary:hover{background:#545b62}.embedded-outline{background:#0000;border:1px solid #007bff;color:#007bff}.embedded-outline:hover{background:#007bff;color:#fff}@media (max-width:1024px){.embedded-layout{max-width:75%}}@media (max-width:768px){.embedded-layout{gap:12px;max-width:100%}.embedded-two-column{gap:12px;grid-template-columns:1fr}.embedded-column,.embedded-full-width{padding:12px}.embedded-button-bar{flex-direction:column;gap:8px;padding:12px 0}.embedded-button{width:100%}}@media (max-width:480px){.embedded-layout{gap:10px}.embedded-column,.embedded-full-width{padding:10px}.embedded-button{font-size:13px;padding:8px 16px}}.embedded-layout.compact,.embedded-layout.compact .embedded-two-column{gap:12px}.embedded-layout.compact .embedded-column,.embedded-layout.compact .embedded-full-width{padding:12px}.embedded-column,.embedded-full-width{transition:box-shadow .2s ease}.embedded-column:hover,.embedded-full-width:hover{box-shadow:0 2px 6px #00000026}.embedded-select{background-color:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;font-size:14px;line-height:1.5;padding:8px 12px;width:100%}.embedded-select.small{font-size:12px;padding:6px 10px}.embedded-select.medium{font-size:14px;padding:8px 12px}.embedded-select.large{font-size:16px;padding:10px 14px}.embedded-select.xlarge{font-size:18px;padding:12px 16px}.embedded-select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.embedded-select:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.embedded-select.error{background-color:#fef2f2;border-color:#dc2626}.artwork-page{margin:0 auto;max-width:1400px;padding:1rem}.artwork-layout{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:25% 25% 50%}.artwork-section{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;overflow:hidden}.section-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}.section-header h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0}.section-content{padding:1.5rem}.image-item{align-items:center;background:#f1f5f9;display:flex;justify-content:center}.image-placeholder{color:#64748b;font-size:.875rem}.details-section{display:flex;flex-direction:column;height:auto}.details-section .section-content{display:flex;flex:1 1;flex-direction:column;max-height:none;overflow:visible}.detail-items-container{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:auto}.detail-item{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #3b82f6;border-radius:.5rem;margin-bottom:1rem;padding:1rem;transition:all .2s ease-in-out}.detail-item:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 2px 4px 0 #0000000d;transform:translateY(-1px)}.detail-item:last-child{margin-bottom:0;padding-bottom:1rem}.detail-label{align-items:center;color:#64748b;display:flex;font-size:.75rem;font-weight:600;gap:.5rem;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.detail-label:before{font-size:.875rem;opacity:.8}.detail-value{color:#1e293b;font-size:1rem;font-weight:500;line-height:1.5}.detail-item.important{background:#fef2f2;border-left-color:#ef4444}.detail-item.warning{background:#fffbeb;border-left-color:#f59e0b}.detail-item.success{background:#ecfdf5;border-left-color:#10b981}.detail-item.card-style{background:#fff;border:1px solid #e2e8f0;border-left:none;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;overflow:hidden;padding:1.25rem;position:relative}.detail-item.card-style:before{background:linear-gradient(180deg,#3b82f6,#60a5fa);bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.detail-item.card-style:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.detail-label.artist:before{content:"👨‍🎨"}.detail-label.year:before{content:"📅"}.detail-label.medium:before{content:"🎨"}.detail-label.dimensions:before{content:"📏"}.detail-label.edition:before{content:"①"}.detail-label.location:before{content:"📍"}.detail-label.value:before{content:"💰"}.detail-label.description:before{content:"📄"}.detail-label.note:before{content:"📝"}.detail-label.delete:before{content:"🗑️"}.panels-section{min-height:600px}.panels-container{display:flex;flex-direction:column;gap:1.5rem}.panel-item{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}@media (max-width:1200px){.artwork-layout{gap:1rem;grid-template-columns:30% 30% 40%}}@media (max-width:1024px){.artwork-layout{grid-template-areas:"images details" "panels panels";grid-template-columns:1fr 1fr}.images-section{grid-area:images}.details-section{grid-area:details}.panels-section{grid-area:panels}}@media (max-width:768px){.artwork-layout{gap:1rem;grid-template-areas:"images" "details" "panels";grid-template-columns:1fr}.artwork-page{padding:.75rem}.section-content{padding:1rem}.detail-item{margin-bottom:.75rem;padding:.875rem}.detail-label{font-size:.7rem}.detail-value{font-size:.9rem}}@media (max-width:480px){.artwork-page{padding:.5rem}.section-header{padding:.75rem 1rem}.section-content{padding:.75rem}.artwork-layout{gap:.75rem}.detail-item{padding:.75rem}.details-grid{grid-template-columns:1fr}}.desktop-only{display:block}.desktop-hidden,.mobile-only,.tablet-only{display:none}.mobile-hidden,.tablet-hidden{display:block}@media (max-width:1024px){.desktop-only{display:none}.desktop-hidden,.tablet-only{display:block}.tablet-hidden{display:none}}@media (max-width:768px){.desktop-only,.tablet-only{display:none}.desktop-hidden,.mobile-only,.tablet-hidden{display:block}.mobile-hidden{display:none}}.valuations-ORG-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr;width:100%}.valuations-grid{display:flex;flex-direction:column;gap:.75rem}.valuation-grid-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 2px 0 #0000000d;padding:1rem;transition:box-shadow .2s ease,border-color .2s ease}.valuation-grid-card:last-child{margin-bottom:0}.valuation-grid-item{align-items:flex-start;background:#f8f9fa;border-radius:.375rem;display:flex;justify-content:between;padding:.75rem}.valuation-grid-type{color:#1f2937;font-weight:500}.valuation-grid-date{color:#6b7280;font-size:.8rem}.valuation-grid-amount{color:#059669;font-size:.8rem;font-weight:500}.edit-button{background:#3b82f6;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;justify-self:start;padding:.5rem 1rem}@media (min-width:768px){.valuations-grid{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:2fr 1fr 2fr auto}.valuation-grid-card{border:none;box-shadow:none;display:contents;padding:0}.edit-button{justify-self:end}.valuation-grid-item{background:#0000;padding:.5rem 0}}@media (max-width:768px){.valuation-grid-card{border-bottom:1px solid #f9fafb}}.valuation-grid-amount{display:flex;flex-direction:column;gap:.25rem}.original-grid-amount{color:#1f2937;font-size:.875rem;font-weight:500}.converted-grid-amount{color:#6b7280;font-size:.75rem;font-weight:400}.converted-grid-amount:before{color:#9ca3af;content:"≈ "}@media (max-width:767px){.valuation-grid-item.amount-item{align-items:flex-start;flex-direction:column;gap:.25rem}.valuation-grid-item .label{margin-bottom:.25rem;min-width:auto}}@media (min-width:768px){.valuation-grid-amount{text-align:left}}.form-group{box-sizing:border-box;width:100%}.radio-group{display:flex;flex-direction:column;gap:12px;padding:16px}.radio-label{align-items:center;background:#fff;border:2px solid #e1e5e9;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px 16px;transition:all .2s ease}.radio-label:hover{background:#f8f9fa;border-color:#007bff}.radio-label input[type=radio]{height:0;opacity:0;position:absolute;width:0}.radio-custom{border:2px solid #6c757d;border-radius:50%;height:20px;position:relative;transition:all .2s ease;width:20px}.radio-label input[type=radio]:checked+.radio-custom{background:#007bff;border-color:#007bff}.radio-label input[type=radio]:checked+.radio-custom:after{background:#fff;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.radio-label input[type=radio]:checked~span{color:#007bff;font-weight:500}.radio-label input[type=radio]:focus+.radio-custom{box-shadow:0 0 0 3px #007bff1a}.radio-label input[type=radio]:checked~.radio-label-text{color:#007bff;font-weight:600}.radio-label input[type=radio]:checked{background:#f8fbff;border-color:#007bff}.enhanced-radio-group{display:flex;gap:8px}.enhanced-radio-label{background:#fff;border:2px solid #e1e5e9;border-radius:12px;cursor:pointer;flex:1 1;gap:16px;padding:16px;text-align:center;transition:all .3s ease}.enhanced-radio-label:hover{border-color:#007bff;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.enhanced-radio-label.checked{background:#f8fbff;border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.radio-content{flex:1 1}.radio-title{color:#2d3748;font-weight:600;margin-bottom:4px}.radio-description{color:#718096;font-size:.875rem;line-height:1.4}.enhanced-radio-label.checked .enhanced-radio-custom{background:#007bff;border-color:#007bff;color:#fff}.reference-section{margin-bottom:2rem}.reference-section .reference-header{margin-bottom:1rem}.reference-cards{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;width:100%}.reference-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d;display:flex;flex-direction:column;justify-content:space-between;min-height:90px;min-width:0;overflow:hidden;padding:.5rem;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.reference-card:hover{border-color:#cbd5f5;box-shadow:0 4px 10px #0f172a14;transform:translateY(-1px)}.reference-card-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.35rem}.reference-card-icon{border-radius:9999px;display:inline-flex;flex-shrink:0;height:28px;width:28px}.reference-card-icon,.reference-label{align-items:center;justify-content:center}.reference-label{color:#64748b;display:flex;font-size:.7rem;font-weight:600;gap:.25rem;letter-spacing:.05em;line-height:1.2;margin-bottom:.5rem;text-transform:uppercase}.reference-value{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;display:-webkit-box;font-size:.7rem;font-weight:400;line-height:1.3;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.reference-label.literature:before{content:"📖"}.reference-label.exhibit:before{content:"🎨"}.reference-tile{background:#fff;border-radius:.5rem;font-size:1rem;min-height:42px;padding:.55rem 1.25rem}@media (max-width:768px){.reference-cards{gap:.5rem;grid-template-columns:repeat(1,minmax(0,1fr))}.reference-card{min-height:70px;padding:.75rem .5rem}.reference-label{font-size:.65rem}.reference-value{font-size:.8rem}}.artist-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;overflow:hidden;transition:all .3s ease}.artist-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.artist-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.artist-card-title{color:#111827;font-size:1.125rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artist-card-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.artist-meta-item{align-items:center;color:#4b5563;display:flex;font-size:.875rem}.artist-meta-icon{height:1rem;margin-right:.5rem;width:1rem}.artist-biography{color:#374151;font-size:.875rem;line-height:1.5}.artist-biography-truncated{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:50}.modal-container{animation:slideUp .3s ease-out;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;max-height:90vh;max-width:42rem;overflow:hidden;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.modal-title{color:#111827;font-size:1.5rem;font-weight:700;margin:0}.modal-close{background:none;border:none;border-radius:.25rem;color:#6b7280;cursor:pointer;font-size:1.5rem;padding:.25rem;transition:color .15s ease}.modal-close:hover{color:#374151}.modal-content{flex:1 1;overflow-y:auto;padding:1.5rem}.modal-footer{align-items:center;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input{border:1px solid #d1d5db;border-radius:.5rem;display:block;font-size:1rem;padding:.75rem 1rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input-error{background-color:#fef2f2;border-color:#dc2626}.form-error{color:#dc2626;font-size:.875rem;margin-top:.25rem}.form-textarea{min-height:80px;resize:vertical}.btn{align-items:center;border:1px solid #0000;border-radius:.375rem;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:all .15s ease}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-secondary{background-color:#fff;border-color:#d1d5db;color:#374151}.btn-secondary:hover:not(:disabled){background-color:#f9fafb}.btn-danger{background-color:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background-color:#b91c1c}.btn-success{background-color:#16a34a;color:#fff}.btn-success:hover:not(:disabled){background-color:#15803d}.tabs{border-bottom:1px solid #e5e7eb;display:flex;padding:0 1.5rem}.tab{border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;padding:1rem;transition:color .15s ease,border-color .15s ease}.tab:hover{color:#374151}.tab-active{border-bottom-color:#2563eb;color:#2563eb}.empty-state{padding:3rem 1rem;text-align:center}.empty-state-icon{color:#9ca3af;height:6rem;margin:0 auto 1.5rem;width:6rem}.empty-state-title{color:#374151;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.empty-state-description{color:#6b7280;margin-bottom:1.5rem}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .625rem}.badge-system{background-color:#f3e8ff;color:#6b21a8}.badge-user{background-color:#dcfce7;color:#166534}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search-results-container{max-height:400px;overflow-y:auto}.search-results-container::-webkit-scrollbar{width:6px}.search-results-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.search-results-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.search-results-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.modal-backdrop{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:50}.modal{background:#fff;border-radius:.75rem;box-shadow:0 20px 40px #00000029;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;width:100%}.modal--wide{max-width:960px}.modal--narrow{max-width:640px}.modal__footer,.modal__header{border-bottom:1px solid #eee;padding:1rem 1.5rem}.modal__footer{background:#f8f8f8;border-bottom:none;border-top:1px solid #eee}.modal__body{overflow-y:auto;padding:1rem 1.5rem}.artwork-form{grid-gap:1rem;display:grid;gap:1rem}.artwork-form--two-cols{grid-template-columns:1fr 1fr}.artwork-form--one-col{grid-template-columns:1fr}.artwork-form__column{display:flex;flex-direction:column;gap:1rem}@media (max-width:768px){.artwork-form--two-cols{grid-template-columns:1fr}}.artwork-navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-top:1px solid #eaeaea;bottom:0;box-shadow:0 -2px 20px #00000014;left:0;padding:12px 20px;position:fixed;right:0;z-index:1000}.navigation-content{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1400px}.navigation-counter{flex-shrink:0;min-width:80px}.counter-text{background:#f5f5f5;border-radius:20px;color:#666;display:inline-block;font-size:14px;font-weight:600;padding:6px 12px}.navigation-buttons{align-items:center;display:flex;flex:1 1;gap:12px;justify-content:center;min-width:0}.nav-button{align-items:center;background:#f8f9fa;border:none;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;max-width:250px;overflow:hidden;padding:10px 16px;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap}.nav-button:hover:not(:disabled){background:#e9ecef;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.nav-button:disabled{cursor:not-allowed;opacity:.5}.nav-button:active:not(:disabled){transform:translateY(0)}.prev-button{justify-content:flex-start}.next-button{justify-content:flex-end}.back-button{background:#007bff;color:#fff;justify-content:center;min-width:120px}.back-button:hover:not(:disabled){background:#0056b3}.button-icon{font-size:16px;line-height:1}.button-text{overflow:hidden;text-overflow:ellipsis}.current-title{flex-shrink:0;min-width:100px;text-align:right}.title-text{color:#666;display:block;font-size:14px;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.floating-navigation-overlay{display:flex;justify-content:space-between;left:0;padding:0 20px;pointer-events:none;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:999}@media (min-width:1024px){.floating-navigation-overlay{display:none}}@media (max-width:1023px) and (min-width:768px){.floating-navigation-overlay{opacity:.7}.floating-nav-button:hover{opacity:1}}@media (max-width:767px){.floating-navigation-overlay{padding:0 15px}.floating-nav-button{background:#000000d9;font-size:18px;height:44px;width:44px}}.floating-nav-button{align-items:center;background:#000000bf;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:48px;justify-content:center;opacity:.9;pointer-events:auto;transition:all .2s ease;width:48px}.floating-nav-button:hover:not(:disabled){background:#000000e6;opacity:1;transform:scale(1.1)}.floating-nav-button:disabled{cursor:not-allowed;opacity:.3}.floating-nav-button:active:not(:disabled){transform:scale(.95)}@media (max-width:1024px){.navigation-content{gap:12px}.nav-button{font-size:13px;max-width:180px;padding:8px 12px}.button-text,.current-title{display:none}}@media (max-width:768px){.artwork-navigation{padding:10px 16px}.navigation-content{gap:8px}.navigation-counter{min-width:60px}.counter-text{font-size:12px;padding:4px 8px}.navigation-buttons{gap:8px}.nav-button{min-width:auto;padding:8px}.back-button .button-text{display:inline}.button-icon{font-size:14px}.floating-nav-button{font-size:18px;height:40px;width:40px}.floating-navigation-overlay{padding:0 10px}}@media (max-width:480px){.artwork-navigation{padding:8px 12px}.navigation-counter{min-width:50px}.counter-text{font-size:11px;padding:3px 6px}.navigation-buttons{gap:4px}.nav-button{font-size:12px;padding:6px}.back-button{min-width:auto;padding:6px 8px}.back-button .button-text{font-size:12px}.floating-nav-button{font-size:16px;height:36px;width:36px}}.artwork-navigation.compact{padding:8px 16px}.artwork-navigation.compact .navigation-content{gap:20px;justify-content:center}.artwork-navigation.compact .navigation-counter{order:1}.artwork-navigation.compact .navigation-buttons{flex:0 1 auto;order:2}.artwork-navigation.compact .current-title{display:none}.notes-filter{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;box-sizing:border-box;padding:1rem}.filter-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.filter-header h5{color:#374151;font-size:.875rem;font-weight:600;margin:0}.btn-clear{background:none;border:none;color:#ef4444;cursor:pointer;font-size:.75rem;padding:0}.btn-clear:hover{text-decoration:underline}.btn-clear:disabled{cursor:not-allowed;opacity:.6}.filter-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:auto}.filter-group,.filter-row{margin-bottom:1rem;width:100%}.filter-group{display:flex;justify-content:space-between}.filter-row .filter-group{margin-bottom:0}.filter-group label{color:#374151;display:block;font-size:.75rem;font-weight:500;margin-bottom:.5rem}.filter-select{border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;font-size:.875rem;padding:.5rem;transition:border-color .2s;width:100%}.filter-select:focus{border-color:#3b82f6;outline:none}.filter-select:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.tags-filter{display:flex;flex-wrap:wrap;gap:.375rem;max-height:120px;overflow-y:auto;padding:.25rem}.tag-filter{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:.75rem;color:#374151;cursor:pointer;display:flex;font-size:.7rem;gap:.25rem;padding:.2rem .4rem;transition:all .2s}.tag-filter:hover{background:#f9fafb;border-color:#9ca3af}.tag-filter.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.tag-filter:disabled{cursor:not-allowed;opacity:.6}.tag-filter .checkmark{font-size:.875rem;font-weight:700}.no-tags{padding:.5rem}.loading-small,.no-tags{color:#6b7280;font-size:.75rem;font-style:italic}.loading-small{margin-left:.5rem}.active-filters{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;font-size:.75rem;gap:.5rem;margin-top:1rem;padding-top:1rem}.active-filters span:first-child{color:#6b7280;font-weight:500}.active-filter{background:#e5e7eb;border-radius:.375rem;color:#374151;gap:.25rem;padding:.25rem .5rem}.active-filter,.remove-filter{align-items:center;display:flex}.remove-filter{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;height:16px;justify-content:center;padding:0;width:16px}.remove-filter:hover{color:#374151}.remove-filter:disabled{cursor:not-allowed;opacity:.6}@media (max-width:767px){.notes-filter{margin:0;max-width:100%}.tags-filter{max-height:100px}.active-filters{align-items:flex-start;flex-direction:column;gap:.25rem}}@media (max-width:480px){.notes-filter{padding:.75rem}.filter-header{align-items:flex-start;flex-direction:column;gap:.5rem}.tags-filter{max-height:80px}}.artwork-notes{padding:1rem}.notes-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.notes-controls{grid-gap:1.5rem;align-items:start;box-sizing:border-box;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:2rem;width:100%}.note-search,.notes-filter{max-width:100%;min-width:0}@media (max-width:1024px){.notes-controls{gap:1rem;grid-template-columns:1fr 1.5fr}}@media (max-width:768px){.notes-controls{gap:1rem;grid-template-columns:1fr}.note-search,.notes-filter{max-width:100%}}@media (max-width:480px){.notes-controls{margin-bottom:1rem}}.loading{color:#6b7280;padding:2rem;text-align:center}.error-message{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;color:#dc2626;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.error-close{background:none;border:none;color:#dc2626;cursor:pointer;font-size:1.25rem}.error-close:hover{color:#b91c1c}.auth-required{color:#6b7280;padding:2rem;text-align:center}.images-section{min-height:400px}.images-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.image-item{aspect-ratio:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.image-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.thumbnail{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.image-item:hover .thumbnail{transform:scale(1.05)}.image-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.image-item:hover .image-overlay{opacity:1}.zoom-icon{align-items:center;background:#000c;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:.5rem;width:40px}.image-preview{left:50%;pointer-events:none;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.preview-content{background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000004d;max-height:400px;max-width:400px;padding:.5rem}.preview-image{border-radius:.5rem;height:auto;max-height:350px;object-fit:contain;width:100%}.image-modal{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:2000}.modal-content{background:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000080;max-height:90vh;max-width:90vw;overflow:hidden;position:relative}.close-button{align-items:center;background:#000c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background-color .2s;width:40px;z-index:10}.close-button:hover{background:#000}.modal-image{height:auto;max-height:calc(90vh - 80px);object-fit:contain;width:100%}.image-info{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:2rem 1rem 1rem;position:absolute;right:0;text-align:center}.no-images{color:#64748b;padding:3rem 2rem;text-align:center}.no-images-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}@media (max-width:768px){.images-grid{gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.image-modal{padding:1rem}.modal-content{max-height:95vh;max-width:95vw}.preview-content{max-height:300px;max-width:300px}}@media (max-width:480px){.images-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.image-preview{display:none}}.thumbnail.loading{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.delete-dialog-backdrop{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.delete-dialog{background:#fff;border-radius:10px;box-shadow:0 20px 40px #00000026;display:flex;flex-direction:column;gap:.75rem;max-width:480px;padding:1.5rem 1.75rem;width:100%}.delete-dialog__title{font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.delete-dialog__summary{color:#4b5563;font-size:.9rem;margin:0}.delete-dialog__artwork{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem}.delete-dialog__artwork-title{font-size:.95rem;font-weight:600}.delete-dialog__artwork-ref{color:#6b7280;font-size:.8rem;margin-top:.25rem}.delete-dialog__warning{color:#b91c1c;font-size:.85rem;margin:.25rem 0 .5rem}.delete-dialog__checkbox-row{align-items:flex-start;color:#374151;display:flex;font-size:.85rem;gap:.5rem}.delete-dialog__checkbox-row input{margin-top:.1rem}.delete-dialog__error{color:#b91c1c;font-size:.8rem;margin-top:.25rem}.delete-dialog__actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.delete-dialog__cancel{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#1432e6}.delete-dialog__cancel,.delete-dialog__confirm{cursor:pointer;font-size:.85rem;padding:.45rem .9rem}.delete-dialog__confirm{background:#dc2626;border:1px solid #b91c1c;border-radius:.375rem;color:#fff}.delete-dialog__confirm:disabled{cursor:not-allowed;opacity:.6}body,html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;overflow-x:hidden;padding:0}.home{min-height:100vh;position:relative;width:100%}.home-video{height:100%;inset:0;object-fit:cover;position:fixed;width:100%;z-index:-1}.home-overlay{background:#0f172a33;color:#111827;padding:4rem 1.5rem 3rem;position:relative;z-index:1}.home-section{margin:0 auto 3.5rem;max-width:860px}.home-section:not(.hero-section){background:#fff;border-radius:1.25rem;box-shadow:0 10px 30px #00000014;padding:3rem}.home-section h2{color:#111827;font-size:1.6rem;font-weight:600;margin-bottom:.75rem}.home-section p{color:#374151;font-size:1rem;line-height:1.65;max-width:640px}.hero-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a80;border-radius:1.5rem;color:#f9fafb;margin-bottom:5rem;margin-top:1rem;padding:5rem 2rem}.home-hero-header{color:#9837ee;display:flex;justify-content:flex-start;margin-bottom:3rem}.home-hero-content{text-align:left}.home-hero-content h1{font-size:clamp(2.25rem,4vw,3rem);margin-bottom:.75rem}.home-hero-content p{color:#e5e7eb;font-size:1.05rem;max-width:640px}.hero-cta-group{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}.primary-btn{align-items:center;background:#f9fafb;border:none;border-radius:999px;color:#111827;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;justify-content:center;padding:.7rem 1.6rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.primary-btn:hover{background:#fff;box-shadow:0 10px 25px #00000059;transform:translateY(-.2px)}.secondary-link{color:#d1d5db;font-weight:500;text-decoration:underline;text-underline-offset:2px}.secondary-link:hover{color:#fff}.login-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f9fafbe6;border:none;border-radius:999px;color:#111827;cursor:pointer;font-size:.9rem;font-weight:600;padding:.45rem 1.2rem;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.login-btn:hover{background:#fff;box-shadow:0 8px 20px #0000004d;transform:translateY(-.2px)}.bullet-list{color:#374151;margin-top:1rem;padding-left:1.25rem}.bullet-list li{margin-bottom:.45rem}.card-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.25rem}.card-grid.small{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.home-info-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.9rem;padding:1.25rem 1.4rem}.home-info-card h3{color:#111827;font-size:1.05rem;margin-bottom:.35rem}.home-info-card p{color:#4b5563;font-size:.95rem}.pill-card{background:#1f2937e6;border:1px solid #4b5563cc;border-radius:999px;font-size:.9rem;padding:.6rem 1.1rem;text-align:center}.final-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172aa6;border-radius:1.25rem;color:#1a28f2;padding:3.5rem 3rem}.final-cta h2{color:#111827}.final-cta p{color:#374151}.home-footer{border-top:1px solid #e5e7eb;color:#6b7280;font-size:.85rem;margin:3rem auto 0;max-width:900px;padding-top:1.5rem}.footer-left{display:flex;flex-direction:column;gap:.15rem}.footer-brand{color:#e5e7eb;font-weight:600}.footer-tagline{color:#9ca3af}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-links a{color:#9ca3af;text-decoration:none;transform:none}.footer-links a:hover{color:#fff;text-decoration:underline;transform:none}.footer-links a:after{transform:none}.home-link{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:0}.home-link:hover{color:#111827;text-decoration:underline}@media (max-width:768px){.home-overlay{padding:3rem 1.25rem 2.5rem}.card-grid{grid-template-columns:1fr}.home-hero-header{margin-bottom:2rem}}.terms-modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172aa6;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.terms-modal{background:#fff;border-radius:.9rem;box-shadow:0 24px 48px #0f172a66,0 0 0 1px #94a3b866;color:#111827;max-width:540px;padding:1.75rem 1.75rem 1.4rem;width:100%}.terms-modal-header h2{font-size:1.4rem;font-weight:600;margin:0 0 .75rem}.terms-modal-body p{color:#374151;font-size:.95rem;line-height:1.55;margin-bottom:.75rem}.terms-modal-greeting{color:#111827;font-weight:500}.terms-modal-links{align-content:center;text-align:center}.terms-checkbox-row{align-items:flex-start;color:#111827;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.75rem;margin-top:.75rem}.terms-checkbox-row input{margin-top:.15rem}.terms-meta{color:#6b7280;font-size:.8rem}.terms-error{color:#b91c1c;font-size:.85rem;margin-top:.5rem}.terms-modal-footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}.terms-btn-primary,.terms-btn-secondary{border:none;border-radius:999px;cursor:pointer;font-size:.9rem;padding:.5rem 1.3rem}.terms-btn-primary{background:#111827;color:#f9fafb}.terms-btn-primary:disabled{cursor:default;opacity:.6}.terms-btn-secondary{background:#e5e7eb;color:#111827}.terms-btn-secondary:hover:not(:disabled){background:#d1d5db}.terms-btn-primary:hover:not(:disabled){background:#020617}@media (max-width:640px){.terms-modal{margin:0 1rem;padding:1.5rem 1.25rem 1.25rem}}.terms-consent-row{margin:1rem 0 .75rem}.terms-consent-label{align-items:center;color:#111827;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;justify-content:space-between;line-height:1.45}.terms-consent-label span{flex:1 1}.terms-consent-label input{flex-shrink:0;height:16px;width:16px}.static-page{background:#050711;color:#e5e7eb;display:block;min-height:100vh;padding:5rem 1.5rem 3rem;position:relative;z-index:5}.static-page-inner{line-height:1.7;margin:0 auto;max-width:900px;width:100%}.static-page h1{font-size:clamp(2rem,3vw,2.6rem);margin-bottom:.5rem}.static-page-meta{color:#9ca3af;font-size:.9rem;margin-bottom:2rem}.static-page h2{font-size:1.35rem;margin-bottom:.5rem;margin-top:2rem}.static-page p{margin-bottom:.75rem;max-width:680px}.static-page ul{margin:.25rem 0 1rem;padding-left:1.25rem}.static-page li{margin-bottom:.35rem}.static-page a{color:#93c5fd;text-decoration:underline;text-underline-offset:2px}.static-page a:hover{color:#bfdbfe}.static-page-highlight{font-weight:500;margin-top:.5rem}.static-page-disclaimer{border-top:1px solid #4b5563b3;color:#9ca3af;font-size:.85rem;margin-top:2rem;padding-top:1rem}.back-link{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:0}.back-link:hover{color:#fff;text-decoration:underline}@media (max-width:768px){.static-page{padding:4rem 1.25rem 2.5rem}.static-page p{max-width:100%}}.filter-section{align-items:flex-start;display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.filter-section-header{align-items:center;display:flex;justify-content:space-between;min-height:24px;width:100%}.filter-section-title{color:#374151;font-size:.84rem;font-weight:600}.filter-clear-btn{background:#0000;border:none;cursor:pointer;padding:.25rem .5rem;white-space:nowrap}.filter-clear-btn,.filter-count{color:#6b7280;font-size:.75rem;margin:0}.filter-count{flex:1 1}.filter-clear-btn:hover{color:#374151;text-decoration:underline}.filter-search-input-wrapper{margin-bottom:.25rem}.filter-search-input{border:1px solid #d1d5db;border-radius:.35rem;font-size:.8rem;padding:.25rem .45rem;width:100%}.filter-list{grid-gap:.1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.35rem;display:grid;gap:.1rem;grid-template-columns:minmax(0,1fr);max-height:200px;overflow-y:auto;padding:.2rem}.filter-list-item{grid-gap:.5rem;align-items:center;border-radius:.3rem;cursor:pointer;display:grid;gap:.5rem;grid-template-columns:auto minmax(0,1fr);min-width:0;padding:.25rem .4rem}.filter-list-item input[type=checkbox]{cursor:pointer;flex-shrink:0;height:16px;margin:0;padding:0;width:16px}.filter-list-item--selected{background:#f3f4f6}.filter-list-label{align-items:center;display:flex;font-size:.8rem;gap:.35rem;min-width:0;overflow:hidden}.filter-list-label>span:first-of-type{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-list-sub{color:#6b7280;flex-shrink:0;font-size:.7rem;opacity:.85}.filter-empty{color:#9ca3af;font-size:.78rem;padding:.25rem;text-align:left}.date-range-row{display:flex;gap:.4rem}.date-input-wrapper{display:flex;flex:1 1;flex-direction:column;gap:.15rem}.date-label{color:#6b7280;font-size:.75rem}.date-input{border:1px solid #d1d5db;border-radius:.35rem;font-size:.8rem;padding:.25rem .45rem;width:100%}.value-filter{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:.75rem .75rem 1rem}.value-filter__header{color:#ff6a00;font-size:.8rem;font-weight:600}.value-filter__lowheader{color:grey;font-size:.8rem;font-weight:500}.value-filter__group{display:flex;flex-direction:column;gap:.25rem}.value-filter__label,.value-filter__label-inline span:first-child{color:#4b5563;font-size:.8rem;font-weight:500}.value-filter__radio-group{display:flex;flex-wrap:wrap;font-size:.8rem;gap:.75rem}.value-filter__radio-group label{align-items:center;display:inline-flex;gap:.35rem;white-space:nowrap}.value-filter__radio-group input[type=radio]{transform:scale(.9)}.value-filter__select{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;font-size:.8rem;padding:.35rem .5rem;width:100%}.value-filter__range{gap:.35rem}.value-filter__label-inline{align-items:center;display:flex;justify-content:space-between}.value-filter__currency-pill{background-color:#e5e7eb;border-radius:999px;color:#374151;font-size:.7rem;padding:.1rem .4rem}.value-filter__range-inputs{grid-gap:.3rem;align-items:center;display:grid;gap:.3rem;grid-template-columns:1fr auto 1fr}.value-filter__range-inputs input{border:1px solid #d1d5db;border-radius:.375rem;font-size:.8rem;padding:.3rem .5rem;width:100%}.value-filter__range-separator{color:#6b7280;font-size:.8rem;text-align:center}.value-filter__actions{display:flex;gap:.4rem;justify-content:flex-end}.value-filter__btn{border:1px solid #0000;border-radius:.375rem;cursor:pointer;font-size:.78rem;line-height:1.2;padding:.3rem .75rem}.value-filter__btn--primary{background-color:#111827;color:#f9fafb}.value-filter__btn--primary:hover{opacity:.9}.value-filter__btn--ghost{background-color:initial;border-color:#d1d5db;color:#374151}.value-filter__btn--ghost:hover{background-color:#e5e7eb}@media (max-width:640px){.value-filter{padding:.5rem}.value-filter__radio-group{grid-template-columns:1fr 1fr}}:root{--topbar-height:56px;--bottombar-height:60px}.app-root{display:flex;flex-direction:column;min-height:100vh}.app-main{padding:56px 16px 16px;padding-top:var(--topbar-height)}.topbar{align-items:center;background-color:#4a4444;box-shadow:0 1px 4px #0000000f;color:#fff;display:flex;gap:8px;height:56px;height:var(--topbar-height);left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:1000}.topbar-center,.topbar-left,.topbar-right{align-items:center;display:flex;gap:.75rem}.topbar-left,.topbar-right{flex:0 0 auto}.topbar-center{flex:1 1 auto;justify-content:center;text-align:center}.icon-btn{align-items:center;background:#0000;border:none;border-radius:50%;cursor:pointer;display:flex;flex:1 1 auto;flex-direction:column;font-size:12px;min-width:72px;padding:6px}.icon-btn:hover{background:#0000000d}.app-logo{font-size:.95rem;font-weight:600}.topbar-title{font-size:clamp(1rem,1.8vw,1.2rem);margin:0}.currency-select-box{align-items:center;background-color:#4a4444;display:flex;flex-shrink:0;gap:4px;max-width:250px;min-width:100px;padding:.5rem}.currency-select{color:#fff;flex-grow:1;min-width:70px}.currency-select .MuiOutlinedInput-notchedOutline{border-color:#ffffff80}.avatar-btn,.primary-btn{border:none;border-radius:8px;cursor:pointer;padding:6px 14px}.avatar-btn,.primary-btn{background:#1d4ed8;color:#fff}.hide-mobile{display:none!important}@media (min-width:769px){.hide-mobile{display:flex!important}}.app-title{color:#fff;cursor:pointer;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-section-header{background:#f5f5f5;color:#555;font-size:.85rem;font-weight:600;padding-bottom:6px!important;padding-top:6px!important}.bottombar{align-items:stretch;background:#fff;bottom:0;box-shadow:0 -2px 10px #00000014;display:flex;height:60px;height:var(--bottombar-height);justify-content:space-around;left:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;right:0;z-index:1000}.bottom-tab{align-items:center;background:#0000;border:none;border-radius:10px;color:#374151;cursor:pointer;display:flex;flex:1 1 auto;flex-direction:column;font-size:12px;gap:2px;justify-content:center;min-width:72px;padding:4px 0}.bottom-tab:hover{background:#0000000d}.bottom-tab.is-active{color:#1d4ed8;font-weight:600}.bottom-icon{font-size:20px;line-height:1}.app-main{padding-bottom:calc(60px + env(safe-area-inset-bottom));padding-bottom:calc(var(--bottombar-height) + env(safe-area-inset-bottom))}@media (min-width:992px){:root{--topbar-height:64px;--bottombar-height:0px}.bottombar{display:none}.app-main{padding-bottom:24px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-white{color:#fff}.text-red-600{color:#dc2626}.text-blue-600{color:#2563eb}.text-green-800{color:#166534}.text-purple-800{color:#6b21a8}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-red-50{background-color:#fef2f2}.bg-red-100{background-color:#fee2e2}.bg-blue-100{background-color:#dbeafe}.bg-green-100{background-color:#dcfce7}.bg-purple-100{background-color:#f3e8ff}.bg-blue-600{background-color:#2563eb}.bg-green-600{background-color:#16a34a}.bg-red-600{background-color:#dc2626}.border{border:1px solid #e5e7eb}.border-t{border-top:1px solid #e5e7eb}.border-b{border-bottom:1px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-red-300{border-color:#fca5a5}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.w-full{width:100%}.w-auto{width:auto}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-10{height:2.5rem}.h-24{height:6rem}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-7xl{max-width:80rem}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{bottom:0;left:0;right:0;top:0}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.opacity-50{opacity:.5}.opacity-0{opacity:0}.z-50{z-index:50}.transition{transition:all .15s ease-in-out}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.transition-opacity{transition:opacity .15s ease-in-out}.transition-transform{transition:transform .15s ease-in-out}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus,.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px #3b82f680}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:text-gray-900:hover{color:#111827}.hover\:text-red-900:hover{color:#7f1d1d}.hover\:text-blue-800:hover{color:#1e40af}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:space-x-3>*+*{margin-left:.75rem}.sm\:space-y-0>*+*{margin-top:0}.sm\:rounded-md{border-radius:.375rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}.portfolio-dashboard{background:#f3f4f6;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem 1.75rem}.dashboard-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.dashboard-header h1{font-size:1.4rem;font-weight:600;margin:0}.dashboard-filters{display:flex;flex-wrap:wrap;gap:.5rem}.dashboard-filters input[type=date],.dashboard-filters select{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;font-size:.85rem;padding:.35rem .6rem}.kpi-strip{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:.9rem;box-shadow:0 1px 3px #0f172a0d;display:flex;flex-direction:column;gap:.25rem;padding:.8rem .95rem;transition:transform .15s ease,box-shadow .15s ease}.kpi-card:hover{box-shadow:0 4px 8px #0f172a14;transform:translateY(-1px)}.kpi-label{color:#6b7280;font-size:.75rem}.kpi-value{color:#111827;font-size:1.15rem;font-weight:600}.kpi-delta{font-size:.8rem}.kpi-delta--up{color:#16a34a}.kpi-delta--down{color:#dc2626}.kpi-delta--flat{color:#6b7280}.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:.9rem;box-shadow:0 1px 3px #0f172a0a;display:flex;flex-direction:column;gap:.5rem;padding:.75rem .9rem .9rem}.dashboard-card-header{align-items:center;display:flex;justify-content:space-between}.dashboard-card-header h2{font-size:1rem;margin:0}.dashboard-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:minmax(0,2fr) minmax(0,1.4fr)}.dashboard-grid-lower{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.dashboard-grid-main .dashboard-card,.dashboard-grid-side .dashboard-card{min-height:260px}.segmented-control{background:#f3f4f6;border-radius:999px;display:inline-flex;padding:.1rem}.segmented-control button{background:#0000;border:none;border-radius:999px;color:#4b5563;cursor:pointer;font-size:.78rem;padding:.18rem .7rem}.segmented-control button.active{background:#111827;color:#fff}.chart-placeholder{align-items:center;border:1px dashed #d1d5db;border-radius:.5rem;color:#9ca3af;display:flex;font-size:.8rem;height:180px;justify-content:center}.chart-tooltip{background:#111827;border-radius:.5rem;box-shadow:0 2px 6px #0f172a59;color:#f9fafb;font-size:.8rem;padding:.4rem .6rem}.chart-tooltip-date{opacity:.8}.chart-tooltip-value{font-weight:600;margin-top:.1rem}.top-items-list{display:flex;flex-direction:column;gap:.5rem}.top-item-row{grid-gap:.5rem;align-items:center;display:grid;gap:.5rem;grid-template-columns:auto minmax(0,1fr) auto}.top-item-thumbnail{border-radius:.4rem;height:40px;object-fit:cover;width:40px}.top-item-title{font-size:.9rem;font-weight:500}.top-item-subtitle{color:#6b7280;font-size:.75rem}.top-item-value{font-size:.85rem;font-weight:500;text-align:right}.top-item-change{font-size:.75rem;text-align:right}.top-item-change--up{color:#16a34a}.top-item-change--down{color:#dc2626}.alerts-body{gap:.4rem}.alert-pill,.alerts-body{display:flex;flex-direction:column}.alert-pill{border-radius:999px;font-size:.8rem;padding:.35rem .65rem}.alert-pill--info{background:#eff6ff;color:#1d4ed8}.alert-pill--warning{background:#fffbeb;color:#b45309}.alert-pill--critical{background:#fef2f2;color:#b91c1c}.timeline{border-left:1px solid #e5e7eb;list-style:none;margin:0;padding-left:0}.timeline-item{margin-bottom:.75rem;padding-left:1rem;position:relative}.timeline-dot{background:#111827;border-radius:999px;height:9px;left:-5px;position:absolute;top:4px;width:9px}.timeline-date{color:#6b7280;font-size:.75rem}.timeline-label{font-size:.9rem;font-weight:500}.timeline-details{color:#4b5563;font-size:.8rem}.empty-state{color:#9ca3af;font-size:.85rem}@media (max-width:768px){.portfolio-dashboard{padding:1rem}.dashboard-grid,.dashboard-grid-lower{grid-template-columns:minmax(0,1fr)}}.composition-body{display:flex;flex-direction:column;gap:.5rem}.composition-layout{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:minmax(0,1.2fr) minmax(0,1.5fr)}.composition-chart{height:200px;width:100%}.composition-legend{display:flex;flex-direction:column;font-size:.8rem;gap:.35rem}.composition-legend-item{grid-gap:.35rem;align-items:center;background:#0000;border:none;cursor:pointer;display:grid;font-size:.8rem;gap:.35rem;grid-template-columns:auto minmax(0,1fr) auto;padding:.2rem .1rem;text-align:left}.composition-legend-item--selected{background:#f3f4f6;border-radius:999px}.composition-legend-swatch{border-radius:999px;height:10px;width:10px}.composition-legend-label{color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composition-legend-value{color:#6b7280;text-align:right}@media (max-width:768px){.composition-layout{grid-template-columns:minmax(0,1fr)}.composition-chart{height:220px}}
/*# sourceMappingURL=main.2b48dfbf.css.map*/