@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@600;700;800;900&display=swap);:root{--primary-blue:#1e3a5f;--dark-blue:#152a45;--accent-blue:#2d4a8e;--light-blue:#e8f4fc;--white:#ffffff;--off-white:#f8f9fa;--light-gray:#e9ecef;--medium-gray:#6c757d;--dark-gray:#343a40;--almost-black:#212529;--footer-bg:#0f172a;--shadow-sm:0 2px 8px rgba(0,0,0,0.05);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--shadow-lg:0 8px 30px rgba(0,0,0,0.12);--transition:all 0.3s ease;--text-on-dark:#ffffff;--text-on-dark-muted:rgba(255, 255, 255, 0.85);--text-on-dark-subtle:rgba(255, 255, 255, 0.7)}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:var(--almost-black);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:700;line-height:1.2;color:var(--dark-blue);margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}h4{font-size:1.25rem}p{margin-bottom:1rem;line-height:1.8}.bg-dark h1,.bg-dark h2,.bg-dark h3,.page-header h1,.page-header h2,.page-header h3,.page-hero h1,.page-hero h2,.page-hero h3{color:var(--text-on-dark)!important}.bg-dark .subtitle,.bg-dark p,.page-header .subtitle,.page-header p,.page-hero .subtitle,.page-hero p{color:var(--text-on-dark-muted)!important}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container-wide{max-width:1400px;margin:0 auto;padding:0 2rem}.navbar{background:var(--white);border-bottom:1px solid var(--light-gray);padding:1rem 2rem;position:relative;z-index:1000;box-shadow:var(--shadow-sm)}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:.75rem;transition:var(--transition)}.logo-container:hover{transform:translateY(-2px)}.logo-image{height:55px;width:auto}.logo-text{display:flex;flex-direction:column}.logo-title{font-family:'Playfair Display',Georgia,serif;font-size:1.4rem;font-weight:800;color:var(--dark-blue);line-height:1.1;letter-spacing:0.02em}.logo-subtitle{font-size:.7rem;color:var(--medium-gray);font-style:italic}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{color:var(--dark-gray);font-weight:500;font-size:.9rem;padding:.5rem 0;position:relative;transition:var(--transition)}.nav-link.active,.nav-link:hover{color:var(--primary-blue)}.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-blue);transition:var(--transition)}.nav-link.active::after,.nav-link:hover::after{width:100%}.nav-link.highlight{color:var(--accent-blue);font-weight:600}.nav-button{background:var(--primary-blue);color:var(--white);padding:.6rem 1.5rem;border-radius:6px;font-weight:600;font-size:.9rem;transition:var(--transition)}.nav-button:hover{background:var(--dark-blue);transform:translateY(-2px);box-shadow:var(--shadow-md)}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px}.nav-toggle span{width:25px;height:3px;background:var(--dark-blue);border-radius:2px;transition:var(--transition)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-align:center;cursor:pointer;border:none;transition:var(--transition)}.btn-primary{background:var(--primary-blue);color:var(--white);box-shadow:0 4px 12px rgba(30,58,95,.3)}.btn-primary:hover{background:var(--dark-blue);transform:translateY(-2px);box-shadow:0 6px 20px rgba(30,58,95,.4)}.btn-secondary{background:var(--white);color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary:hover{background:var(--primary-blue);color:var(--white)}.btn-outline{background:0 0;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-outline:hover{background:var(--primary-blue);color:var(--white)}.btn-outline-white{background:0 0;color:var(--white);border:2px solid var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--primary-blue)}.btn-large{padding:1.1rem 2.5rem;font-size:1.1rem}.btn-small{padding:.5rem 1.25rem;font-size:.875rem}.hero{background:linear-gradient(135deg,rgba(30,58,95,.95),rgba(21,42,69,.95)),url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920') center/cover no-repeat;min-height:80vh;display:flex;align-items:center;padding:4rem 2rem;position:relative}.hero-content{max-width:800px;margin:0 auto;text-align:center;color:var(--white)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:2rem}.hero h1{color:var(--white);font-size:3.5rem;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.25rem;line-height:1.7;opacity:.95;margin-bottom:2.5rem;max-width:650px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.stats-bar{background:var(--white);padding:3rem 2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);position:relative;z-index:10}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat{text-align:center;padding:1rem}.stat-number{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:3rem;font-weight:800;color:var(--primary-blue);line-height:1;margin-bottom:.5rem}.stat-label{color:var(--medium-gray);font-size:1rem;font-weight:500}.section{padding:5rem 2rem}.section-gray{background:var(--off-white)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{margin-bottom:1rem}.section-title p{color:var(--medium-gray);font-size:1.1rem;max-width:600px;margin:0 auto}.card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card-image{width:100%;height:200px;object-fit:cover}.card-content{padding:1.5rem}.card-title{font-size:1.25rem;margin-bottom:.75rem}.card-text{color:var(--medium-gray);font-size:.95rem;line-height:1.7}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--dark-gray)}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--light-gray);border-radius:8px;font-size:1rem;font-family:inherit;transition:var(--transition)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:0;border-color:var(--primary-blue);box-shadow:0 0 0 3px rgba(30,58,95,.1)}.form-textarea{min-height:150px;resize:vertical}.footer{background:var(--footer-bg);color:var(--white);padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-brand{padding-right:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-logo img{height:50px;width:auto;object-fit:contain}.footer-logo-text{font-family:'Playfair Display',Georgia,serif;font-size:1.3rem;font-weight:700;letter-spacing:0.02em}.footer-description{color:rgba(255,255,255,.7);line-height:1.7;margin-bottom:1rem;font-size:.95rem}.footer-tagline{color:rgba(255,255,255,.5);font-style:italic;font-size:.9rem}.footer-column h4{color:var(--white);font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:rgba(255,255,255,.7);font-size:.9rem;transition:var(--transition)}.footer-links a:hover{color:var(--white);padding-left:5px}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:rgba(255,255,255,.5);font-size:.85rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.py-1{padding-top:.5rem;padding-bottom:.5rem}.py-2{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:2rem;padding-bottom:2rem}.py-5{padding-top:3rem;padding-bottom:3rem}@media (max-width:1200px){.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1/-1}}@media (max-width:992px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}h1{font-size:2.75rem}h2{font-size:2rem}.hero h1{font-size:2.75rem}}@media (max-width:768px){.navbar{padding:.75rem 1rem}.nav-container{gap:8px}.logo-container{min-width:0;flex:1 1 auto}.logo-text{min-width:0;overflow:hidden}.logo-title{font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo-image{height:36px}.nav-links{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);flex-direction:column;padding:80px 1.5rem 2rem;gap:0;z-index:1001;overflow-y:auto}.nav-links.active{display:flex}.nav-link{padding:1rem;width:100%;border-bottom:1px solid var(--light-gray);font-size:1.1rem}.nav-button{margin:1.5rem 0;text-align:center;padding:1rem;font-size:1.1rem}.nav-toggle{display:flex;flex-shrink:0;z-index:1002;position:relative}.logo-subtitle{display:none}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-number{font-size:2rem}.hero{min-height:auto;padding:2.5rem 1rem}.hero h1{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.hero-buttons{flex-direction:column;gap:.75rem;align-items:stretch}.hero-buttons .btn-large{width:100%;text-align:center}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.section{padding:2rem 1rem}.trust-bar{flex-wrap:wrap;justify-content:center;gap:.5rem;font-size:.85rem}}@media (max-width:480px){.logo-title{font-size:.75rem}.logo-image{height:30px}.stats-grid{grid-template-columns:1fr}.hero h1{font-size:1.5rem}.section{padding:1.5rem .75rem}.card{padding:1rem}}@media (max-width:360px){.container{padding-left:.75rem;padding-right:.75rem}.section{padding:2rem .75rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1rem}.logo-image{height:40px}.logo-title{font-size:.9rem}.logo-container{gap:.5rem}.navbar{padding:.75rem}.nav-links{padding:.5rem}.nav-link{padding:.75rem;font-size:.85rem}.nav-button{padding:.5rem 1rem;font-size:.85rem}.hero{min-height:auto;padding:2rem .75rem}.hero h1{font-size:1.5rem;line-height:1.3}.hero-subtitle{font-size:.875rem}.hero-enhanced{padding:2rem .75rem}.hero-badge-new{font-size:.75rem;padding:.375rem .75rem}.hero-search{flex-direction:column;gap:.5rem}.hero-search button,.hero-search input,.hero-search select{width:100%;min-width:0;font-size:.875rem}.hero-search input{padding:.75rem}.hero-search button{padding:.75rem}.hero-trust{flex-direction:column;gap:.5rem;align-items:flex-start}.hero-trust-item{font-size:.8rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.stats-grid-enhanced{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-enhanced{padding:.75rem}.card{padding:1rem}.listing-card{padding:1rem}.btn{padding:.625rem 1rem;font-size:.85rem}.btn-sm{padding:.5rem .75rem;font-size:.75rem}.btn-primary,.btn-secondary{width:100%;text-align:center}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:.75rem}.footer{padding:2rem .75rem}.footer-grid{gap:1.5rem}.footer-brand p{font-size:.85rem}.footer-column h4{font-size:.9rem;margin-bottom:.75rem}.footer-links li a{font-size:.85rem;padding:.375rem 0}.footer-bottom{padding-top:1.5rem;margin-top:1.5rem}.footer-bottom p{font-size:.75rem}.page-header h1,.page-hero h1{font-size:1.5rem}.page-header p,.page-hero p{font-size:.875rem}.modal-content{margin:.5rem;padding:1rem;max-height:calc(100vh - 1rem)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}#chatbot .chatbot-btn{width:48px;height:48px;bottom:16px;right:16px}.text-center{text-align:left}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}}.nda-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.nda-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.nda-modal-container{position:relative;background:var(--white);border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);max-width:560px;width:100%;max-height:90vh;overflow:hidden;animation:nda-modal-appear .3s ease-out}@keyframes nda-modal-appear{from{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.nda-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--light-gray);background:var(--off-white)}.nda-modal-header h3{margin:0;font-size:1.125rem;font-family:Inter,sans-serif;font-weight:600;color:var(--dark-blue)}.nda-modal-close{background:0 0;border:none;padding:.5rem;cursor:pointer;color:var(--medium-gray);border-radius:8px;transition:all .2s}.nda-modal-close:hover{background:var(--light-gray);color:var(--dark-gray)}.nda-modal-body{padding:1.5rem;overflow-y:auto;max-height:calc(90vh - 70px)}.nda-state{text-align:center}.nda-state h4{font-family:Inter,sans-serif;font-weight:600;font-size:1.25rem;margin-bottom:.75rem;color:var(--dark-blue)}.nda-state p{color:var(--medium-gray);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.nda-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.nda-icon-info{background:var(--light-blue);color:var(--primary-blue)}.nda-icon-success{background:#dbeafe;color:#3b82f6}.nda-icon-error{background:#fee2e2;color:#ef4444}.nda-icon-warning{background:#fef3c7;color:#f59e0b}.nda-icon-animated{animation:nda-success-bounce .5s ease-out}@keyframes nda-success-bounce{0%{transform:scale(0)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.nda-loading-spinner{width:48px;height:48px;border:4px solid var(--light-gray);border-top-color:var(--primary-blue);border-radius:50%;animation:nda-spin 1s linear infinite;margin:2rem auto}@keyframes nda-spin{to{transform:rotate(360deg)}}.nda-info-box{background:var(--off-white);border:1px solid var(--light-gray);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;text-align:left}.nda-info-box strong{display:block;margin-bottom:.75rem;color:var(--dark-blue);font-size:.9rem}.nda-info-box ul{margin:0;padding-left:1.25rem;list-style:disc}.nda-info-box li{color:var(--medium-gray);font-size:.875rem;margin-bottom:.5rem;line-height:1.5}.nda-info-box li:last-child{margin-bottom:0}.nda-btn-full{width:100%;padding:.875rem 1.5rem;font-size:1rem}.nda-document-container{text-align:left;margin-bottom:1.5rem}.nda-document-container h4{text-align:left;margin-bottom:.5rem}.nda-listing-info{color:var(--primary-blue);font-weight:500;margin-bottom:1rem;font-size:.9rem}.nda-document-scroll{background:var(--off-white);border:1px solid var(--light-gray);border-radius:12px;padding:1.5rem;max-height:300px;overflow-y:auto;font-size:.85rem;line-height:1.7;color:var(--dark-gray)}.nda-document-scroll h5{font-family:Inter,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.25rem;color:var(--dark-blue)}.nda-document-scroll h6{font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--dark-blue)}.nda-document-scroll p{margin-bottom:.75rem;font-size:.85rem}.nda-document-scroll ul{margin:.5rem 0 1rem;padding-left:1.25rem;list-style:disc}.nda-document-scroll li{margin-bottom:.35rem}.nda-doc-subtitle{color:var(--medium-gray);font-style:italic;margin-bottom:1.5rem}.nda-doc-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--light-gray);font-size:.8rem;color:var(--medium-gray)}.nda-checkbox-group{margin-bottom:1rem}.nda-checkbox{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--off-white);border:1px solid var(--light-gray);border-radius:10px;margin-bottom:.75rem;cursor:pointer;transition:all .2s;text-align:left}.nda-checkbox:hover{border-color:var(--primary-blue);background:var(--light-blue)}.nda-checkbox input[type=checkbox]{display:none}.nda-checkbox-mark{width:22px;height:22px;border:2px solid var(--light-gray);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;background:var(--white)}.nda-checkbox input:checked+.nda-checkbox-mark{background:var(--primary-blue);border-color:var(--primary-blue)}.nda-checkbox input:checked+.nda-checkbox-mark::after{content:'';width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.nda-checkbox span:last-child{font-size:.875rem;color:var(--dark-gray);line-height:1.5}.nda-signature-info{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef3c7;border-radius:8px;margin-bottom:1rem;font-size:.8rem;color:#92400e}.nda-btn-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:nda-spin .8s linear infinite;margin-right:.5rem}#nda-sign-btn-loading{display:inline-flex;align-items:center}.nda-signed-info{background:var(--off-white);border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem}.nda-signed-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--light-gray);font-size:.9rem}.nda-signed-row:last-child{border-bottom:none}.nda-signed-row span{color:var(--medium-gray)}.nda-signed-row strong{color:var(--dark-blue)}.nda-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.nda-actions .btn{display:inline-flex;align-items:center;gap:.5rem}@media (max-width:576px){.nda-modal{padding:.5rem}.nda-modal-container{border-radius:12px;max-height:95vh}.nda-modal-header{padding:1rem}.nda-modal-body{padding:1rem}.nda-document-scroll{max-height:200px;padding:1rem}.nda-actions{flex-direction:column}.nda-actions .btn{width:100%;justify-content:center}}.nda-status-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;transition:all .2s ease;white-space:nowrap;user-select:none}.nda-status-badge svg{flex-shrink:0}.nda-badge-label{line-height:1}.nda-badge-size-small{padding:.25rem .5rem;font-size:.7rem;gap:.3rem}.nda-badge-size-small svg{width:12px;height:12px}.nda-badge-size-default svg{width:14px;height:14px}.nda-badge-size-large{padding:.5rem 1rem;font-size:.9rem;gap:.5rem}.nda-badge-size-large svg{width:16px;height:16px}.nda-badge-none{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.nda-badge-none:hover{background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-1px)}.nda-badge-pending{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.nda-badge-pending:hover{background:#fde68a;border-color:#f59e0b;transform:translateY(-1px)}.nda-badge-signed{background:#dbeafe;color:#1e3a8a;border:1px solid #93c5fd}.nda-badge-signed:hover{background:#bfdbfe;border-color:#3b82f6;transform:translateY(-1px)}.nda-badge-expired{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.nda-badge-expired:hover{background:#fecaca;border-color:#ef4444;transform:translateY(-1px)}.nda-badge-revoked{background:#fef2f2;color:#7f1d1d;border:1px solid #fecaca}.nda-badge-revoked:hover{background:#fee2e2;border-color:#f87171;transform:translateY(-1px)}.nda-badge-loading{background:#f8fafc;color:#94a3b8;border:1px solid #e2e8f0;cursor:wait!important}.nda-badge-error{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}.nda-badge-error:hover{background:#fee2e2;transform:translateY(-1px)}.nda-badge-spinner{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:nda-badge-spin .8s linear infinite}.nda-badge-size-small .nda-badge-spinner{width:12px;height:12px}.nda-badge-size-large .nda-badge-spinner{width:16px;height:16px}@keyframes nda-badge-spin{to{transform:rotate(360deg)}}.nda-status-badge:not([data-interactive=false]),.nda-status-badge[data-interactive=true]{cursor:pointer}.nda-status-badge:active:not(.nda-badge-loading){transform:scale(.98)}.nda-status-badge:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.card .nda-status-badge,.listing-card .nda-status-badge{position:absolute;top:.75rem;right:.75rem;z-index:10}.nda-badge-inline{vertical-align:middle;margin-left:.5rem}[data-nda-badge]{display:inline-block}.nda-badge-group{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}@media (max-width:576px){.nda-status-badge{padding:.3rem .6rem;font-size:.75rem}.nda-badge-size-large{padding:.4rem .8rem;font-size:.85rem}.nda-badge-hide-label-mobile .nda-badge-label{display:none}}.loi-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.loi-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.loi-modal-container{position:relative;background:#fff;border-radius:16px;width:100%;max-width:720px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:loiModalSlideIn .3s ease-out}@keyframes loiModalSlideIn{from{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.loi-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb}.loi-header-content h3{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.loi-subtitle{margin:.25rem 0 0;font-size:.875rem;color:#6b7280}.loi-modal-close{background:0 0;border:none;padding:.5rem;cursor:pointer;color:#6b7280;border-radius:8px;transition:all .2s;margin:-.25rem -.25rem 0 0}.loi-modal-close:hover{background:#f3f4f6;color:#1a1a1a}.loi-progress{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:#f9fafb;gap:.5rem}.loi-progress-step{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:100px;background:#fff;border:1px solid #e5e7eb;transition:all .2s}.loi-progress-step.active{background:#004d40;border-color:#004d40}.loi-progress-step.active .loi-step-label,.loi-progress-step.active .loi-step-number{color:#fff}.loi-progress-step.completed{background:#d1fae5;border-color:#3b82f6}.loi-progress-step.completed .loi-step-label,.loi-progress-step.completed .loi-step-number{color:#2563eb}.loi-step-number{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#e5e7eb;border-radius:50%;font-size:.75rem;font-weight:600;color:#6b7280}.loi-progress-step.active .loi-step-number{background:rgba(255,255,255,.2)}.loi-progress-step.completed .loi-step-number{background:#3b82f6;color:#fff}.loi-step-label{font-size:.875rem;font-weight:500;color:#6b7280}.loi-progress-line{width:24px;height:2px;background:#e5e7eb}.loi-modal-body{flex:1;overflow-y:auto;padding:1.5rem}.loi-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:300px;padding:2rem}.loi-loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#004d40;border-radius:50%;animation:loiSpin .8s linear infinite}@keyframes loiSpin{to{transform:rotate(360deg)}}.loi-error-icon,.loi-success-icon,.loi-warning-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.loi-success-icon{background:#d1fae5;color:#2563eb;animation:loiSuccessPop .4s ease-out}.loi-error-icon{background:#fee2e2;color:#dc2626}.loi-warning-icon{background:#fef3c7;color:#d97706}@keyframes loiSuccessPop{0%{transform:scale(0)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.loi-state h4{margin:0 0 .5rem;font-size:1.25rem;color:#1a1a1a}.loi-state p{margin:0 0 1.5rem;color:#6b7280;max-width:400px}.loi-success-actions{display:flex;gap:1rem;margin-top:.5rem}.loi-form-section{margin-bottom:2rem}.loi-form-section:last-child{margin-bottom:0}.loi-form-section h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1a1a1a;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.loi-section-hint{margin:-.5rem 0 1rem;font-size:.875rem;color:#6b7280}.loi-listing-card{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;margin-bottom:1.5rem}.loi-listing-image{width:80px;height:60px;object-fit:cover;border-radius:8px}.loi-listing-info{flex:1;min-width:0}.loi-listing-info h5{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loi-listing-meta{display:flex;gap:.75rem;font-size:.8rem;color:#6b7280;margin-bottom:.5rem}.loi-listing-price{display:flex;gap:.5rem;font-size:.85rem}.loi-listing-price .label{color:#6b7280}.loi-listing-price .value{font-weight:600;color:#004d40}.loi-form-group{margin-bottom:1.25rem}.loi-form-group:last-child{margin-bottom:0}.loi-form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#374151}.loi-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.loi-input-group{position:relative;display:flex}.loi-input{width:100%;padding:.75rem 1rem;font-size:.95rem;border:1px solid #d1d5db;border-radius:10px;transition:all .2s;background:#fff}.loi-input-group .loi-input{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.loi-input:focus{outline:0;border-color:#004d40;box-shadow:0 0 0 3px rgba(0,77,64,.1)}.loi-input-error{border-color:#dc2626!important}.loi-input-suffix{padding:.75rem 1rem;background:#f3f4f6;border:1px solid #d1d5db;border-left:none;border-radius:0 10px 10px 0;font-size:.875rem;color:#6b7280;white-space:nowrap}.loi-field-error{display:block;margin-top:.25rem;font-size:.8rem;color:#dc2626}.loi-hint{display:block;margin-top:.25rem;font-size:.8rem;color:#6b7280}.loi-textarea{width:100%;padding:.75rem 1rem;font-size:.95rem;border:1px solid #d1d5db;border-radius:10px;resize:vertical;min-height:80px;font-family:inherit;transition:all .2s}.loi-textarea:focus{outline:0;border-color:#004d40;box-shadow:0 0 0 3px rgba(0,77,64,.1)}.loi-price-comparison{margin-top:.5rem;min-height:1.25rem}.loi-price-diff{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.loi-price-diff.positive{background:#fef3c7;color:#d97706}.loi-price-diff.negative{background:#fee2e2;color:#dc2626}.loi-radio-group{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.loi-radio-card{position:relative;cursor:pointer}.loi-radio-card input{position:absolute;opacity:0}.loi-radio-content{display:flex;flex-direction:column;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s}.loi-radio-card input:checked+.loi-radio-content{border-color:#004d40;background:#eff6ff}.loi-radio-content strong{font-size:.9rem;color:#1a1a1a;margin-bottom:.25rem}.loi-radio-content span{font-size:.8rem;color:#6b7280}.loi-radio-card:hover .loi-radio-content{border-color:#004d40}.loi-conditions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.loi-condition-checkbox{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#f9fafb;border-radius:8px;cursor:pointer;transition:all .2s}.loi-condition-checkbox:hover{background:#f3f4f6}.loi-condition-checkbox input{position:absolute;opacity:0}.loi-checkbox-mark{width:20px;height:20px;min-width:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.loi-condition-checkbox input:checked+.loi-checkbox-mark{background:#004d40;border-color:#004d40}.loi-condition-checkbox input:checked+.loi-checkbox-mark::after{content:'';width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.loi-condition-checkbox span:last-child{font-size:.85rem;color:#374151;line-height:1.4}.loi-conditional{animation:loiSlideDown .2s ease-out}@keyframes loiSlideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loi-preview{max-width:100%}.loi-preview-header{margin-bottom:1.5rem}.loi-preview-header h4{margin:0 0 .25rem;font-size:1.1rem;color:#1a1a1a}.loi-preview-header p{margin:0;font-size:.875rem;color:#6b7280}.loi-preview-card{background:#f9fafb;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.loi-preview-section{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb}.loi-preview-section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.loi-preview-section h5{margin:0 0 .5rem;font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.loi-preview-section>p{margin:0;font-size:.95rem;color:#1a1a1a}.loi-preview-row{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;font-size:.9rem}.loi-preview-row span:first-child{color:#6b7280}.loi-preview-row span:last-child,.loi-preview-row strong{color:#1a1a1a}.loi-preview-conditions{margin:0;padding-left:1.25rem;font-size:.9rem;color:#374151}.loi-preview-conditions li{margin-bottom:.25rem}.loi-preview-validity{background:#eff6ff;border-radius:8px;padding:.75rem 1rem!important;margin:0!important;border:none!important}.loi-legal-notice{display:flex;gap:1rem;padding:1rem;background:#fef3c7;border-radius:10px;border-left:4px solid #d97706}.loi-legal-notice svg{color:#d97706;flex-shrink:0;margin-top:2px}.loi-legal-notice strong{display:block;font-size:.875rem;color:#92400e;margin-bottom:.25rem}.loi-legal-notice p{margin:0;font-size:.8rem;color:#92400e;line-height:1.5}.loi-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 16px 16px}.loi-footer-left,.loi-footer-right{display:flex;gap:.75rem}.loi-btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:loiSpin .6s linear infinite;display:inline-block;margin-right:.5rem}@media (max-width:768px){.loi-modal-container{max-height:95vh;border-radius:12px 12px 0 0;max-width:100%}.loi-progress{padding:.75rem 1rem}.loi-step-label{display:none}.loi-progress-step{padding:.5rem}.loi-form-row{grid-template-columns:1fr}.loi-radio-group{grid-template-columns:1fr}.loi-conditions-grid{grid-template-columns:1fr}.loi-modal-footer{flex-direction:column;gap:.75rem}.loi-footer-left,.loi-footer-right{width:100%;justify-content:center}.loi-footer-right{flex-direction:column}.loi-footer-right .btn{width:100%}.loi-listing-card{flex-direction:column}.loi-listing-image{width:100%;height:120px}}@media (max-width:480px){.loi-modal{padding:0}.loi-modal-container{border-radius:0;max-height:100vh;height:100%}.loi-modal-header{padding:1rem}.loi-modal-body{padding:1rem}.loi-preview-card{padding:1rem}}.loi-detail-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1050;display:flex;align-items:center;justify-content:center;padding:1rem}.loi-detail-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.loi-detail-container{position:relative;width:100%;max-width:700px;max-height:90vh;background:var(--color-background,#fff);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden}.loi-detail-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border,#e5e5e5);background:var(--color-surface,#fafafa)}.loi-detail-header-content{display:flex;align-items:center;gap:1rem}.loi-detail-header h3{margin:0;font-size:1.125rem;font-weight:600;color:var(--color-text,#1a1a1a)}.loi-detail-status{display:flex}.loi-status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.loi-status-badge.status-draft{background:#f3f4f6;color:#6b7280}.loi-status-badge.status-sent{background:#dbeafe;color:#1d4ed8}.loi-status-badge.status-countered{background:#fef3c7;color:#b45309}.loi-status-badge.status-accepted{background:#d1fae5;color:#047857}.loi-status-badge.status-rejected{background:#fee2e2;color:#dc2626}.loi-status-badge.status-withdrawn{background:#f3f4f6;color:#6b7280}.loi-status-badge.status-expired{background:#fef3c7;color:#92400e}.loi-detail-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:0 0;color:var(--color-text-secondary,#6b7280);border-radius:8px;cursor:pointer;transition:all .2s}.loi-detail-close:hover{background:var(--color-border,#e5e5e5);color:var(--color-text,#1a1a1a)}.loi-detail-body{flex:1;overflow-y:auto;padding:1.5rem}.loi-detail-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;min-height:300px}.loi-detail-spinner{width:40px;height:40px;border:3px solid var(--color-border,#e5e5e5);border-top-color:var(--color-primary,#2563eb);border-radius:50%;animation:loi-spin 1s linear infinite}.loi-detail-error-icon{color:var(--color-error,#dc2626);margin-bottom:1rem}.loi-detail-alert{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:10px;margin-bottom:1.5rem}.loi-detail-alert svg{flex-shrink:0;margin-top:.125rem}.loi-detail-alert div{flex:1}.loi-detail-alert strong{display:block;font-weight:600;margin-bottom:.25rem}.loi-detail-alert p{margin:0;font-size:.875rem;opacity:.9}.loi-detail-alert.alert-info{background:#dbeafe;color:#1e40af}.loi-detail-alert.alert-waiting{background:#fef3c7;color:#92400e}.loi-detail-alert.alert-action{background:#d1fae5;color:#1e3a8a}.loi-detail-alert.alert-expired{background:#fee2e2;color:#991b1b}.loi-detail-section{margin-bottom:1.5rem}.loi-detail-section:last-child{margin-bottom:0}.loi-detail-section h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary,#6b7280);margin:0 0 .75rem 0}.loi-detail-listing{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--color-surface,#f9fafb);border-radius:12px;border:1px solid var(--color-border,#e5e5e5)}.loi-detail-listing-image{width:80px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.loi-detail-listing-info{flex:1;min-width:0}.loi-detail-listing-info h5{margin:0 0 .25rem 0;font-size:.9375rem;font-weight:600;color:var(--color-text,#1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loi-detail-listing-meta{display:flex;gap:.5rem;font-size:.8125rem;color:var(--color-text-secondary,#6b7280);margin-bottom:.25rem}.loi-detail-listing-meta span:not(:last-child)::after{content:"·";margin-left:.5rem}.loi-detail-listing-price{font-size:.8125rem}.loi-detail-listing-price .label{color:var(--color-text-secondary,#6b7280)}.loi-detail-listing-price .value{font-weight:600;color:var(--color-text,#1a1a1a)}.loi-detail-listing .btn-sm{flex-shrink:0;padding:.5rem .75rem;font-size:.75rem}.loi-detail-parties{display:flex;align-items:center;gap:.75rem}.loi-party-card{flex:1;display:flex;align-items:center;gap:.75rem;padding:.875rem;background:var(--color-surface,#f9fafb);border-radius:10px;border:1px solid var(--color-border,#e5e5e5)}.loi-party-card.is-you{border-color:var(--color-primary,#2563eb);background:rgba(37,99,235,.05)}.loi-party-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--color-primary,#2563eb);display:flex;align-items:center;justify-content:center}.loi-party-avatar img{width:100%;height:100%;object-fit:cover}.loi-party-avatar span{color:#fff;font-weight:600;font-size:.8125rem}.loi-party-info{flex:1;min-width:0}.loi-party-label{display:block;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary,#6b7280);margin-bottom:.125rem}.loi-party-info strong{display:block;font-size:.875rem;font-weight:600;color:var(--color-text,#1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loi-party-company{display:block;font-size:.75rem;color:var(--color-text-secondary,#6b7280)}.loi-party-arrow{color:var(--color-text-tertiary,#9ca3af);flex-shrink:0}.loi-detail-grid{display:grid;gap:.5rem}.loi-detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.625rem .875rem;background:var(--color-surface,#f9fafb);border-radius:8px}.loi-detail-row.highlight{background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.2)}.loi-detail-row.expired .value{color:var(--color-error,#dc2626)}.loi-detail-row .label{font-size:.875rem;color:var(--color-text-secondary,#6b7280)}.loi-detail-row .value{font-size:.875rem;color:var(--color-text,#1a1a1a);text-align:right}.loi-detail-row.highlight .value{font-weight:700;font-size:1rem;color:var(--color-primary,#2563eb)}.loi-detail-row.full-width{flex-direction:column;gap:.375rem}.loi-detail-row.full-width .value{text-align:left}.loi-detail-conditions{display:flex;flex-wrap:wrap;gap:.5rem}.loi-condition-item{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:var(--color-surface,#f9fafb);border-radius:6px;font-size:.8125rem;color:var(--color-text,#1a1a1a)}.loi-condition-item svg{color:var(--color-success,#2563eb);flex-shrink:0}.loi-detail-terms-text{font-size:.875rem;color:var(--color-text-secondary,#6b7280);line-height:1.6;padding:.875rem;background:var(--color-surface,#f9fafb);border-radius:8px;white-space:pre-wrap;margin:0}.loi-detail-signatures{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.loi-signature{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:var(--color-surface,#f9fafb);border-radius:10px;border:1px solid var(--color-border,#e5e5e5)}.loi-signature.signed{border-color:var(--color-success,#2563eb);background:rgba(5,150,105,.05)}.loi-signature-icon{flex-shrink:0}.loi-signature.signed .loi-signature-icon{color:var(--color-success,#2563eb)}.loi-signature.pending .loi-signature-icon{color:var(--color-text-tertiary,#9ca3af)}.loi-signature-info{flex:1;min-width:0}.loi-signature-label{display:block;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary,#6b7280);margin-bottom:.125rem}.loi-signature-info strong{display:block;font-size:.8125rem;font-weight:600;color:var(--color-text,#1a1a1a);margin-bottom:.25rem}.loi-signature-date{font-size:.75rem;color:var(--color-text-secondary,#6b7280)}.loi-signature.signed .loi-signature-date{color:var(--color-success,#2563eb)}.loi-deal-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,rgba(37,99,235,.08) 0,rgba(59,130,246,.04) 100%);border:1px solid rgba(37,99,235,.2);border-radius:12px}.loi-deal-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-primary,#2563eb);color:#fff;border-radius:10px;flex-shrink:0}.loi-deal-info{flex:1}.loi-deal-info strong{display:block;font-size:.9375rem;font-weight:600;color:var(--color-text,#1a1a1a);margin-bottom:.125rem}.loi-deal-info span{font-size:.8125rem;color:var(--color-text-secondary,#6b7280)}.loi-detail-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid var(--color-border,#e5e5e5);background:var(--color-surface,#fafafa)}.loi-detail-footer-left{display:flex;gap:.5rem}.loi-detail-footer-right{display:flex;gap:.5rem}.loi-counter-submodal{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:10}.loi-counter-panel{background:var(--color-background,#fff);border-radius:12px;width:100%;max-width:440px;box-shadow:0 10px 40px rgba(0,0,0,.2);overflow:hidden}.loi-reject-panel{max-width:400px}.loi-counter-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border,#e5e5e5)}.loi-counter-header h4{margin:0;font-size:1rem;font-weight:600}.loi-counter-body{padding:1.25rem}.loi-counter-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid var(--color-border,#e5e5e5);background:var(--color-surface,#f9fafb)}.loi-reject-warning{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:#fef2f2;color:#991b1b;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.loi-reject-warning svg{flex-shrink:0}.btn-danger-outline{background:0 0;color:var(--color-error,#dc2626);border:1px solid var(--color-error,#dc2626);padding:.625rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.btn-danger-outline:hover{background:var(--color-error,#dc2626);color:#fff}.btn-danger{background:var(--color-error,#dc2626);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.btn-danger:hover{background:#b91c1c}.btn-danger:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.loi-detail-container{max-height:95vh;border-radius:12px 12px 0 0}.loi-detail-parties{flex-direction:column}.loi-party-card{width:100%}.loi-party-arrow{transform:rotate(90deg)}.loi-detail-signatures{grid-template-columns:1fr}.loi-detail-listing{flex-direction:column;text-align:center}.loi-detail-listing .btn-sm{width:100%}.loi-detail-footer{flex-direction:column;gap:.75rem}.loi-detail-footer-left,.loi-detail-footer-right{width:100%;justify-content:center}.loi-detail-footer-right{flex-direction:column}.loi-detail-footer-right .btn{width:100%}}@media (max-width:480px){.loi-detail-modal{padding:0}.loi-detail-container{border-radius:0;max-height:100vh;height:100%}.loi-detail-header{padding:1rem}.loi-detail-header-content{flex-direction:column;align-items:flex-start;gap:.5rem}.loi-detail-body{padding:1rem}.loi-counter-submodal{padding:0}.loi-counter-panel{border-radius:0;max-width:100%;height:100%}}.dd-checklist{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);overflow:hidden}.dd-checklist-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--medium-gray,#6b7280)}.dd-loading-spinner{width:40px;height:40px;border:3px solid var(--light-gray,#e5e7eb);border-top-color:var(--primary-blue,#3b82f6);border-radius:50%;animation:dd-spin 1s linear infinite;margin-bottom:1rem}@keyframes dd-spin{to{transform:rotate(360deg)}}.dd-checklist-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--light-gray,#e5e7eb);background:linear-gradient(135deg,#f8fafc 0,#fff 100%)}.dd-header-title{display:flex;align-items:center;gap:1rem}.dd-header-icon{width:40px;height:40px;padding:8px;background:var(--primary-blue,#3b82f6);border-radius:10px;color:#fff}.dd-header-title h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--dark-gray,#1f2937)}.dd-header-subtitle{margin:.25rem 0 0;font-size:.85rem;color:var(--medium-gray,#6b7280)}.dd-header-actions{display:flex;align-items:center;gap:.75rem}.dd-action-btn{width:36px;height:36px;border:none;background:var(--off-white,#f8fafc);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--medium-gray,#6b7280);transition:all .2s}.dd-action-btn:hover{background:var(--light-gray,#e5e7eb);color:var(--dark-gray,#1f2937)}.dd-action-btn svg{width:18px;height:18px}.dd-progress-ring{width:56px;height:56px;border-radius:50%;background:conic-gradient(var(--primary-blue,#3b82f6) calc(var(--progress) * 3.6deg),var(--light-gray,#e5e7eb) calc(var(--progress) * 3.6deg));display:flex;align-items:center;justify-content:center;position:relative}.dd-progress-ring::before{content:'';position:absolute;width:44px;height:44px;background:#fff;border-radius:50%}.dd-progress-text{position:relative;font-size:.85rem;font-weight:700;color:var(--dark-blue,#0a1628)}.dd-overall-progress{padding:1rem 1.5rem;background:var(--off-white,#f8fafc);border-bottom:1px solid var(--light-gray,#e5e7eb)}.dd-progress-bar{height:8px;background:var(--light-gray,#e5e7eb);border-radius:4px;overflow:hidden;margin-bottom:.75rem}.dd-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-blue,#3b82f6),#3b82f6);border-radius:4px;transition:width .5s ease}.dd-progress-stats{display:flex;flex-wrap:wrap;gap:1rem}.dd-stat{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--medium-gray,#6b7280)}.dd-stat svg{width:14px;height:14px}.dd-stat.completed{color:#3b82f6}.dd-stat.in-progress{color:#f59e0b}.dd-stat.pending{color:#6b7280}.dd-stat.na{color:#9ca3af}.dd-categories{padding:.5rem}.dd-category{margin-bottom:.5rem;border:1px solid var(--light-gray,#e5e7eb);border-radius:10px;overflow:hidden;transition:all .2s}.dd-category:hover{border-color:#d1d5db}.dd-category-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fff;cursor:pointer;user-select:none;transition:background .2s}.dd-category-header:hover{background:var(--off-white,#f8fafc)}.dd-category-info{display:flex;align-items:center;gap:.75rem}.dd-category-icon{width:36px;height:36px;padding:8px;background:var(--off-white,#f8fafc);border-radius:8px;color:var(--primary-blue,#3b82f6);display:flex;align-items:center;justify-content:center}.dd-category-icon svg{width:100%;height:100%}.dd-category-title h4{margin:0;font-size:.95rem;font-weight:600;color:var(--dark-gray,#1f2937)}.dd-category-count{font-size:.8rem;color:var(--medium-gray,#6b7280)}.dd-category-right{display:flex;align-items:center;gap:.75rem}.dd-mini-progress{width:60px;height:4px;background:var(--light-gray,#e5e7eb);border-radius:2px;overflow:hidden}.dd-mini-progress-fill{height:100%;background:#3b82f6;transition:width .3s}.dd-category-percent{font-size:.8rem;font-weight:600;color:var(--dark-gray,#1f2937);width:36px;text-align:right}.dd-category-chevron{width:20px;height:20px;color:var(--medium-gray,#6b7280);transition:transform .3s}.dd-category.expanded .dd-category-chevron{transform:rotate(180deg)}.dd-category-items{display:none;border-top:1px solid var(--light-gray,#e5e7eb);background:var(--off-white,#f8fafc)}.dd-category.expanded .dd-category-items{display:block}.dd-item{border-bottom:1px solid var(--light-gray,#e5e7eb)}.dd-item:last-child{border-bottom:none}.dd-item-main{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:background .2s}.dd-item-main:hover{background:#fff}.dd-item-status{cursor:pointer;flex-shrink:0}.dd-status-icon{width:24px;height:24px;transition:all .2s}.dd-status-icon.pending{color:var(--medium-gray,#6b7280)}.dd-status-icon.in-progress{color:#f59e0b}.dd-status-icon.completed{color:#3b82f6}.dd-status-icon.na{color:#9ca3af}.dd-item-content{flex:1;min-width:0;cursor:pointer}.dd-item-title{font-size:.9rem;font-weight:500;color:var(--dark-gray,#1f2937);margin-bottom:.15rem}.dd-item[data-status=completed] .dd-item-title{text-decoration:line-through;opacity:.6}.dd-item[data-status=na] .dd-item-title{opacity:.5}.dd-item-description{font-size:.8rem;color:var(--medium-gray,#6b7280)}.dd-item-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.dd-item-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:var(--light-gray,#e5e7eb);border-radius:12px;font-size:.7rem;color:var(--medium-gray,#6b7280)}.dd-item-badge svg{width:12px;height:12px}.dd-item-badge.docs{background:#dbeafe;color:#1d4ed8}.dd-item-badge.comments{background:#fef3c7;color:#d97706}.dd-item-badge.due{background:#f3f4f6;color:#6b7280}.dd-item-badge.due.urgent{background:#fee2e2;color:#dc2626}.dd-item-more{width:28px;height:28px;border:none;background:0 0;border-radius:6px;cursor:pointer;color:var(--medium-gray,#6b7280);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s}.dd-item-main:hover .dd-item-more{opacity:1}.dd-item-more:hover{background:var(--light-gray,#e5e7eb)}.dd-item-more svg{width:16px;height:16px}.dd-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;transition:opacity .3s}.dd-modal-overlay.active{opacity:1}.dd-modal{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;transform:translateY(-20px);transition:transform .3s}.dd-modal-overlay.active .dd-modal{transform:translateY(0)}.dd-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--light-gray,#e5e7eb);position:sticky;top:0;background:#fff;z-index:10}.dd-modal-header h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--dark-gray,#1f2937)}.dd-modal-close{width:32px;height:32px;border:none;background:var(--off-white,#f8fafc);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--medium-gray,#6b7280);transition:all .2s}.dd-modal-close:hover{background:var(--light-gray,#e5e7eb);color:var(--dark-gray,#1f2937)}.dd-modal-close svg{width:18px;height:18px}.dd-modal-body{padding:1.5rem}.dd-modal-section{margin-bottom:1.5rem}.dd-modal-section:last-child{margin-bottom:0}.dd-modal-section.half{flex:1;min-width:0}.dd-modal-row{display:flex;gap:1rem}.dd-label{display:block;font-size:.8rem;font-weight:600;color:var(--medium-gray,#6b7280);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.dd-description{margin:0;font-size:.9rem;color:var(--dark-gray,#1f2937);line-height:1.5}.dd-input{width:100%;padding:.75rem;border:2px solid var(--light-gray,#e5e7eb);border-radius:8px;font-size:.9rem;transition:border-color .2s}.dd-input:focus{outline:0;border-color:var(--primary-blue,#3b82f6)}.dd-textarea{width:100%;padding:.75rem;border:2px solid var(--light-gray,#e5e7eb);border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;transition:border-color .2s}.dd-textarea:focus{outline:0;border-color:var(--primary-blue,#3b82f6)}.dd-status-selector{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.dd-status-option{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .5rem;border:2px solid var(--light-gray,#e5e7eb);border-radius:8px;background:#fff;cursor:pointer;transition:all .2s}.dd-status-option:hover{border-color:var(--primary-blue,#3b82f6);background:var(--off-white,#f8fafc)}.dd-status-option.active{border-color:var(--primary-blue,#3b82f6);background:#eff6ff}.dd-status-option svg{width:24px;height:24px}.dd-status-option span{font-size:.75rem;font-weight:500;color:var(--dark-gray,#1f2937)}.dd-documents{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.dd-document{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--off-white,#f8fafc);border-radius:8px}.dd-document svg{width:20px;height:20px;color:var(--primary-blue,#3b82f6);flex-shrink:0}.dd-doc-name{flex:1;font-size:.9rem;font-weight:500;color:var(--dark-gray,#1f2937);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dd-doc-size{font-size:.75rem;color:var(--medium-gray,#6b7280);flex-shrink:0}.dd-doc-remove{width:24px;height:24px;border:none;background:0 0;border-radius:4px;cursor:pointer;color:var(--medium-gray,#6b7280);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s}.dd-document:hover .dd-doc-remove{opacity:1}.dd-doc-remove:hover{background:#fee2e2;color:#dc2626}.dd-doc-remove svg{width:14px;height:14px}.dd-upload-area{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:2px dashed var(--light-gray,#e5e7eb);border-radius:8px;cursor:pointer;transition:all .2s;color:var(--medium-gray,#6b7280);font-size:.9rem}.dd-upload-area:hover{border-color:var(--primary-blue,#3b82f6);background:var(--off-white,#f8fafc);color:var(--primary-blue,#3b82f6)}.dd-upload-area svg{width:20px;height:20px}.dd-comments{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem;max-height:200px;overflow-y:auto}.dd-comment{padding:.75rem;background:var(--off-white,#f8fafc);border-radius:8px}.dd-comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}.dd-comment-author{font-size:.85rem;font-weight:600;color:var(--dark-gray,#1f2937)}.dd-comment-date{font-size:.75rem;color:var(--medium-gray,#6b7280)}.dd-comment-text{margin:0;font-size:.9rem;color:var(--dark-gray,#1f2937);line-height:1.4}.dd-comment-form{display:flex;gap:.5rem;align-items:flex-end}.dd-comment-form .dd-textarea{flex:1}.dd-empty{margin:0;font-size:.85rem;color:var(--medium-gray,#6b7280);font-style:italic;padding:.5rem 0}.dd-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--light-gray,#e5e7eb);background:var(--off-white,#f8fafc)}.dd-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.dd-btn.primary{background:var(--primary-blue,#3b82f6);color:#fff}.dd-btn.primary:hover{background:var(--dark-blue,#1e3a5f)}.dd-btn.secondary{background:var(--off-white,#f8fafc);color:var(--dark-gray,#1f2937);border:1px solid var(--light-gray,#e5e7eb)}.dd-btn.secondary:hover{background:var(--light-gray,#e5e7eb)}.dd-btn.small{padding:.5rem 1rem;font-size:.85rem}@media (max-width:768px){.dd-checklist-header{flex-direction:column;gap:1rem;align-items:stretch}.dd-header-actions{justify-content:space-between}.dd-progress-stats{gap:.5rem}.dd-stat{font-size:.7rem}.dd-category-header{padding:.75rem 1rem}.dd-category-icon{width:32px;height:32px;padding:6px}.dd-mini-progress{display:none}.dd-status-selector{grid-template-columns:repeat(2,1fr)}.dd-modal-row{flex-direction:column}.dd-item-badge{display:none}.dd-item-main:hover .dd-item-badge{display:flex}}@media (max-width:480px){.dd-progress-ring{width:48px;height:48px}.dd-progress-ring::before{width:36px;height:36px}.dd-progress-text{font-size:.75rem}.dd-category-title h4{font-size:.9rem}.dd-item-title{font-size:.85rem}.dd-item-description{display:none}}.doc-manager{background:#fff;border-radius:12px;overflow:hidden}.doc-manager-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%)}.doc-header-title{display:flex;align-items:center;gap:1rem}.doc-header-icon{width:40px;height:40px;padding:8px;background:#3b82f6;color:#fff;border-radius:10px}.doc-header-title h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0}.doc-header-subtitle{font-size:.85rem;color:#64748b;margin:.25rem 0 0}.doc-upload-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.doc-upload-btn:hover{background:#2563eb;transform:translateY(-1px)}.doc-upload-btn svg{width:18px;height:18px}.doc-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;gap:1rem;flex-wrap:wrap}.doc-toolbar-left{display:flex;align-items:center;gap:.75rem;flex:1}.doc-toolbar-right{display:flex;align-items:center;gap:.75rem}.doc-search{position:relative;flex:1;max-width:300px}.doc-search svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9ca3af;pointer-events:none}.doc-search input{width:100%;padding:.65rem .75rem .65rem 2.5rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;transition:all .2s}.doc-search input:focus{outline:0;border-color:#3b82f6}.doc-filter-select{padding:.65rem 2rem .65rem .75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right .75rem center;cursor:pointer}.doc-filter-select:focus{outline:0;border-color:#3b82f6}.doc-bulk-btn{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.doc-bulk-btn.danger{background:#fee2e2;color:#dc2626}.doc-bulk-btn.danger:hover{background:#fecaca}.doc-bulk-btn svg{width:16px;height:16px}.doc-view-toggle{display:flex;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden}.doc-view-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border:none;cursor:pointer;color:#9ca3af;transition:all .2s}.doc-view-btn:first-child{border-right:1px solid #e5e7eb}.doc-view-btn.active{background:#3b82f6;color:#fff}.doc-view-btn:hover:not(.active){background:#f3f4f6;color:#6b7280}.doc-view-btn svg{width:18px;height:18px}.doc-category-pills{display:flex;gap:.5rem;padding:.75rem 1.5rem;overflow-x:auto;border-bottom:1px solid #e5e7eb}.doc-pill{display:flex;align-items:center;gap:.4rem;padding:.5rem .9rem;background:#f3f4f6;border:none;border-radius:20px;font-size:.85rem;color:#64748b;cursor:pointer;white-space:nowrap;transition:all .2s}.doc-pill:hover{background:#e5e7eb}.doc-pill.active{background:var(--pill-color,#3b82f6);color:#fff}.doc-pill-count{padding:.1rem .45rem;background:rgba(0,0,0,.1);border-radius:10px;font-size:.75rem;font-weight:600}.doc-pill.active .doc-pill-count{background:rgba(255,255,255,.2)}.doc-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin:1rem 1.5rem;border:2px dashed #d1d5db;border-radius:12px;background:#f9fafb;cursor:pointer;transition:all .2s}.doc-dropzone.active,.doc-dropzone:hover{border-color:#3b82f6;background:#eff6ff}.doc-dropzone svg{width:40px;height:40px;color:#9ca3af;margin-bottom:.75rem}.doc-dropzone p{color:#6b7280;margin:0;font-size:.95rem}.doc-dropzone span{color:#3b82f6;font-weight:500}.doc-dropzone-hint{font-size:.8rem;color:#9ca3af;margin-top:.5rem}.doc-container{padding:1rem 1.5rem 1.5rem;min-height:200px}.doc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.doc-card{position:relative;background:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s}.doc-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.1)}.doc-card.selected{border-color:#3b82f6;background:#eff6ff}.doc-card-select{position:absolute;top:.5rem;left:.5rem;z-index:2;opacity:0;transition:opacity .2s}.doc-card.selected .doc-card-select,.doc-card:hover .doc-card-select{opacity:1}.doc-card-select input{width:18px;height:18px;cursor:pointer}.doc-card-preview{display:flex;align-items:center;justify-content:center;height:120px;cursor:pointer}.doc-card-preview img{width:100%;height:100%;object-fit:cover}.doc-card-preview svg{width:48px;height:48px}.doc-card-info{padding:.75rem 1rem;border-top:1px solid #e5e7eb}.doc-card-name{font-weight:600;color:#1e293b;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.5rem}.doc-card-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.doc-card-category{padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500}.doc-card-size{font-size:.75rem;color:#9ca3af}.doc-card-actions{display:flex;justify-content:center;gap:.25rem;padding:.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.doc-card-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:0 0;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s}.doc-card-btn:hover{background:#e5e7eb;color:#1e293b}.doc-card-btn.danger:hover{background:#fee2e2;color:#dc2626}.doc-card-btn svg{width:16px;height:16px}.doc-list{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.doc-list-header{display:grid;grid-template-columns:40px 1fr 120px 80px 100px 100px;gap:.5rem;padding:.75rem 1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase}.doc-list-row{display:grid;grid-template-columns:40px 1fr 120px 80px 100px 100px;gap:.5rem;padding:.75rem 1rem;align-items:center;border-bottom:1px solid #e5e7eb;transition:all .2s}.doc-list-row:last-child{border-bottom:none}.doc-list-row:hover{background:#f9fafb}.doc-list-row.selected{background:#eff6ff}.doc-list-cell{display:flex;align-items:center}.doc-list-cell.checkbox{justify-content:center}.doc-list-cell.checkbox input{width:16px;height:16px;cursor:pointer}.doc-list-cell.name{gap:.75rem;cursor:pointer;min-width:0}.doc-list-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;flex-shrink:0}.doc-list-icon svg{width:18px;height:18px}.doc-list-name{font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-list-badge{padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500}.doc-list-cell.date,.doc-list-cell.size{font-size:.85rem;color:#6b7280}.doc-list-cell.actions{gap:.25rem}.doc-list-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:0 0;border-radius:6px;color:#9ca3af;cursor:pointer;transition:all .2s}.doc-list-btn:hover{background:#e5e7eb;color:#1e293b}.doc-list-btn.danger:hover{background:#fee2e2;color:#dc2626}.doc-list-btn svg{width:14px;height:14px}.doc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.doc-empty svg{width:64px;height:64px;color:#d1d5db;margin-bottom:1.5rem}.doc-empty h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.doc-empty p{color:#6b7280;margin:0 0 1.5rem}.doc-empty-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.doc-empty-btn:hover{background:#2563eb}.doc-empty-btn svg{width:18px;height:18px}.doc-manager-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem}.doc-loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:doc-spin .8s linear infinite;margin-bottom:1rem}@keyframes doc-spin{to{transform:rotate(360deg)}}.doc-manager-loading p{color:#6b7280}.doc-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1100;opacity:0;transition:opacity .3s}.doc-modal-overlay.active{opacity:1}.doc-modal{background:#fff;border-radius:16px;width:90%;max-height:90vh;overflow-y:auto;transform:translateY(-20px);transition:transform .3s}.doc-modal-overlay.active .doc-modal{transform:translateY(0)}.doc-modal.preview{max-width:800px}.doc-modal.edit,.doc-modal.upload{max-width:500px}.doc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.doc-modal-header h3{font-size:1.1rem;font-weight:600;margin:0;color:#1e293b}.doc-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s}.doc-modal-close:hover{background:#e5e7eb;color:#1e293b}.doc-modal-close svg{width:18px;height:18px}.doc-modal-body{padding:1.5rem}.doc-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.doc-form-group{margin-bottom:1.25rem}.doc-form-group:last-child{margin-bottom:0}.doc-label{display:block;font-size:.85rem;font-weight:500;color:#374151;margin-bottom:.5rem}.doc-input,.doc-textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-family:inherit;transition:all .2s}.doc-input:focus,.doc-textarea:focus{outline:0;border-color:#3b82f6}.doc-textarea{resize:vertical;min-height:80px}.doc-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.doc-btn.primary{background:#3b82f6;color:#fff}.doc-btn.primary:hover{background:#2563eb}.doc-btn.primary:disabled{background:#93c5fd;cursor:not-allowed}.doc-btn.secondary{background:#f3f4f6;color:#374151}.doc-btn.secondary:hover{background:#e5e7eb}.doc-btn svg{width:16px;height:16px}.doc-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:doc-spin .6s linear infinite}.doc-edit-info{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-top:1.25rem}.doc-edit-info-item{text-align:center}.doc-edit-label{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.doc-edit-info-item span:last-child{font-size:.85rem;font-weight:500;color:#1e293b}.doc-upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;border:2px dashed #d1d5db;border-radius:12px;background:#f9fafb;cursor:pointer;transition:all .2s;margin-bottom:1.25rem}.doc-upload-dropzone.active,.doc-upload-dropzone:hover{border-color:#3b82f6;background:#eff6ff}.doc-upload-dropzone svg{width:48px;height:48px;color:#9ca3af;margin-bottom:1rem}.doc-upload-dropzone p{color:#6b7280;margin:0}.doc-upload-dropzone span{color:#3b82f6;font-weight:500}.doc-upload-queue{margin-top:1.25rem}.doc-queue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.doc-queue-header span{font-size:.85rem;font-weight:500;color:#374151}.doc-queue-clear{font-size:.8rem;color:#dc2626;background:0 0;border:none;cursor:pointer}.doc-queue-clear:hover{text-decoration:underline}.doc-queue-items{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.doc-queue-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:8px}.doc-queue-item.uploading{background:#eff6ff}.doc-queue-item.completed{background:#dbeafe}.doc-queue-item.error{background:#fee2e2}.doc-queue-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;flex-shrink:0}.doc-queue-icon svg{width:18px;height:18px}.doc-queue-info{flex:1;min-width:0}.doc-queue-name{font-size:.85rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-queue-size{font-size:.75rem;color:#6b7280}.doc-queue-progress{height:4px;background:#e5e7eb;border-radius:2px;margin-top:.5rem;overflow:hidden}.doc-queue-progress-fill{height:100%;background:#3b82f6;border-radius:2px;transition:width .3s}.doc-queue-remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:0 0;border-radius:6px;color:#9ca3af;cursor:pointer;flex-shrink:0}.doc-queue-remove:hover{background:#fee2e2;color:#dc2626}.doc-queue-remove svg{width:16px;height:16px}.doc-preview-image{display:flex;align-items:center;justify-content:center;max-height:500px;overflow:hidden;background:#f3f4f6;border-radius:8px}.doc-preview-image img{max-width:100%;max-height:500px;object-fit:contain}.doc-preview-pdf{height:500px;border-radius:8px;overflow:hidden}.doc-preview-pdf iframe{width:100%;height:100%}.doc-preview-info{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem}.doc-preview-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:16px;margin-bottom:1.5rem}.doc-preview-icon svg{width:48px;height:48px}.doc-preview-info h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 1rem;word-break:break-word}.doc-preview-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;justify-content:center}.doc-preview-meta span{font-size:.85rem;color:#6b7280}.doc-preview-category{padding:.25rem .75rem;border-radius:4px;font-size:.8rem!important;font-weight:500}.doc-preview-desc{color:#6b7280;margin:0 0 1rem;font-size:.95rem}.doc-preview-hint{color:#9ca3af;font-size:.85rem;margin:0}.doc-upload-progress{padding:.75rem 1.5rem;background:#eff6ff;border-bottom:1px solid #bfdbfe}@media (max-width:992px){.doc-list-header,.doc-list-row{grid-template-columns:40px 1fr 80px 80px}.doc-list-cell.category,.doc-list-cell.date{display:none}}@media (max-width:768px){.doc-manager-header{flex-direction:column;gap:1rem;align-items:stretch}.doc-upload-btn{justify-content:center}.doc-toolbar{flex-direction:column;align-items:stretch}.doc-toolbar-left{flex-direction:column}.doc-search{max-width:none}.doc-toolbar-right{justify-content:space-between}.doc-category-pills{padding:.75rem 1rem}.doc-dropzone{margin:1rem;padding:1.5rem}.doc-container{padding:1rem}.doc-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.doc-list-header,.doc-list-row{grid-template-columns:40px 1fr auto}.doc-list-cell.size{display:none}.doc-edit-info{grid-template-columns:1fr}}@media (max-width:480px){.doc-header-title{gap:.75rem}.doc-header-icon{width:36px;height:36px;padding:6px}.doc-header-title h3{font-size:1rem}.doc-pill{padding:.4rem .7rem;font-size:.8rem}.doc-card-preview{height:100px}.doc-card-preview svg{width:36px;height:36px}.doc-modal{width:95%;margin:1rem}.doc-preview-image,.doc-preview-pdf{max-height:300px;height:300px}}.deal-timeline{background:#fff;border-radius:12px;border:1px solid var(--light-gray,#e5e7eb)}.timeline-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--light-gray,#e5e7eb);flex-wrap:wrap;gap:1rem}.timeline-header-title{display:flex;align-items:center;gap:.75rem}.timeline-header-title svg{color:var(--primary-blue,#2563eb);flex-shrink:0}.timeline-header-title h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--dark-gray,#1f2937)}.timeline-header-subtitle{margin:0;font-size:.85rem;color:var(--medium-gray,#6b7280)}.timeline-header-actions{display:flex;gap:.5rem}.timeline-add-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--primary-blue,#2563eb);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.timeline-add-btn:hover{background:var(--primary-blue-dark,#1d4ed8);transform:translateY(-1px)}.timeline-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--light-gray,#e5e7eb);flex-wrap:wrap;gap:.75rem;background:var(--off-white,#f9fafb)}.timeline-toolbar-left,.timeline-toolbar-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.timeline-search{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid var(--light-gray,#e5e7eb);border-radius:8px;min-width:200px}.timeline-search svg{color:var(--medium-gray,#6b7280);flex-shrink:0}.timeline-search input{border:none;outline:0;font-size:.9rem;width:100%;background:0 0}.timeline-search input::placeholder{color:var(--medium-gray,#9ca3af)}.timeline-filter-select{padding:.5rem .75rem;border:1px solid var(--light-gray,#e5e7eb);border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer;min-width:140px}.timeline-filter-select:focus{outline:0;border-color:var(--primary-blue,#2563eb)}.timeline-date-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#fff;border:1px solid var(--light-gray,#e5e7eb);border-radius:8px;cursor:pointer;transition:all .2s ease}.timeline-date-toggle:hover{background:var(--off-white,#f9fafb)}.timeline-date-toggle.active{background:var(--primary-blue,#2563eb);border-color:var(--primary-blue,#2563eb);color:#fff}.timeline-date-toggle.active svg{stroke:#fff}.timeline-quick-stats{display:flex;gap:.5rem;padding:.75rem 1.5rem;border-bottom:1px solid var(--light-gray,#e5e7eb);flex-wrap:wrap}.timeline-stat-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:20px;font-size:.8rem;font-weight:500}.timeline-stat-chip svg{flex-shrink:0}.timeline-content{padding:1.5rem;max-height:600px;overflow-y:auto}.timeline-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--medium-gray,#6b7280)}.timeline-loading-spinner{width:40px;height:40px;border:3px solid var(--light-gray,#e5e7eb);border-top-color:var(--primary-blue,#2563eb);border-radius:50%;animation:timeline-spin .8s linear infinite;margin-bottom:1rem}@keyframes timeline-spin{to{transform:rotate(360deg)}}.timeline-loading p{margin:0;font-size:.9rem}.timeline-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.timeline-empty svg{color:var(--light-gray,#d1d5db);margin-bottom:1rem}.timeline-empty h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--dark-gray,#1f2937)}.timeline-empty p{margin:0 0 1.5rem;font-size:.9rem;color:var(--medium-gray,#6b7280);max-width:300px}.timeline-group{margin-bottom:1.5rem}.timeline-group:last-child{margin-bottom:0}.timeline-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px dashed var(--light-gray,#e5e7eb)}.timeline-group-date{font-size:.9rem;font-weight:600;color:var(--dark-gray,#1f2937)}.timeline-group-count{font-size:.8rem;color:var(--medium-gray,#9ca3af)}.timeline-items{display:flex;flex-direction:column;gap:.75rem}.timeline-item{display:flex;gap:1rem;position:relative}.timeline-item-indicator{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:32px}.timeline-item-line{position:absolute;top:32px;left:15px;width:2px;height:calc(100% - 16px);background:var(--light-gray,#e5e7eb)}.timeline-item:last-child .timeline-item-line{display:none}.timeline-item-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.timeline-item-dot svg{flex-shrink:0}.timeline-item-card{flex:1;background:var(--off-white,#f9fafb);border:1px solid var(--light-gray,#e5e7eb);border-radius:10px;padding:1rem;transition:all .2s ease}.timeline-item-card:hover{border-color:var(--primary-blue,#2563eb);box-shadow:0 2px 8px rgba(0,0,0,.05)}.timeline-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.timeline-item-user{display:flex;align-items:center;gap:.75rem}.timeline-user-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0}.timeline-user-info{display:flex;flex-direction:column}.timeline-user-name{font-size:.9rem;font-weight:600;color:var(--dark-gray,#1f2937)}.timeline-activity-type{font-size:.8rem;font-weight:500}.timeline-item-time{font-size:.8rem;color:var(--medium-gray,#9ca3af);white-space:nowrap;flex-shrink:0}.timeline-item-content{font-size:.9rem;color:var(--medium-gray,#4b5563);line-height:1.5}.timeline-item-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px dashed var(--light-gray,#e5e7eb)}.timeline-meta-item{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--medium-gray,#6b7280)}.timeline-meta-item svg{flex-shrink:0}.timeline-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:var(--primary-blue,#2563eb);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.timeline-btn-primary:hover{background:var(--primary-blue-dark,#1d4ed8)}.timeline-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#fff;color:var(--dark-gray,#374151);border:1px solid var(--light-gray,#e5e7eb);border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.timeline-btn-secondary:hover{background:var(--off-white,#f9fafb);border-color:var(--medium-gray,#9ca3af)}.timeline-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center}.timeline-modal.active{display:flex}.timeline-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}.timeline-modal-content{position:relative;background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;margin:1rem;box-shadow:0 20px 40px rgba(0,0,0,.15);animation:timeline-modal-in .2s ease}@keyframes timeline-modal-in{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.timeline-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--light-gray,#e5e7eb)}.timeline-modal-header h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--dark-gray,#1f2937)}.timeline-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:0 0;border:none;border-radius:6px;cursor:pointer;color:var(--medium-gray,#6b7280);transition:all .2s ease}.timeline-modal-close:hover{background:var(--off-white,#f3f4f6);color:var(--dark-gray,#1f2937)}.timeline-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.timeline-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid var(--light-gray,#e5e7eb);background:var(--off-white,#f9fafb)}.timeline-form-group{margin-bottom:1.25rem}.timeline-form-group:last-child{margin-bottom:0}.timeline-form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:var(--dark-gray,#374151)}.timeline-form-group select,.timeline-form-group textarea{width:100%;padding:.65rem .85rem;border:1px solid var(--light-gray,#e5e7eb);border-radius:8px;font-size:.9rem;background:#fff;transition:border-color .2s ease}.timeline-form-group select:focus,.timeline-form-group textarea:focus{outline:0;border-color:var(--primary-blue,#2563eb)}.timeline-form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.timeline-type-preview{margin-top:1rem}.timeline-type-preview-content{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:8px}.timeline-type-preview-icon{display:flex;align-items:center;justify-content:center}.timeline-type-preview-content span{font-size:.95rem;font-weight:500}@media (max-width:768px){.timeline-header{flex-direction:column;align-items:flex-start}.timeline-header-actions{width:100%}.timeline-add-btn{width:100%;justify-content:center}.timeline-toolbar{flex-direction:column;align-items:stretch}.timeline-toolbar-left,.timeline-toolbar-right{width:100%}.timeline-search{flex:1;min-width:auto}.timeline-filter-select{flex:1;min-width:auto}.timeline-content{max-height:none}.timeline-item{gap:.75rem}.timeline-item-indicator{width:28px}.timeline-item-dot{width:28px;height:28px}.timeline-item-line{left:13px;top:28px}.timeline-item-card{padding:.85rem}.timeline-item-header{flex-direction:column;gap:.5rem}.timeline-user-avatar{width:32px;height:32px;font-size:.75rem}.timeline-modal-content{margin:.5rem;max-height:calc(100vh - 1rem)}}@media (max-width:480px){.timeline-quick-stats{padding:.5rem 1rem}.timeline-stat-chip{padding:.25rem .5rem;font-size:.75rem}.timeline-group-header{flex-direction:column;align-items:flex-start;gap:.25rem}.timeline-item-meta{flex-direction:column;gap:.5rem}}.match-score-badge{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .3s ease;position:relative;z-index:1}.match-badge-content{display:flex;align-items:center;gap:.35rem}.match-badge-icon{display:flex;align-items:center;justify-content:center}.match-badge-icon svg{fill:none;stroke:currentColor}.match-badge-score{font-variant-numeric:tabular-nums}.match-badge-label{font-weight:500;opacity:.9}.match-score-badge.match-badge-tiny{padding:.2rem .5rem;font-size:.7rem;border-radius:4px}.match-score-badge.match-badge-tiny .match-badge-icon svg{width:10px;height:10px}.match-score-badge.match-badge-small{padding:.35rem .75rem;font-size:.8rem;border-radius:6px}.match-score-badge.match-badge-small .match-badge-icon svg{width:12px;height:12px}.match-score-badge.match-badge-default{padding:.5rem 1rem;font-size:.9rem;border-radius:50px}.match-score-badge.match-badge-default .match-badge-icon svg{width:14px;height:14px}.match-score-badge.match-badge-large{padding:.75rem 1.5rem;font-size:1.1rem;border-radius:50px}.match-score-badge.match-badge-large .match-badge-icon svg{width:18px;height:18px}.match-score-badge.match-badge-filled.match-badge-excellent{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.match-score-badge.match-badge-filled.match-badge-good{background:linear-gradient(135deg,#60a5fa,#2563eb)}.match-score-badge.match-badge-filled.match-badge-medium{background:linear-gradient(135deg,#f59e0b,#d97706)}.match-score-badge.match-badge-filled.match-badge-low{background:linear-gradient(135deg,#6b7280,#4b5563)}.match-score-badge.match-badge-filled.match-badge-none{background:linear-gradient(135deg,#d1d5db,#9ca3af)}.match-score-badge.match-badge-filled.match-badge-loading{background:linear-gradient(135deg,#9ca3af,#6b7280)}.match-score-badge.match-badge-filled.match-badge-error{background:linear-gradient(135deg,#ef4444,#dc2626)}.match-score-badge.match-badge-outline{background:0 0;border:2px solid}.match-score-badge.match-badge-outline.match-badge-excellent{border-color:#3b82f6;color:#1d4ed8}.match-score-badge.match-badge-outline.match-badge-good{border-color:#60a5fa;color:#2563eb}.match-score-badge.match-badge-outline.match-badge-medium{border-color:#f59e0b;color:#d97706}.match-score-badge.match-badge-outline.match-badge-low{border-color:#6b7280;color:#4b5563}.match-score-badge.match-badge-outline.match-badge-none{border-color:#d1d5db;color:#9ca3af}.match-score-badge.match-badge-ghost{box-shadow:none}.match-score-badge.match-badge-ghost.match-badge-excellent{background:rgba(59,130,246,.15);color:#1d4ed8}.match-score-badge.match-badge-ghost.match-badge-good{background:rgba(132,204,22,.15);color:#2563eb}.match-score-badge.match-badge-ghost.match-badge-medium{background:rgba(245,158,11,.15);color:#d97706}.match-score-badge.match-badge-ghost.match-badge-low{background:rgba(107,114,128,.15);color:#4b5563}.match-score-badge.match-badge-ghost.match-badge-none{background:rgba(209,213,219,.15);color:#9ca3af}.match-score-badge.match-badge-absolute{position:absolute;top:1rem;right:1rem}.match-score-badge.match-badge-animated{animation:matchBadgeFadeIn .3s ease-out}@keyframes matchBadgeFadeIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.match-badge-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:matchBadgeSpin .8s linear infinite}.match-badge-tiny .match-badge-spinner{width:10px;height:10px}.match-badge-small .match-badge-spinner{width:12px;height:12px}.match-badge-large .match-badge-spinner{width:18px;height:18px}@keyframes matchBadgeSpin{to{transform:rotate(360deg)}}.match-badge-tooltip{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);background:#fff;border-radius:12px;padding:1rem;min-width:280px;box-shadow:0 10px 40px rgba(0,0,0,.15);opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;pointer-events:none}.match-badge-tooltip::before{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}.match-score-badge:hover .match-badge-tooltip{opacity:1;visibility:visible;pointer-events:auto}.match-badge-tooltip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.match-badge-tooltip-title{font-weight:600;color:#1f2937;font-size:.9rem}.match-badge-tooltip-score{font-weight:700;font-size:1.1rem;color:var(--primary-blue,#0056b3)}.match-badge-tooltip-reasons{display:flex;flex-direction:column;gap:.5rem}.match-badge-reason{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#374151;padding:.5rem;border-radius:6px;background:#f9fafb}.match-badge-reason.positive{background:#ecfdf5;color:#1e3a8a}.match-badge-reason.positive .match-badge-reason-icon{color:#3b82f6}.match-badge-reason.negative{background:#fef2f2;color:#991b1b}.match-badge-reason.negative .match-badge-reason-icon{color:#ef4444}.match-badge-reason.neutral{background:#fffbeb;color:#92400e}.match-badge-reason.neutral .match-badge-reason-icon{color:#f59e0b}.match-badge-reason-icon{flex-shrink:0;margin-top:1px}.match-badge-reason-text{flex:1;line-height:1.4}.match-badge-reason-score{font-weight:600;font-size:.75rem;opacity:.8}.match-detail-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease}.match-detail-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12)}.match-detail-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.match-detail-score-ring{position:relative;width:80px;height:80px;flex-shrink:0}.match-score-circle{transform:rotate(-90deg);width:80px;height:80px}.match-score-circle-bg{fill:none;stroke:#e5e7eb;stroke-width:3}.match-score-circle-fg{fill:none;stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .8s ease}.match-score-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.25rem;font-weight:700;color:#1f2937}.match-detail-info{display:flex;flex-direction:column;gap:.5rem}.match-detail-label{font-weight:600;font-size:1rem;color:#374151}.match-detail-new-tag{display:inline-block;padding:.25rem .75rem;background:var(--primary-blue,#0056b3);color:#fff;font-size:.7rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.match-detail-interested-tag{display:inline-block;padding:.25rem .75rem;background:#dbeafe;color:#1e3a8a;font-size:.7rem;font-weight:600;border-radius:4px}.match-detail-dismissed-tag{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;color:#6b7280;font-size:.7rem;font-weight:600;border-radius:4px}.match-detail-reasons{margin-bottom:1.25rem;padding-top:1rem;border-top:1px solid #e5e7eb}.match-detail-reasons-title{font-size:.85rem;font-weight:600;color:#6b7280;margin:0 0 .75rem}.match-detail-reasons-list{display:flex;flex-direction:column;gap:.5rem}.match-detail-reason{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#374151;padding:.5rem .75rem;border-radius:8px;background:#f9fafb}.match-detail-reason.positive{background:#ecfdf5;color:#1e3a8a}.match-detail-reason.positive .match-detail-reason-icon{color:#3b82f6}.match-detail-reason.negative{background:#fef2f2;color:#991b1b}.match-detail-reason.negative .match-detail-reason-icon{color:#ef4444}.match-detail-reason.neutral{background:#fffbeb;color:#92400e}.match-detail-reason.neutral .match-detail-reason-icon{color:#f59e0b}.match-detail-reason-icon{flex-shrink:0;margin-top:2px}.match-detail-reason-text{flex:1;line-height:1.4}.match-detail-actions{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.match-detail-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:2px solid #e5e7eb;background:#fff;border-radius:10px;font-size:.85rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.match-detail-btn:hover{border-color:var(--primary-blue,#0056b3);color:var(--primary-blue,#0056b3);background:#f0f7ff}.match-detail-btn.interested{background:#dbeafe;border-color:#3b82f6;color:#1e3a8a}.match-detail-btn.interested:hover{background:#bfdbfe}.match-detail-btn.dismiss{flex:0;padding:.75rem;color:#9ca3af}.match-detail-btn.dismiss:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.match-detail-btn.restore{background:#f0f7ff;border-color:var(--primary-blue,#0056b3);color:var(--primary-blue,#0056b3)}.match-detail-btn.restore:hover{background:#dbeafe}.match-detail-card.match-badge-excellent .match-score-circle-fg{stroke:#3b82f6}.match-detail-card.match-badge-excellent .match-detail-label{color:#1d4ed8}.match-detail-card.match-badge-good .match-score-circle-fg{stroke:#60a5fa}.match-detail-card.match-badge-good .match-detail-label{color:#2563eb}.match-detail-card.match-badge-medium .match-score-circle-fg{stroke:#f59e0b}.match-detail-card.match-badge-medium .match-detail-label{color:#d97706}.match-detail-card.match-badge-low .match-score-circle-fg{stroke:#6b7280}.match-detail-card.match-badge-low .match-detail-label{color:#4b5563}@media (max-width:768px){.match-badge-tooltip{min-width:240px;padding:.875rem}.match-detail-header{flex-direction:column;text-align:center}.match-detail-info{align-items:center}.match-detail-actions{flex-wrap:wrap}.match-detail-btn{flex:1 1 calc(50% - 0.375rem)}.match-detail-btn.dismiss{flex:0 0 auto}}@media (max-width:480px){.match-badge-tooltip{position:fixed;top:auto;bottom:1rem;left:1rem;right:1rem;transform:none;min-width:auto}.match-badge-tooltip::before{display:none}.match-detail-card{padding:1rem}.match-detail-score-ring{width:60px;height:60px}.match-score-circle{width:60px;height:60px}.match-score-value{font-size:1rem}.match-detail-btn{padding:.65rem .75rem;font-size:.8rem}}.save-search-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.save-search-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(15,23,42,.75);backdrop-filter:blur(4px);animation:saveSearchFadeIn .2s ease-out}.save-search-modal-container{position:relative;width:100%;max-width:520px;max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden;animation:saveSearchSlideUp .3s ease-out}@keyframes saveSearchFadeIn{from{opacity:0}to{opacity:1}}@keyframes saveSearchSlideUp{from{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.save-search-modal-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.save-search-modal-header-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.save-search-modal-header-text{flex:1}.save-search-modal-header-text h3{margin:0;font-size:1.125rem;font-weight:700;color:#0f172a}.save-search-modal-header-text p{margin:.25rem 0 0;font-size:.875rem;color:#64748b}.save-search-modal-close{width:36px;height:36px;background:0 0;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s;flex-shrink:0}.save-search-modal-close:hover{background:#f1f5f9;color:#0f172a}.save-search-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.save-search-state{animation:saveSearchStateIn .2s ease-out}@keyframes saveSearchStateIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#save-search-state-loading{text-align:center;padding:3rem 1rem}.save-search-loading-spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;margin:0 auto 1rem;animation:saveSearchSpin .8s linear infinite}@keyframes saveSearchSpin{to{transform:rotate(360deg)}}#save-search-state-loading p{color:#64748b;margin:0}.save-search-form-group{margin-bottom:1.5rem}.save-search-form-group:last-child{margin-bottom:0}.save-search-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.save-search-label .required{color:#ef4444}.save-search-input{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;transition:all .2s;color:#0f172a}.save-search-input:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.save-search-input.error{border-color:#ef4444;animation:saveSearchShake .3s ease-out}@keyframes saveSearchShake{0%,100%{transform:translateX(0)}25%{transform:translateX(-8px)}75%{transform:translateX(8px)}}.save-search-input::placeholder{color:#94a3b8}.save-search-hint{display:block;font-size:.8rem;color:#64748b;margin-top:.375rem}.save-search-criteria-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;margin-bottom:1.5rem}.save-search-criteria-summary h4{font-size:.8rem;font-weight:600;color:#64748b;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.save-search-criteria-tags{display:flex;flex-wrap:wrap;gap:.5rem}.save-search-criteria-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8rem;font-weight:500;border-radius:20px;background:#fff;border:1px solid #e2e8f0;color:#475569}.save-search-criteria-tag svg{flex-shrink:0}.save-search-criteria-tag-query{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.save-search-criteria-tag-branche{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}.save-search-criteria-tag-region{background:#fef3c7;border-color:#fde68a;color:#92400e}.save-search-criteria-tag-price{background:#fce7f3;border-color:#fbcfe8;color:#9d174d}.save-search-criteria-tag-filter{background:#f5f3ff;border-color:#ddd6fe;color:#5b21b6}.save-search-radio-group{display:flex;flex-direction:column;gap:.75rem}.save-search-radio{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s}.save-search-radio:hover{border-color:#cbd5e1;background:#f8fafc}.save-search-radio:has(input:checked){border-color:#3b82f6;background:#eff6ff}.save-search-radio input{position:absolute;opacity:0;width:0;height:0}.save-search-radio-mark{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;margin-top:2px}.save-search-radio-mark::after{content:'';width:10px;height:10px;background:#3b82f6;border-radius:50%;transform:scale(0);transition:transform .2s}.save-search-radio:has(input:checked) .save-search-radio-mark{border-color:#3b82f6}.save-search-radio:has(input:checked) .save-search-radio-mark::after{transform:scale(1)}.save-search-radio-content{flex:1}.save-search-radio-title{display:block;font-weight:600;color:#0f172a;font-size:.9rem}.save-search-radio-desc{display:block;font-size:.8rem;color:#64748b;margin-top:.125rem}#save-search-state-success{text-align:center;padding:2rem 1rem}.save-search-success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:saveSearchSuccessPop .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes saveSearchSuccessPop{0%{transform:scale(0)}50%{transform:scale(1.2)}100%{transform:scale(1)}}#save-search-state-success h4{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}#save-search-state-success p{color:#64748b;margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.save-search-success-actions{display:flex;flex-direction:column;gap:.75rem}.save-search-success-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}#save-search-state-error{text-align:center;padding:2rem 1rem}.save-search-error-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}#save-search-state-error h4{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}#save-search-state-error p{color:#64748b;margin:0 0 1.5rem;font-size:.9rem}#save-search-state-login{text-align:center;padding:2rem 1rem}.save-search-login-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#64748b,#475569);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}#save-search-state-login h4{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}#save-search-state-login p{color:#64748b;margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.save-search-login-actions{display:flex;flex-direction:column;gap:.75rem}.save-search-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.save-search-modal-footer .btn{display:inline-flex;align-items:center;gap:.5rem}.save-search-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:.85rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.save-search-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.save-search-btn svg{flex-shrink:0}@media (max-width:576px){.save-search-modal{padding:0;align-items:flex-end}.save-search-modal-container{max-width:100%;max-height:95vh;border-radius:16px 16px 0 0;animation:saveSearchSlideUpMobile .3s ease-out}@keyframes saveSearchSlideUpMobile{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.save-search-modal-header{padding:1rem}.save-search-modal-header-icon{width:40px;height:40px}.save-search-modal-body{padding:1rem}.save-search-radio-group{gap:.5rem}.save-search-radio{padding:.75rem}.save-search-modal-footer{padding:1rem;flex-direction:column-reverse}.save-search-modal-footer .btn{width:100%;justify-content:center}.save-search-login-actions,.save-search-success-actions{gap:.5rem}.save-search-login-actions .btn,.save-search-success-actions .btn{width:100%}}
/* Dashboard-Header (.header): Marken-Schriftzug nie zeichenweise umbrechen; auf schmalen Screens nur das Wappen (verhindert UNT/ERNE/HME-Umbruch) */
.header .logo-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.1}
@media (max-width:600px){.header .logo-text{display:none}}

/* Mobile Bottom-Nav: Labels einzeilig statt zeichenweisem Umbruch (Nachricht/en, Meldunge/n). nav.mobile-nav-Spezifitaet ueberschreibt seitenlokale Regeln */
nav.mobile-nav a{font-size:.62rem;white-space:nowrap;line-height:1.15}

/* Mobile: Chatbot-FAB ueber die Bottom-Nav heben, damit er den letzten Tab (Konto) nicht ueberdeckt */
@media (max-width:768px){body:has(nav.mobile-nav) #chatbot{bottom:76px !important}}
