.App{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.app__main{display:flex;flex:1 1;flex-direction:column}.app-loader{align-items:center;background:#fafafa;display:flex;justify-content:center;min-height:100vh}.app-loader__spinner{animation:app-loader-spin 1s linear infinite;border:3px solid #e2e8f0;border-bottom-color:#3b82f6;border-radius:50%;height:40px;width:40px}@keyframes app-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-menu{position:relative}.profile-menu__trigger{background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;padding:8px;transition:all .15s ease}.profile-menu__trigger:hover{background:#f1f5f9;color:#475569}.profile-menu__icon{height:24px;width:24px}.profile-menu__dropdown{animation:profile-menu-fade .2s ease;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);width:240px;z-index:100}.profile-menu__header{border-bottom:1px solid #e2e8f0;padding:1rem}.profile-menu__user{color:#64748b;display:block;font-size:.875rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu__badge{background:#dbeafe;border-radius:4px;color:#2563eb;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.profile-menu__items{padding:.5rem}.profile-menu__item{align-items:center;background:none;border:none;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem;transition:all .15s ease;width:100%}.profile-menu__item svg{color:#64748b;height:20px;width:20px}.profile-menu__item:hover{background:#f8fafc;color:#1e293b}.profile-menu__item:hover svg{color:#475569}.profile-menu__item--danger,.profile-menu__item--danger svg{color:#ef4444}.profile-menu__item--danger:hover{background:#fef2f2;color:#dc2626}.profile-menu__item--danger:hover svg{color:#dc2626}@keyframes profile-menu-fade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.profile-menu__dropdown{animation:profile-menu-slide-up .3s ease;border-radius:12px 12px 0 0;bottom:0;left:0;position:fixed;right:0;top:auto;width:100%}@keyframes profile-menu-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.site-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e2e8f080;height:80px;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:50}.site-header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000000d;height:70px}.site-header-container{align-items:center;display:flex;gap:2rem;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.site-header-logo{align-items:center;display:flex;height:50px;text-decoration:none;transition:transform .3s ease}.site-header-logo:hover{transform:translateY(-2px)}.site-header-logo-image{height:100%;object-fit:contain;width:auto}.site-nav{align-items:center;display:flex;gap:1rem}.site-nav-link{border-radius:100px;color:#64748b;font-size:.95rem;font-weight:500;padding:.6rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.site-nav-link:hover{background:#f8fafc;color:#1e293b}.site-nav-link-active{background:linear-gradient(135deg,#2563eb1a,#4f46e51a);color:#4f46e5;font-weight:600}.site-nav-link-active:after{background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:10px;bottom:-2px;content:"";height:3px;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:20px}.site-nav-link-active:hover:after{opacity:1;width:30px}.site-header-actions{align-items:center;display:flex;gap:1rem}@media (max-width:1024px){.site-header-container{padding:0 1rem}.site-nav-link{font-size:.875rem;padding:.5rem .75rem}}@media (max-width:768px){.site-header{border-bottom:none;box-shadow:0 -2px 10px #0000000d}.site-header-logo{height:32px}.site-nav{background:#fff;border-top:1px solid #e2e8f0;bottom:0;box-shadow:0 -2px 10px #0000000d;display:flex;height:64px;justify-content:space-around;left:0;padding:.5rem;position:fixed;right:0;z-index:50}.site-nav-link{align-items:center;border-radius:8px;display:flex;flex:1 1;font-size:.75rem;justify-content:center;padding:.75rem .25rem}.site-nav-link-active:after{display:none}}@media (max-width:640px){.site-header-container{padding:0 1rem}.site-header-logo{height:28px}}.dashboard-sektion{background-color:#f8fafc;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.dashboard-container{margin:0 auto;max-width:1200px;padding:2rem;position:relative;z-index:2}.dashboard-header{margin-bottom:3rem}.dashboard-title{color:#0f172a;font-size:2.8rem;font-weight:700;margin-bottom:.5rem}.gradient-text{background:linear-gradient(135deg,#2563eb,#4f46e5)}.dashboard-subheader{color:#64748b;font-size:1.25rem;max-width:600px}.dashboard-tools-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.dashboard-tool{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 30px #0000000d;color:inherit;overflow:hidden;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.dashboard-tool:hover{border-color:#4f46e533;box-shadow:0 20px 40px #4f46e514;transform:translateY(-5px)}.dashboard-tool-disabled{cursor:not-allowed;opacity:.7}.dashboard-tool-disabled:hover{border-color:#e2e8f0;box-shadow:0 10px 30px #0000000d;transform:none}.dashboard-tool-content{display:flex;flex-direction:column;gap:2rem;height:100%;padding:2rem}.dashboard-tool-main{align-items:flex-start;display:flex;gap:1.5rem}.dashboard-tool-icon{align-items:center;background:linear-gradient(135deg,#2563eb1a,#4f46e51a);border-radius:12px;color:#4f46e5;display:flex;flex-shrink:0;height:54px;justify-content:center;transition:all .3s ease;width:54px}.dashboard-tool:hover .dashboard-tool-icon{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;transform:scale(1.1)}.dashboard-tool-icon svg{height:28px;width:28px}.dashboard-tool-title{color:#0f172a;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.dashboard-tool-description{color:#64748b;font-size:1.1rem;line-height:1.7}.dashboard-tool-features{border-top:1px solid #0000000d;display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:1.5rem 0 0}.dashboard-tool-features li{align-items:center;color:#475569;display:flex;font-size:.95rem;gap:.75rem}.dashboard-tool-features li svg{color:#22c55e;height:18px;width:18px}.dashboard-tool-footer{border-top:1px solid #0000000d;margin-top:auto;padding-top:1.5rem}.dashboard-tool-action{align-items:center;color:#4f46e5;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;transition:gap .3s ease}.dashboard-tool:hover .dashboard-tool-action{gap:1rem}.arrow-right{height:20px;transition:transform .3s ease;width:20px}.dashboard-tool:hover .arrow-right{transform:translateX(4px)}.dashboard-tool-coming-soon{background:linear-gradient(135deg,#2563eb0d,#4f46e50d);border:1px solid #4f46e51a;border-radius:12px;color:#4f46e5;font-weight:600;margin-top:auto;padding:1rem;text-align:center}.dashboard-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.gradient-sphere-2{background:radial-gradient(circle,#2563eb0d 0,#2563eb00 70%)}@media (max-width:1024px){.dashboard-tool-content{padding:1.5rem}.dashboard-tool-title{font-size:1.5rem}.dashboard-title{font-size:2.4rem}}@media (max-width:768px){.dashboard-sektion{padding:6rem 1.5rem 2rem}.dashboard-container{padding:1rem}.dashboard-tools-grid{grid-template-columns:1fr}.dashboard-title{font-size:2rem}}:root{--primary:#1a365d;--secondary:#2b6cb0;--accent:#4299e1;--error:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;background:var(--background);color:#1e293b;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}.home-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;flex-direction:column;min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;justify-content:space-between;left:0;padding:1.5rem 2rem;position:fixed;right:0;top:0;z-index:100}.logo,.navbar{align-items:center;display:flex}.logo{gap:.75rem}.logo-icon{height:28px;width:28px}.logo span,.logo-icon{color:#1a365d;color:var(--primary)}.logo span{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.nav-links{display:flex;gap:2rem}.nav-links a{align-items:center;color:#1e293b;color:var(--text);display:flex;font-weight:500;text-decoration:none;transition:color .2s ease}.nav-links a:hover{color:#2b6cb0;color:var(--secondary)}.nav-icon{height:20px;margin-right:.5rem;width:20px}.main-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem;width:100%}.hero-section{margin-bottom:5rem;max-width:800px;padding-top:4rem;text-align:center}h1{color:#1a365d;color:var(--primary);font-size:4rem;font-weight:800;letter-spacing:-1.5px;line-height:1.1;margin-bottom:1.5rem}.subtitle{color:#64748b;color:var(--text-light);font-size:1.35rem;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;max-width:600px}.search-container{margin:0 auto;max-width:550px;width:100%}.input-group{background:#1a365d05;border:1px solid #1a365d1a;border-radius:16px;box-shadow:0 4px 6px -1px #1a365d0d;display:flex;gap:.5rem;margin:0 auto;max-width:500px;padding:.75rem}.input-wrapper{flex:1 1;position:relative}.search-icon{color:#64748b;color:var(--text-light);height:20px;left:1rem;position:absolute;top:50%;transform:translateY(-50%);width:20px}input{background:#fff;border:1px solid #1a365d26;border-radius:10px;color:#1a365d;color:var(--primary);font-size:1rem;padding:.75rem 1.25rem;transition:all .2s ease;width:100%}input::placeholder{color:#64748b;color:var(--text-light)}input:focus{border-color:#1a365d;border-color:var(--primary);box-shadow:0 0 0 3px #1a365d1a;outline:none}input.error{border-color:#ef4444;border-color:var(--error)}button{background:#1a365d;background:var(--primary);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;min-width:100px;padding:.75rem 2rem;transition:all .2s ease}button:hover:not(:disabled){background:#2b6cb0;background:var(--secondary);transform:translateY(-1px)}button:disabled{background:#64748b;background:var(--text-light);cursor:not-allowed;opacity:.7}.error-message{align-items:center;color:#ef4444;color:var(--error);display:flex;font-size:.9rem;gap:.5rem;justify-content:center;margin-top:.75rem}.error-icon{color:var(--error);height:16px;width:16px}.features{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px;padding:0 1rem;width:100%}.feature-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:20px;padding:3rem 2rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-5px)}.feature-icon{background:#f8fafc;background:var(--background);border-radius:12px;color:#2b6cb0;color:var(--secondary);height:48px;margin:0 auto 1.5rem;padding:.75rem;transition:all .3s ease;width:48px}.feature-card:hover .feature-icon{background:#2b6cb0;background:var(--secondary);color:#fff;transform:scale(1.1)}.feature-card h3{color:#1a365d;color:var(--primary);font-size:1.25rem;margin-bottom:.5rem}.feature-card p{font-size:.95rem;line-height:1.6;margin:0 auto;max-width:250px}.feature-card p,.footer{color:#64748b;color:var(--text-light)}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;font-size:.9rem;margin-top:auto;padding:2rem;text-align:center}.loader{border:2px solid;border-color:#fff #fff #0000;height:20px;width:20px}@media (max-width:768px){.main-content{justify-content:flex-start;padding:1rem}.hero-section{margin-bottom:3rem;padding-top:7rem}h1{font-size:2.75rem;margin-bottom:1rem}.subtitle{font-size:1.1rem;margin-bottom:2.5rem}.features{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:2rem}}html{scroll-behavior:smooth}.bmc{background:#fff;min-height:100vh;padding-top:80px}.bmc__container{margin:0 auto;max-width:640px;padding:2rem}.bmc__content{display:flex;flex-direction:column;gap:3rem}.bmc__title{color:#111827;font-size:2rem;font-weight:500;text-align:center}.bmc__search{margin:0 auto;max-width:480px;width:100%}.bmc__search form{display:flex;gap:.5rem}.bmc__input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex:1 1;font-size:1rem;height:48px;padding:0 1.25rem;transition:all .2s ease}.bmc__input:focus{background:#fff;border-color:#2563eb;outline:none}.bmc__button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .2s ease;width:48px}.bmc__button:hover:not(:disabled){background:#1d4ed8}.bmc__button:disabled{cursor:not-allowed;opacity:.5}.bmc__button svg,.bmc__loader{height:20px;width:20px}.bmc__loader{animation:spin .8s linear infinite;border:2px solid;border-color:#fff #fff #0000;border-radius:50%}.bmc__recent{border-top:1px solid #f3f4f6;padding-top:2rem}.bmc__recent-header{margin-bottom:1.5rem}.bmc__recent-header h2{color:#6b7280;font-size:1.1rem;font-weight:500}.bmc__list{display:flex;flex-direction:column;gap:.5rem}.bmc__item{align-items:center;background:#f9fafb;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.bmc__item:hover{background:#f3f4f6}.bmc__item-info{display:flex;flex-direction:column;gap:.25rem}.bmc__item-name{color:#111827;font-weight:500}.bmc__item-cvr,.bmc__item-date{color:#6b7280;font-size:.9rem}@media (max-width:640px){.bmc__container{padding:1.5rem}.bmc__title{font-size:1.75rem}.bmc__item{align-items:flex-start;flex-direction:column;gap:.5rem}}.bmc-workspace{background:#fff;min-height:100vh;padding:80px 0 2rem}.bmc-workspace__container{margin:0 auto;max-width:1200px;padding:0 2rem}.bmc-workspace__title{color:#0f172a;font-size:1.75rem;font-weight:500;margin-bottom:3rem;text-align:center}.bmc-workspace__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:1rem}.bmc-workspace__create-card{align-items:center;aspect-ratio:3/2;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:1rem;justify-content:center;transition:all .2s ease}.bmc-workspace__create-card:hover{background:#fafafa;border-color:#d1d5db}.bmc-workspace__create-icon{align-items:center;color:#6b7280;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.bmc-workspace__create-icon svg{height:24px;width:24px}.bmc-workspace__create-card:hover .bmc-workspace__create-icon{color:#374151;transform:scale(1.1)}.bmc-workspace__create-text{color:#6b7280;font-size:.875rem;font-weight:500}.bmc-workspace__card{aspect-ratio:3/2;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;padding:1.5rem;transition:all .2s ease}.bmc-workspace__card:hover{background:#fafafa;border-color:#d1d5db}.bmc-workspace__card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.bmc-workspace__card-icon{align-items:center;color:#4b5563;display:flex;height:36px;justify-content:center;width:36px}.bmc-workspace__card-icon svg{height:20px;width:20px}.bmc-workspace__status{border-radius:6px;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.bmc-workspace__status--completed{background:#f0fdf4;color:#15803d}.bmc-workspace__status--in-progress{background:#fef3c7;color:#92400e}.bmc-workspace__card-content{display:flex;flex:1 1;flex-direction:column}.bmc-workspace__card-title{color:#111827;font-size:1rem;font-weight:500;margin-bottom:.5rem}.bmc-workspace__card-cvr{color:#6b7280;font-size:.875rem}.bmc-workspace__card-date{color:#9ca3af;font-size:.75rem;margin-top:auto}.bmc-workspace__modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.bmc-workspace__modal{background:#fff;border-radius:12px;max-width:400px;padding:2rem;width:100%}.bmc-workspace__modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.bmc-workspace__modal-header h2{color:#111827;font-size:1.25rem;font-weight:500}.bmc-workspace__modal-close{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.bmc-workspace__modal-close:hover{background:#f3f4f6;color:#374151}.bmc-workspace__input-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.bmc-workspace__input-group input{border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;height:40px;padding:0 1rem;transition:all .2s ease;width:100%}.bmc-workspace__input-group input:focus{border-color:#9ca3af;box-shadow:0 0 0 2px #9ca3af1a;outline:none}.bmc-workspace__submit{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;height:40px;margin-top:1rem;transition:all .2s ease;width:100%}.bmc-workspace__submit:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.bmc-workspace__submit:disabled{cursor:not-allowed;opacity:.5}@media (max-width:640px){.bmc-workspace__container{padding:0 1rem}.bmc-workspace__grid{grid-template-columns:1fr}}.canvas-overview{background:#fafafa;min-height:100vh;padding:80px 0 2rem}.canvas-overview__container{margin:0 auto;max-width:1200px;padding:0 2rem}.canvas-overview__title{color:#0f172a;font-size:1.75rem;font-weight:500;margin-bottom:3rem;text-align:center}.canvas-overview__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.canvas-card-new{align-items:center;aspect-ratio:3/2;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:1rem;justify-content:center;transition:all .15s ease}.canvas-card-new:hover{border-color:#cbd5e1;transform:translateY(-2px)}.canvas-card-new__icon{align-items:center;background:#f8fafc;border-radius:12px;color:#64748b;display:flex;height:48px;justify-content:center;transition:all .15s ease;width:48px}.canvas-card-new__icon svg{height:24px;width:24px}.canvas-card-new:hover .canvas-card-new__icon{color:#475569;transform:rotate(90deg)}.canvas-card-new__text{color:#64748b;font-size:.875rem;font-weight:500}.canvas-card{aspect-ratio:3/2;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;padding:1.5rem;transition:all .15s ease}.canvas-card:hover{border-color:#cbd5e1;transform:translateY(-2px)}.canvas-card__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.canvas-card__icon{align-items:center;color:#64748b;display:flex;height:36px;justify-content:center;width:36px}.canvas-card__status{border-radius:6px;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.canvas-card__status--completed{background:#f0fdf4;color:#15803d}.canvas-card__status--in-progress{background:#fef3c7;color:#92400e}.canvas-card__content{display:flex;flex:1 1;flex-direction:column}.canvas-card__title{color:#1e293b;font-size:1rem;font-weight:500;margin-bottom:.5rem}.canvas-card__cvr{color:#64748b;font-size:.875rem}.canvas-card__date{color:#94a3b8;font-size:.75rem;margin-top:auto}.canvas-modal{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a66;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.canvas-modal__content{background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 10px 25px -5px #0f172a33;max-width:400px;padding:2rem;width:100%}.canvas-modal__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.canvas-modal__title{color:#0f172a;font-size:1.25rem;font-weight:600}.canvas-modal__close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .15s ease;width:32px}.canvas-modal__close:hover{background:#e2e8f0;color:#475569}.canvas-modal__form{display:flex;flex-direction:column;gap:1.5rem}.canvas-modal__label{color:#475569;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.canvas-modal__input{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;height:44px;padding:0 1rem;transition:all .15s ease;width:100%}.canvas-modal__input:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.canvas-modal__button{align-items:center;background-color:#2563eb;border-radius:8px;color:#fff;display:flex;font-weight:500;justify-content:center;min-height:44px;padding:0 1.5rem;transition:all .2s ease}.canvas-modal__button:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-1px)}.canvas-modal__button-icon{flex-shrink:0;margin-right:8px;transition:transform .2s ease}.canvas-modal__button:hover:not(:disabled) .canvas-modal__button-icon{transform:scale(1.1)}.canvas-modal__button:disabled{background:#94a3b8;cursor:not-allowed;opacity:.7;transform:none}.canvas-modal__button--loading{background:#f1f5f9!important;cursor:not-allowed;gap:.75rem}.canvas-modal__button--loading,.canvas-modal__loading{align-items:center;display:flex;justify-content:center}.canvas-modal__loading{flex-direction:column;min-height:200px;padding:2rem;position:relative;text-align:center;width:100%}.canvas-modal__loading-title{color:#0f172a;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.canvas-modal__loading-text{color:#475569;font-size:.875rem;margin-bottom:2rem}.canvas-modal__progress-container{background:#e2e8f0;border-radius:4px;height:4px;margin-top:2rem;overflow:hidden;position:relative;width:100%}.canvas-modal__progress-bar{background:#3b82f6;border-radius:4px;height:100%;left:0;position:absolute;top:0;transition:width .3s ease}.canvas-modal__progress-text{color:#64748b;font-size:.75rem;font-weight:500;left:50%;position:absolute;top:8px;transform:translateX(-50%)}.canvas-modal__search-container{position:relative;width:100%}.canvas-modal__search-hint{color:#64748b;font-size:12px;margin:4px 0 8px}.canvas-modal__search-loading{align-items:center;display:flex;position:absolute;right:12px;top:12px}.canvas-modal__spinner{animation:spinner-rotate .6s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:20px;width:20px}@keyframes spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.canvas-modal__error{align-items:center;background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1rem}.canvas-modal__error:before{content:"⚠️";font-size:14px}.canvas-modal__search-results{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 10px #0000000d;left:0;margin-top:.5rem;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.canvas-modal__search-result{border-bottom:1px solid #f1f5f9;cursor:pointer;padding:.75rem 1rem;position:relative;transition:background-color .2s}.canvas-modal__search-result--as{background-color:#f0f9ff;border-left:4px solid #3b82f6}.canvas-modal__search-result--as:hover{background-color:#e0f2fe!important}.canvas-modal__search-result--aps{background-color:#f8fafc;border-left:4px solid #64748b}.canvas-modal__search-result--aps:hover{background-color:#f1f5f9!important}.canvas-modal__search-result:last-child{border-bottom:none}.canvas-modal__search-result:hover{background-color:#f8fafc}.canvas-modal__company-name{color:#1e293b;font-weight:500}.canvas-modal__company-cvr,.canvas-modal__company-details{color:#64748b;font-size:.875rem;margin-top:.25rem}.canvas-modal__company-details{display:flex;flex-wrap:wrap;gap:.25rem}.canvas-modal__company-type{color:#64748b}.canvas-modal__company-type--as{color:#1e40af;font-weight:500}.canvas-modal__company-type--aps{color:#334155;font-weight:500}.canvas-modal__search-result:hover .canvas-modal__company-name{color:#2563eb}.canvas-modal__selected-company{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:.75rem;padding:.75rem 1rem;position:relative}.canvas-modal__selected-company-name{color:#1e40af;font-size:1rem;font-weight:600;margin-bottom:.25rem}.canvas-modal__selected-company-details{color:#3b82f6;display:flex;flex-wrap:wrap;font-size:.875rem;gap:.5rem}.canvas-modal__selected-company-clear{align-items:center;background:none;border:none;border-radius:50%;color:#3b82f6;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:background-color .2s;width:24px}.canvas-modal__selected-company-clear:hover{background-color:#dbeafe}@media (max-width:640px){.canvas-overview__container{padding:0 1rem}.canvas-overview__grid{grid-template-columns:1fr}}.bmc-selection-floating-menu{margin-top:-10px;pointer-events:none;position:fixed;transform:translate(-50%,-100%);z-index:1000}.bmc-selection-floating-menu>*{pointer-events:auto}.bmc-selection-dots-button{align-items:center;animation:bmc-selection-fade-in .2s cubic-bezier(.175,.885,.32,1.275);background:#fff;border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;color:#2563eb;cursor:pointer;display:flex;height:24px;justify-content:center;margin:0 auto;outline:none;padding:0;transition:all .15s ease;width:24px}.bmc-selection-dots-button:hover{background:#f8fafc;box-shadow:0 4px 6px #0000000d,0 2px 4px #00000008;color:#1d4ed8;transform:translateY(-2px)}.bmc-selection-dots-button:active{transform:translateY(0)}.bmc-selection-dots-icon{display:block;transition:transform .15s ease}.bmc-selection-dropdown{animation:bmc-selection-slide-up .2s cubic-bezier(.16,1,.3,1);background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;gap:2px;left:50%;margin-top:-8px;min-width:120px;padding:4px;position:absolute;top:-10px;transform:translate(-50%,-100%);width:auto}.bmc-selection-dropdown:after{background:#fff;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;bottom:-5px;content:"";height:10px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:10px;z-index:-1}.bmc-selection-dropdown-item{align-items:center;background:#f1f5f9;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:8px;outline:none;padding:6px 12px;text-align:left;transition:all .15s ease;white-space:nowrap;width:100%}.bmc-selection-regenerate-button{color:#2563eb}.bmc-selection-regenerate-button:hover{background:#2563eb1a}.bmc-selection-sources-button{color:#0891b2}.bmc-selection-sources-button:hover{background:#0891b21a}.bmc-selection-button-icon{flex-shrink:0}@keyframes bmc-selection-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes bmc-selection-slide-up{0%{opacity:0;transform:translate(-50%,-90%)}to{opacity:1;transform:translate(-50%,-100%)}}@media (max-width:640px){.bmc-selection-dropdown{min-width:110px}.bmc-selection-dropdown-item{font-size:.8rem;padding:5px 10px}}.bmc-selection-spinner{animation:bmc-selection-spin .8s linear infinite;border:2px solid #3b82f633;border-radius:50%;border-top-color:#3b82f6;flex-shrink:0;height:16px;margin-right:0;width:16px}.bmc-selection-button-loading{cursor:not-allowed;opacity:.8}.bmc-selection-dropdown-item:disabled{cursor:not-allowed;opacity:.6}@keyframes bmc-selection-spin{to{transform:rotate(1turn)}}.bmc-sources-overlay{align-items:center;animation:bmc-sources-fade-in .2s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a80;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.bmc-sources-modal{animation:bmc-sources-slide-up .3s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:80vh;max-width:600px;overflow:hidden;width:90%}.bmc-sources-modal__header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.bmc-sources-modal__title{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.bmc-sources-modal__close-button{align-items:center;background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.bmc-sources-modal__close-button:hover{background:#f1f5f9;color:#334155}.bmc-sources-modal__content{flex:1 1;overflow-y:auto;padding:1.5rem}.bmc-sources-modal__selected-text{background:#f8fafc;border-left:3px solid #3b82f6;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.bmc-sources-modal__selected-text h4{color:#64748b;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.bmc-sources-modal__selected-text p{color:#334155;font-size:1rem;font-style:italic;line-height:1.5;margin:0}.bmc-sources-modal__explanation{margin-bottom:1.5rem}.bmc-sources-modal__explanation h4{color:#334155;font-size:1rem;font-weight:600;margin:0 0 .75rem}.bmc-sources-modal__explanation p{color:#475569;line-height:1.6;margin:0}.bmc-sources-modal__sources-list h4{color:#334155;font-size:1rem;font-weight:600;margin:0 0 .75rem}.bmc-sources-modal__sources-list ul{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.bmc-sources-modal__source-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.bmc-sources-modal__source-type{align-items:center;color:#3b82f6;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.bmc-sources-modal__source-url{color:#0369a1;display:block;font-size:.875rem;margin-bottom:.75rem;text-decoration:none;transition:color .2s}.bmc-sources-modal__source-url:hover{color:#0284c7;text-decoration:underline}.bmc-sources-modal__source-description{color:#475569;font-size:.95rem;line-height:1.5;margin:0}.bmc-sources-modal__footer{border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;padding:1rem 1.5rem}.bmc-sources-modal__close-button-text{background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;font-weight:500;padding:.5rem 1.25rem;transition:all .2s}.bmc-sources-modal__close-button-text:hover{background:#e2e8f0;color:#334155}.bmc-sources-modal__error,.bmc-sources-modal__no-sources{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:8px;color:#64748b;margin:2rem 0;padding:1.5rem;text-align:center}@keyframes bmc-sources-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bmc-sources-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.bmc-sources-modal{max-height:85vh;width:95%}}.bmc-input-field{word-wrap:break-word;cursor:text;flex:1 1;font-size:.9rem;line-height:1.4;min-height:100px;outline:none;white-space:pre-wrap}.bmc-input-field:focus{outline:none}.bmc-input-field b,.bmc-input-field strong{color:#1e293b;font-weight:600}.bmc-input-field em,.bmc-input-field i{font-style:italic}.bmc-canvas{background:#e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column;gap:2px;margin-bottom:2rem;min-height:calc(100vh - 250px);padding:2px}.bmc-top-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,minmax(200px,auto))}.bmc-bottom-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:1fr 1fr;grid-template-rows:minmax(150px,auto);margin-top:2px}.bmc-block{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;height:100%;padding:1.25rem;position:relative;transition:all .2s ease}.bmc-block:has(.bmc-input-field:focus){border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.bmc-block:hover{border-color:#cbd5e1}.bmc-block__title{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:.9rem;font-weight:600;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.bmc-block__icon,.bmc-block__title{align-items:center;display:flex;flex-shrink:0}.bmc-block__icon{background:#f1f5f9;border-radius:8px;color:#3b82f6;height:32px;justify-content:center;min-width:32px;padding:7px}.bmc-block__icon svg{height:18px;width:18px}.bmc-block--key-partners .bmc-block__icon{background:#eff6ff;color:#2563eb}.bmc-block--key-activities .bmc-block__icon{background:#f0fdf4;color:#16a34a}.bmc-block--value-propositions .bmc-block__icon{background:#fef3c7;color:#d97706}.bmc-block--customer-relationships .bmc-block__icon{background:#ffe4e6;color:#e11d48}.bmc-block--customer-segments .bmc-block__icon{background:#f3e8ff;color:#9333ea}.bmc-block--key-resources .bmc-block__icon{background:#f0f9ff;color:#0284c7}.bmc-block--channels .bmc-block__icon{background:#fdf2f8;color:#db2777}.bmc-block--cost-structure .bmc-block__icon{background:#f1f5f9;color:#475569}.bmc-block--revenue-streams .bmc-block__icon{background:#ecfdf5;color:#059669}.bmc-block--key-partners{border-top-left-radius:10px;grid-column:1;grid-row:1/3}.bmc-block--key-activities{grid-column:2;grid-row:1}.bmc-block--value-propositions{grid-column:3;grid-row:1/3}.bmc-block--customer-relationships{grid-column:4;grid-row:1}.bmc-block--customer-segments{border-top-right-radius:10px;grid-column:5;grid-row:1/3}.bmc-block--key-resources{grid-column:2;grid-row:2}.bmc-block--channels{grid-column:4;grid-row:2}.bmc-block--cost-structure{border-bottom-left-radius:10px}.bmc-block--revenue-streams{border-bottom-right-radius:10px}.bmc-sticky-wrapper{margin-bottom:2rem;margin-top:5rem;position:sticky;top:5rem;z-index:40}.bmc-bar{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 15px -3px #0000001a;display:flex;justify-content:space-between;padding:1.25rem 2.5rem}.bmc-bar__left{gap:1rem}.bmc-bar__left,.bmc-bar__right{align-items:center;display:flex;min-width:200px}.bmc-bar__right{gap:1.5rem;justify-content:flex-end}.bmc-bar__center{flex:1 1;padding:0 2rem;text-align:center}.bmc-bar__title{color:#1e293b;font-size:1.5rem;font-weight:600;letter-spacing:-.025em;margin-bottom:.5rem}.bmc-bar__details{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:1rem;justify-content:center}.bmc-bar__separator{color:#cbd5e1;font-weight:300}.bmc-bar__button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.bmc-bar__button:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000001a;color:#1e293b;transform:translateY(-1px)}.bmc-bar__button svg{height:18px;transition:all .2s ease;width:18px}.bmc-bar__button--back{background:#f8fafc}.bmc-bar__button--back:hover{background:#1e293b;border-color:#1e293b;color:#fff}.bmc-bar__button--bold{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.bmc-bar__button--bold:hover{background:#2563eb;border-color:#2563eb;color:#fff}.bmc-bar__button--print{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.bmc-bar__button--print:hover{background:#16a34a;border-color:#16a34a;color:#fff}.bmc-bar__button--pdf{background:#fef2f2;border-color:#fecaca;color:#dc2626}.bmc-bar__button--pdf:hover{background:#dc2626;border-color:#dc2626;color:#fff}.bmc-bar__button--pptx{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.bmc-bar__button--pptx:hover{background:#c2410c;border-color:#c2410c;color:#fff}.bmc-bar__format-buttons{border-right:1px solid #e2e8f0;display:flex;gap:.25rem;padding-right:1.5rem}.bmc-bar__export-buttons{display:flex;gap:.75rem}.bmc-bar__button--format{justify-content:center;min-width:36px;padding:.5rem}.bmc-bar__button--format:hover{background:#1e293b;border-color:#1e293b;color:#fff}:root{--primary:#2563eb;--primary-light:#3b82f6;--secondary:#64748b;--accent:#0ea5e9;--background:#f8fafc;--surface:#fff;--border:#e2e8f0;--text:#1e293b;--text-light:#64748b;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a}.bmc-container{background-color:#f8fafc;background-color:var(--background);min-height:100vh;padding:2rem}.bmc-nav{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);border-radius:12px;border-radius:12px 12px 0 0;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.5rem}.back-button,.export-button{border:none;border-radius:8px;font-size:1rem;gap:.5rem;padding:.8rem 1.2rem;transition:all .3s ease}.back-button,.export-button{align-items:center;cursor:pointer;display:flex}.back-button{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;color:#1e293b;color:var(--text);font-size:.95rem;font-weight:500;gap:.75rem;padding:.75rem 1.25rem;transition:all .2s ease}.back-button svg{stroke:currentColor;height:18px;transition:all .2s ease;width:18px}.back-button:hover{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary);box-shadow:0 4px 6px -1px #1a365d1a;color:#fff;transform:translateY(-1px)}.export-button{background-color:#2b6cb0;color:#fff}.export-button:hover{background-color:#1a365d}.back-button svg,.export-button svg{height:20px;width:20px}.company-info{margin:0 auto;max-width:800px;padding:2rem 0;text-align:center}.company-info h1{color:#2563eb;color:var(--primary);font-size:2.5rem;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin-bottom:1rem}.company-details{color:#64748b;color:var(--text-light);display:flex;font-size:.95rem;gap:3rem;justify-content:center}.company-details span{align-items:center;display:flex;gap:.5rem}.company-details span:before{background:#64748b;background:var(--secondary);border-radius:50%;content:"";display:block;height:4px;width:4px}.bmc-grid{grid-gap:1rem;aspect-ratio:16/9;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);display:grid;gap:1rem;grid-template-columns:2fr 2fr 2.5fr 2fr 2fr;grid-template-rows:1fr 1fr 1fr;margin:0 auto;max-width:1400px;padding:2rem 1rem 1rem}.bmc-section{background:#f8fafc;background:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;padding:1.2rem;transition:all .2s ease}.bmc-section:hover{box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);transform:translateY(-2px)}.bmc-section h3{align-items:center;border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--border);color:#2563eb;color:var(--primary);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem}.bmc-section h3:before{background:#64748b;background:var(--secondary);border-radius:2px;content:"";display:block;height:16px;width:4px}.content{display:flex;flex:1 1;flex-direction:column;gap:.5rem;max-height:100%;overflow-y:auto}.content p{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;color:#1e293b;color:var(--text);font-size:.9rem;line-height:1.5;margin:0;padding:.75rem;transition:all .2s ease}.content p:hover{background:#f8fafc;background:var(--background);border-color:#64748b;border-color:var(--secondary)}.key-partners{grid-area:1/1/3/2}.key-activities{grid-area:1/2/2/3}.value-propositions{background:linear-gradient(180deg,#2b6cb00d,#2b6cb005);grid-area:1/3/4/4}.customer-relationships{grid-area:1/4/2/5}.customer-segments{grid-area:1/5/4/6}.key-resources{grid-area:2/2/3/3}.channels{grid-area:2/4/3/5}.cost-structure{grid-area:3/1/4/3}.revenue-streams{grid-area:3/4/4/5}.content::-webkit-scrollbar{width:6px}.content::-webkit-scrollbar-track{background:#f8fafc;background:var(--background);border-radius:3px}.content::-webkit-scrollbar-thumb{background:#e2e8f0;background:var(--border);border-radius:3px}.content::-webkit-scrollbar-thumb:hover{background:#64748b;background:var(--text-light)}.action-button,.export-buttons{display:flex;gap:.75rem}.action-button{align-items:center;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;color:#1e293b;color:var(--text);cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.25rem;transition:all .2s ease}.action-button svg{stroke:currentColor;height:18px;transition:all .2s ease;width:18px}.action-button[title=Print]:hover{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary);box-shadow:0 4px 6px -1px #1a365d1a;color:#fff;transform:translateY(-1px)}.action-button[title=PDF]:hover{background:#dc2626;border-color:#dc2626;box-shadow:0 4px 6px -1px #dc26261a;color:#fff;transform:translateY(-1px)}.action-button[title=PowerPoint]:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 6px -1px #2563eb1a;color:#fff;transform:translateY(-1px)}@media print{@page{size:landscape;margin:10mm}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.bmc-container>:not(.bmc-canvas){display:none!important}.bmc-canvas{background:#fff!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed!important;top:0!important;width:100%!important}.bmc-bottom-grid,.bmc-top-grid{gap:2px!important}.bmc-block{background:#fff!important;border:1px solid #e2e8f0!important;break-inside:avoid;page-break-inside:avoid}.bmc-block:hover{box-shadow:none!important;transform:none!important}.bmc-block__title{border-bottom-color:#e2e8f0!important}.bmc-block__title,.bmc-input-field{color:#000!important}::-webkit-scrollbar{display:none!important}}@media (max-width:1200px){.bmc-container{padding:1rem}.bmc-grid{aspect-ratio:auto;gap:1rem;grid-template-columns:1fr;grid-template-rows:auto}.bmc-section{min-height:200px}.customer-segments,.value-propositions{grid-area:auto!important}}.content-display{display:flex;flex-direction:column;gap:.5rem}.content-item{background:#fff;border-radius:4px;margin:0;padding:.5rem;transition:all .2s ease}.content-item:hover{background:#f8fafc;background:var(--background)}.editable-content{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:.9rem;line-height:1.5;min-height:100%;padding:.75rem;transition:all .2s ease}.editable-content:focus{box-shadow:0 0 0 2px #2b6cb01a}.action-button.editing,.editable-content:focus{border-color:#64748b;border-color:var(--secondary)}.action-button.editing{background:#64748b;background:var(--secondary);color:#fff}.action-button.editing:hover{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary)}.editing .content p:hover{background:#fff;border-color:#e2e8f0;border-color:var(--border)}@media (max-width:768px){.company-info h1{font-size:1.8rem}.company-details{align-items:center;flex-direction:column;gap:.75rem}.company-info{padding:1.5rem 0}}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 6rem);padding-top:6rem}.loading-subtext{color:#666;font-size:.9em;margin-top:.5em}.loader{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:50px;width:50px}.bmc-board{background:#f8fafc;background:var(--background);background-image:radial-gradient(at 100% 0,#2563eb0d 0,#0000 50%),radial-gradient(at 0 100%,#0ea5e90d 0,#0000 50%);min-height:100vh;padding:6rem 4rem 2rem}.bmc-board__nav{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;background:var(--surface);border:1px solid #ffffff80;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem}.bmc-board__back-btn{align-items:center;background:#f8fafc;background:var(--background);border:none;border-radius:12px;color:#1e293b;color:var(--text);cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;transition:all .2s ease}.bmc-board__back-btn:hover{background:#2563eb;background:var(--primary);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);color:#fff;transform:translateY(-1px)}.bmc-board__actions{display:flex;gap:1rem}.bmc-board__action-btn{align-items:center;background:#f8fafc;background:var(--background);border:none;border-radius:12px;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;transition:all .2s ease}.bmc-board__action-btn[title=Print]{background:#2563eb1a;color:#2563eb;color:var(--primary)}.bmc-board__action-btn[title=PDF]{background:#dc26261a;color:#dc2626}.bmc-board__action-btn[title=PowerPoint]{background:#ea580c1a;color:#ea580c}.bmc-board__action-btn:hover{filter:brightness(.95);transform:translateY(-1px)}.bmc-board__action-btn:hover,.bmc-board__company-info{box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow)}.bmc-board__company-info{background:#fff;background:var(--surface);border:1px solid #ffffff80;border-radius:16px;margin-bottom:2rem;padding:2rem;text-align:center}.bmc-board__company-name{color:#1e293b;color:var(--text);font-size:2rem;font-weight:700;letter-spacing:-.025em;margin-bottom:1rem}.bmc-board__company-details{color:#64748b;color:var(--text-light);display:flex;gap:3rem;justify-content:center}.bmc-board__company-detail{align-items:center;display:flex;font-size:.95rem;gap:.5rem}.bmc-board__company-detail:before{background:#2563eb;background:var(--primary);border-radius:50%;content:"";display:block;height:6px;width:6px}.bmc-board__grid{grid-gap:3px;background:#e2e8f0;background:var(--border);border-radius:16px;box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);display:grid;gap:3px;grid-template-columns:20% 20% 20% 20% 20%;grid-template-rows:40% 30% 30%;height:calc(100vh - 280px);min-height:700px;padding:3px}.bmc-board__section{background:#fff;background:var(--surface);display:flex;flex-direction:column;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.bmc-board__section:before{background:linear-gradient(to bottom right,#2563eb0d,#0ea5e90d);content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.bmc-board__section:hover:before{opacity:1}.bmc-board__section-title{align-items:center;border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--border);color:#1e293b;color:var(--text);display:flex;font-size:1rem;font-weight:600;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.bmc-board__section-icon{align-items:center;background:#2563eb1a;border-radius:8px;color:#2563eb;color:var(--primary);display:flex;height:28px;justify-content:center;padding:6px;transition:all .3s ease;width:28px}.bmc-board__section:hover .bmc-board__section-icon{color:#3b82f6;color:var(--primary-light);transform:scale(1.1)}.editable-content{background:#0000;border:none;color:#1e293b;color:var(--text);font-size:.95rem;height:100%;line-height:1.6;padding:.5rem;resize:none;width:100%}.editable-content:focus{outline:none}.editable-content::placeholder{color:#64748b;color:var(--text-light);opacity:.7}.bmc-board__section--value-propositions{background:linear-gradient(135deg,#2563eb0d,#0ea5e90d)}@media (max-width:1400px){.bmc-board{padding:2rem}}@media (max-width:768px){.bmc-board__company-details{flex-direction:column;gap:1rem}.bmc-board__actions{display:none}}.bmc-header{background:#fff;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;margin-bottom:2rem;padding:1.5rem}.bmc-header__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.bmc-header__back-btn{align-items:center;border-radius:6px;color:#64748b;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem .75rem;transition:all .2s}.bmc-header__back-btn:hover{background:#f1f5f9;color:#0f172a}.bmc-header__back-btn svg{height:20px;width:20px}.bmc-header__actions{display:flex;gap:.75rem}.bmc-header__action-btn{align-items:center;border-radius:6px;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.bmc-header__action-btn svg{height:18px;width:18px}.bmc-header__action-btn:first-child{background:#eff6ff;color:#3b82f6}.bmc-header__action-btn:nth-child(2){background:#fef2f2;color:#ef4444}.bmc-header__action-btn:nth-child(3){background:#fff7ed;color:#f97316}.bmc-header__company{text-align:center}.bmc-header__title{color:#0f172a;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.bmc-header__details{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.75rem;justify-content:center}.bmc-header__details span:nth-child(2n){color:#cbd5e1}.bmc-loading{align-items:center;background:#f8fafc;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.bmc-loading__spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:40px;margin-bottom:1rem;width:40px}.bmc-loading__text{color:#64748b;font-size:.875rem}.bmc-error{background:#f8fafc;color:#dc2626;text-align:center}.auth-login,.bmc-error{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-login{background:#fafafa}.auth-login__container{max-width:400px;width:100%}.auth-login__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.auth-login__header{margin-bottom:2rem;text-align:center}.auth-login__title{color:#1e293b;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.auth-login__subtitle{color:#64748b;font-size:.875rem}.auth-login__form{display:flex;flex-direction:column;gap:1.5rem}.auth-login__input-group{display:flex;flex-direction:column;gap:.5rem}.auth-login__label{color:#475569;font-size:.875rem;font-weight:500}.auth-login__input{border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;height:44px;padding:0 1rem;transition:all .15s ease}.auth-login__input:focus{border-color:#94a3b8;box-shadow:0 0 0 2px #94a3b81a;outline:none}.auth-login__error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem}.auth-login__error-icon{flex-shrink:0;height:20px;width:20px}.auth-login__submit{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;font-size:.875rem;font-weight:500;height:44px;transition:all .15s ease}.auth-login__submit:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.auth-login__submit:disabled{cursor:not-allowed;opacity:.5}.auth-login__loader{animation:auth-login-spin .8s linear infinite;border:2px solid #64748b;border-bottom-color:#0000;border-radius:50%;height:20px;margin:0 auto;width:20px}@keyframes auth-login-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.auth-login{padding:1rem}.auth-login__card{padding:1.5rem}}.auth-register{align-items:center;background:#fafafa;display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-register__container{max-width:400px;width:100%}.auth-register__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.auth-register__header{margin-bottom:2rem;text-align:center}.auth-register__title{color:#1e293b;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.auth-register__subtitle{color:#64748b;font-size:.875rem}.auth-register__form{display:flex;flex-direction:column;gap:1.5rem}.auth-register__input-group{display:flex;flex-direction:column;gap:.5rem}.auth-register__label{color:#475569;font-size:.875rem;font-weight:500}.auth-register__input{border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;height:44px;padding:0 1rem;transition:all .15s ease}.auth-register__input:focus{border-color:#94a3b8;box-shadow:0 0 0 2px #94a3b81a;outline:none}.auth-register__error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem}.auth-register__error-icon{flex-shrink:0;height:20px;width:20px}.auth-register__submit{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;font-size:.875rem;font-weight:500;height:44px;transition:all .15s ease}.auth-register__submit:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.auth-register__submit:disabled{cursor:not-allowed;opacity:.5}.auth-register__loader{animation:auth-register-spin .8s linear infinite;border:2px solid #64748b;border-bottom-color:#0000;border-radius:50%;height:20px;margin:0 auto;width:20px}@keyframes auth-register-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.auth-register{padding:1rem}.auth-register__card{padding:1.5rem}}.public-header{background:#fff;border-bottom:1px solid #e2e8f0;height:80px;left:0;position:fixed;right:0;top:0;z-index:50}.public-header__container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.public-header__logo{align-items:center;display:flex;height:50px;text-decoration:none}.public-header__logo-image{height:100%;object-fit:contain;width:auto}.public-header__actions{align-items:center;display:flex;gap:1rem}.public-header__action{border-radius:8px;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;text-decoration:none;transition:all .15s ease}.public-header__action--secondary{color:#64748b}.public-header__action--secondary:hover{background:#f8fafc;color:#1e293b}.public-header__action--primary{background:#3b82f6;color:#fff}.public-header__action--primary:hover{background:#2563eb}@media (max-width:768px){.public-header__logo{height:32px}}@media (max-width:640px){.public-header__container{padding:0 1rem}.public-header__logo{height:28px}.public-header__action{padding:.5rem 1rem}}.l-forside{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.l-forside__main{flex:1 1;padding-top:80px}.l-forside__hero{background:linear-gradient(135deg,#f8fafc,#fff);overflow:hidden;padding:6rem 2rem;position:relative}.l-forside__hero-wrapper{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.l-forside__hero-content{position:relative;z-index:2}.l-forside__hero-title{color:#1e293b;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.l-forside__hero-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(120deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;color:#0000}.l-forside__hero-description{color:#64748b;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem}.l-forside__hero-actions{align-items:center;display:flex;gap:1.5rem}.l-forside__hero-cta{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;box-shadow:0 4px 6px -1px #3b82f633;color:#fff;display:flex;font-weight:500;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.l-forside__hero-cta:hover{box-shadow:0 8px 12px -2px #3b82f64d;transform:translateY(-2px)}.l-forside__hero-cta-icon{height:20px;transition:transform .3s ease;width:20px}.l-forside__hero-cta:hover .l-forside__hero-cta-icon{transform:translateX(4px)}.l-forside__hero-secondary{color:#64748b;font-weight:500;text-decoration:none;transition:color .2s ease}.l-forside__hero-secondary:hover{color:#1e293b}.l-forside__hero-visual{position:relative;z-index:1}.l-forside__hero-shape{background:linear-gradient(135deg,#3b82f61a,#2563eb1a);border-radius:50%;height:600px;position:absolute;right:-20%;top:50%;transform:translateY(-50%);width:600px}.l-forside__hero-pattern{background-image:radial-gradient(#3b82f6 1px,#0000 0);background-size:20px 20px;height:100%;opacity:.1;position:absolute;right:0;top:0;width:100%}.l-forside__features{background:#fff;padding:6rem 2rem}.l-forside__features-wrapper{margin:0 auto;max-width:1200px}.l-forside__features-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.l-forside__features-subtitle{color:#64748b;font-size:1.25rem;margin-bottom:4rem;text-align:center}.l-forside__features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.l-forside__feature{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s ease}.l-forside__feature:hover{border-color:#3b82f6;box-shadow:0 12px 24px -8px #0000001f;transform:translateY(-4px)}.l-forside__feature-icon{align-items:center;background:#f1f5f9;border-radius:16px;color:#3b82f6;display:flex;height:64px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:64px}.l-forside__feature:hover .l-forside__feature-icon{background:#3b82f6;color:#fff;transform:scale(1.1)}.l-forside__feature-icon svg{height:32px;width:32px}.l-forside__feature-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.l-forside__feature-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.l-forside__feature-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.l-forside__feature-item{align-items:center;color:#475569;display:flex;font-size:.95rem;gap:.75rem}.l-forside__feature-check{color:#22c55e;height:18px;width:18px}.l-forside__cta{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:6rem 2rem}.l-forside__cta-wrapper{margin:0 auto;max-width:800px;text-align:center}.l-forside__cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.l-forside__cta-description{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.l-forside__cta-button{align-items:center;background:#fff;border-radius:8px;color:#3b82f6;display:inline-flex;font-weight:500;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.l-forside__cta-button:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.l-forside__cta-button svg{height:20px;transition:transform .3s ease;width:20px}.l-forside__cta-button:hover svg{transform:translateX(4px)}.l-forside__footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:4rem 2rem 2rem}.l-forside__footer-wrapper{margin:0 auto;max-width:1200px}.l-forside__footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 3fr;margin-bottom:3rem}.l-forside__footer-brand{display:flex;flex-direction:column;gap:.5rem}.l-forside__footer-logo{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.l-forside__footer-tagline{color:#64748b;margin:0}.l-forside__footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.l-forside__footer-group{display:flex;flex-direction:column;gap:1rem}.l-forside__footer-heading{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.l-forside__footer-link{color:#64748b;text-decoration:none;transition:color .2s ease}.l-forside__footer-link:hover{color:#3b82f6}.l-forside__footer-bottom{border-top:1px solid #e2e8f0;padding-top:2rem}.l-forside__footer-copyright{color:#64748b;margin:0;text-align:center}@media (max-width:1024px){.l-forside__hero-wrapper{gap:2rem;grid-template-columns:1fr;text-align:center}.l-forside__hero-actions{justify-content:center}.l-forside__hero-shape{display:none}.l-forside__features-grid{grid-template-columns:1fr;margin:0 auto;max-width:500px}}@media (max-width:768px){.l-forside__hero{padding:4rem 1rem}.l-forside__hero-title{font-size:2.5rem}.l-forside__hero-description{font-size:1.125rem}.l-forside__hero-actions{align-items:stretch;flex-direction:column}.l-forside__cta,.l-forside__features{padding:4rem 1rem}.l-forside__features-title{font-size:2rem}.l-forside__footer-content{gap:2rem;grid-template-columns:1fr}.l-forside__footer-brand{text-align:center}}@media (max-width:640px){.l-forside__cta-title,.l-forside__hero-title{font-size:2rem}.l-forside__footer-links{grid-template-columns:1fr;text-align:center}}.lf-container{background:#f8fafc;margin-top:80px;max-width:100%;min-height:100vh;overflow:hidden;padding:3rem 4rem;position:relative;width:100%}.lf-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.gradient-sphere{animation:float 15s ease-in-out infinite alternate;background:radial-gradient(circle,#4f46e50d 0,#4f46e500 70%);height:800px;left:-200px;top:-300px;width:800px}.gradient-sphere,.gradient-sphere-2{border-radius:50%;position:absolute;z-index:0}.gradient-sphere-2{animation:float 18s ease-in-out infinite alternate-reverse;background:radial-gradient(circle,#2563eb0f 0,#2563eb00 70%);bottom:-200px;height:600px;right:-200px;width:600px}.lf-header{margin-bottom:3.5rem;position:relative;z-index:2}.lf-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-background-clip:text;background-clip:text;color:#1e293b;display:inline-block;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.lf-tabs{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 10px 25px #94a3b814;display:flex;gap:1rem;padding:.75rem;width:fit-content}.lf-tab{align-items:center;background:#0000;border:none;border-radius:12px;color:#64748b;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.75rem;padding:1rem 2rem;transition:all .3s ease;white-space:nowrap}.lf-tab:hover{background:#3b82f60d;color:#3b82f6;transform:translateY(-1px)}.lf-tab.active{background:linear-gradient(135deg,#3b82f6,#6366f1);box-shadow:0 4px 15px #6366f14d;color:#fff}.lf-tab.active:hover{box-shadow:0 8px 20px #6366f166;transform:translateY(-2px)}.lf-header-content{max-width:800px}.lf-title{color:#1e293b;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-background-clip:text;background-clip:text;display:inline-block}.lf-subtitle{color:#64748b;font-size:1.25rem;font-weight:400;line-height:1.6;margin-top:.5rem;max-width:600px}.lf-header-actions{display:flex;gap:1rem;margin-top:1rem}.lf-clear-btn{align-items:center;background-color:#fff;border:1px solid #e2e8f0cc;border-radius:100px;color:#64748b;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.lf-clear-btn:hover{border-color:#4f46e533;box-shadow:0 4px 12px #00000014;color:#4f46e5;transform:translateY(-2px)}.lf-mode-selector{align-items:center;background:#fff;border-radius:100px;box-shadow:0 4px 20px #94a3b81a;justify-content:space-between;margin-bottom:3rem;padding:.5rem;position:relative;width:fit-content;width:100%;z-index:2}.lf-mode-actions,.lf-mode-selector,.lf-mode-tabs{display:flex;gap:1rem}.lf-mode-actions{padding-right:.5rem}.lf-action-btn{align-items:center;background:#0000!important;border:1px solid #e2e8f0cc;border-radius:100px;color:#64748b;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.lf-action-btn:hover{background:#0000!important;border-color:#4f46e566;box-shadow:0 4px 12px #4f46e51a;color:#4f46e5;transform:translateY(-1px)}.lf-action-btn:hover svg{color:#4f46e5;transform:scale(1.15)}.lf-action-btn svg{height:18px;transition:all .3s ease;width:18px}.lf-main{position:relative;z-index:2}.lf-search{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 10px 25px #94a3b814;margin-bottom:3rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.lf-search:hover{border-color:#4f46e51f;box-shadow:0 20px 40px #4f46e514;transform:translateY(-3px)}.lf-multi-search{display:flex;flex-direction:column;gap:2rem}.lf-search-input-section{display:flex;flex-direction:column;gap:.75rem}.lf-input-label{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem}.lf-multi-search-input{background:#f8fafc;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 2px 4px #00000005;color:#1e293b;font-family:inherit;font-size:1rem;line-height:1.5;min-height:150px;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.lf-multi-search-input:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a;outline:none}.lf-filters-section{background:#f8fafc;border:1px solid #e2e8f0cc;border-radius:12px;padding:1.5rem}.lf-filters-title{align-items:center;color:#1e293b;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.lf-filters-title svg{color:#4f46e5;height:20px;width:20px}.lf-filters-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.lf-filter-item{display:flex;flex-direction:column;gap:.75rem}.lf-filter-label{align-items:center;color:#374151;display:flex;font-size:.95rem;font-weight:500;gap:.5rem}.lf-filter-label input[type=checkbox]{accent-color:#4f46e5;height:18px;width:18px}.lf-filter-input-group{align-items:center;display:flex;gap:.5rem}.lf-filter-input{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;color:#1e293b;flex:1 1;font-size:.95rem;padding:.75rem;transition:all .3s ease}.lf-filter-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.lf-filter-input:disabled{background:#f1f5f9;color:#64748b;opacity:.6}.lf-filter-unit{color:#64748b;font-size:.9rem;font-weight:500;min-width:40px;text-align:left}.lf-search-actions{align-items:center;display:flex;gap:1rem}.lf-search-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:12px;box-shadow:0 4px 15px #6366f14d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.lf-search-btn:hover:not(:disabled){box-shadow:0 8px 25px #6366f166;transform:translateY(-2px)}.lf-search-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.lf-reset-btn{background:#0000;border:1px solid #e2e8f0cc;border-radius:12px;color:#64748b;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 1.5rem;transition:all .3s ease}.lf-reset-btn:hover{background:#f8fafccc;border-color:#374151;color:#374151}.lf-linkedin-section{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 10px 25px #94a3b814;margin-bottom:3rem;padding:2rem}.lf-results{position:relative;z-index:2}.lf-results-container{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 10px 25px #94a3b814;padding:2rem}.lf-results-header{border-bottom:1px solid #e2e8f0cc;margin-bottom:2rem;padding-bottom:1rem}.lf-results-count{color:#334155;font-size:1.1rem;font-weight:600}.lf-results-list{display:flex;flex-direction:column;gap:1.5rem}.lf-error{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626;font-weight:500;padding:1rem}.lf-no-results{color:#64748b;font-size:1.1rem;padding:4rem 2rem}.lf-input-group{position:relative}.lf-input{background:#f8fafc;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 2px 4px #00000005;color:#0f172a;font-size:.95rem;padding:.75rem .75rem .75rem 2.5rem;transition:all .3s ease;width:100%}.lf-input:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a;outline:none}.lf-input-icon{color:#64748b;height:18px;left:.85rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:18px}.lf-input-help{color:#64748b;font-size:.8rem;margin-top:.4rem;padding-left:.25rem}.lf-textarea{box-shadow:0 2px 4px #00000005;color:#1e293b;font-size:.95rem;line-height:1.5;min-height:110px;padding:.85rem;resize:vertical;width:100%}.lf-filter-panel,.lf-textarea{background:#f8fafc;border:1px solid #e2e8f0cc;border-radius:12px;transition:all .3s ease}.lf-filter-panel{margin-top:.5rem;padding:1rem}.lf-filter-title{align-items:center;color:#334155;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-bottom:.85rem}.lf-filter-title:before{height:8px;width:8px}.lf-filter-row{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:1fr}.lf-filter-group{gap:.4rem}.lf-filter-label{font-size:.8rem}.lf-filter-input{font-size:.85rem;padding:.5rem}.lf-filter-actions{gap:.75rem;justify-content:flex-end;margin-top:.85rem}.lf-btn{font-size:.9rem;gap:.5rem;padding:.6rem 1rem}.lf-btn-primary{background:linear-gradient(135deg,#3b82f6,#6366f1)!important;box-shadow:0 4px 15px #6366f14d;color:#fff;overflow:hidden;position:relative}.lf-btn-primary:before{background:linear-gradient(135deg,#6366f1,#8b5cf6);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.lf-btn-primary:hover{box-shadow:0 8px 25px #6366f166;transform:translateY(-2px)}.lf-btn-primary:hover:before{opacity:1}.lf-btn-primary span,.lf-btn-primary svg{position:relative;z-index:1}.lf-btn-primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.lf-btn-secondary{background:#fff!important;border:1px solid #e2e8f0cc;color:#64748b}.lf-btn-secondary:hover{background:#fff!important;border-color:#3b82f666;box-shadow:0 4px 12px #3b82f61a;color:#3b82f6;transform:translateY(-2px)}.lf-sort-options{display:none}.lf-sort-group{align-items:center;display:flex}.lf-sort-select{background:#0000;border:1px solid #e2e8f0cc;border-radius:100px 0 0 100px;border-right:none;color:#64748b;cursor:pointer;font-size:.95rem;min-width:200px;padding:.75rem 1.25rem;transition:all .3s ease}.lf-sort-select:hover{border-color:#4f46e566;color:#4f46e5}.lf-sort-select:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.lf-action-btn-icon{border-left:none;border-radius:0 100px 100px 0;min-width:40px;padding:.75rem 1rem}.lf-action-btn-icon:hover{border-color:#4f46e566}.lf-results{background:#0000;border:none;box-shadow:none;padding:0}.lf-results-criteria,.lf-results-header,.lf-results-info{display:none}.lf-results-title{color:#1e293b;font-size:2rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1rem}.lf-results-stats{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.lf-results-criteria ul{list-style:none;margin:0;padding:0}.lf-results-criteria li{align-items:center;color:#64748b;display:flex;font-size:1rem;gap:.5rem;margin-bottom:.5rem}.lf-results-criteria li:before{color:#3b82f6;content:"•";font-weight:700;margin-right:.5rem}.lf-results-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.lf-results-grid{grid-template-columns:1fr}}.lf-company-card{align-items:center;background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 5px 15px #0000000d;cursor:pointer;display:flex;padding:1.5rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.lf-company-card:hover{border-color:#4f46e526;box-shadow:0 10px 25px #4f46e51a;transform:translateY(-3px)}.lf-company-header{padding-right:1.5rem;width:22%}.lf-company-name{color:#0f172a;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease;white-space:nowrap}.lf-company-card:hover .lf-company-name{color:#4f46e5}.lf-company-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.lf-company-cvr{color:#64748b;font-size:.9rem}.lf-company-status{border-radius:100px;display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.lf-status-normal{background:#16a34a1a;color:#166534}.lf-status-other{background:#dc26261a;color:#b91c1c}.lf-company-content{display:flex;flex:1 1;gap:2rem}.lf-company-info{width:22%}.lf-company-address{color:#64748b;font-size:.9rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lf-company-role{color:#64748b;font-size:.85rem}.lf-related-names{width:22%}.lf-related-names-title{color:#334155;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.lf-related-names-list{display:flex;flex-wrap:wrap;gap:.5rem}.lf-related-name{background:#fff;border:1px solid #e2e8f0cc;border-radius:4px;color:#475569;font-size:.8rem;padding:.25rem .5rem}.lf-financials{flex:1 1}.lf-financials-title{border-bottom:none;color:#334155;font-size:.9rem;font-weight:600;margin-bottom:.5rem;padding-bottom:0}.lf-metrics-grid{display:flex;flex-wrap:wrap;gap:1.5rem}.lf-metric{min-width:120px;padding:.5rem 0}.lf-metric-label{color:#64748b;font-size:.8rem;margin-bottom:.25rem}.lf-metric-value{color:#334155;font-size:1rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lf-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:300px;position:relative;z-index:2}.lf-loading-text{color:#64748b;font-size:1rem;margin-top:1rem}.lf-spinner{animation:spin 1s linear infinite;border:3px solid #4f46e51a;border-radius:50%;border-top-color:#4f46e5;height:48px;width:48px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.lf-error{background:linear-gradient(135deg,#dc26260d,#f871711a);border:1px solid #dc262633;border-radius:12px;color:#b91c1c;padding:1.5rem}.lf-error,.lf-no-results{margin-bottom:2rem;text-align:center}.lf-no-results{background:linear-gradient(135deg,#4f46e50d,#3b82f60d);border:1px solid #4f46e526;border-radius:12px;color:#4f46e5;font-weight:500;padding:2rem}.lf-upload-panel{margin-bottom:1.5rem}.lf-upload-area{background:linear-gradient(135deg,#f8fafc80,#f8fafce6);border:2px dashed #4f46e533;border-radius:12px;padding:2rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.lf-upload-area:hover{background:#f8fafcf2;border-color:#4f46e580;cursor:pointer}.lf-file-input{display:none}.lf-upload-label{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:1rem}.lf-upload-icon{color:#4f46e5;height:48px;opacity:.8;width:48px}.lf-upload-title{color:#334155;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.lf-upload-subtitle{color:#64748b;font-size:.9rem}.lf-file-info{align-items:center;background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding:1rem}.lf-analyze-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#4f46e5);border:none;border-radius:100px;box-shadow:0 4px 15px #4f46e54d;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.75rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.lf-analyze-btn:hover{box-shadow:0 8px 25px #4f46e566;transform:translateY(-2px)}@media (max-width:1200px){.lf-container{padding:2rem}.lf-header h1{font-size:2.5rem}.lf-linkedin-section,.lf-results-container,.lf-search{padding:1.5rem}}@media (max-width:768px){.lf-container{padding:1.5rem}.lf-header h1{font-size:2rem}.lf-tabs{flex-wrap:wrap;width:100%}.lf-tab{flex:1 1;font-size:.9rem;justify-content:center;padding:.75rem 1rem}.lf-multi-search-input{min-height:120px}.lf-filters-grid{gap:1rem;grid-template-columns:1fr}.lf-search-actions{align-items:stretch;flex-direction:column}.lf-reset-btn,.lf-search-btn{justify-content:center;width:100%}}.cc-company-card{grid-gap:2rem;background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 5px 20px #0000000f;cursor:pointer;display:grid;gap:2rem;grid-template-columns:.6fr 2fr;min-height:200px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.cc-company-card:hover{border-color:#4f46e533;box-shadow:0 15px 30px #4f46e51f;transform:translateY(-4px)}.cc-company-side-left{display:flex;flex-direction:column;gap:1rem}.cc-company-header{margin-bottom:0}.cc-company-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a202c;display:-webkit-box;font-size:1.4rem;font-weight:700;line-height:1.2;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.cc-company-card:hover .cc-company-name{color:#5a67d8}.cc-company-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.cc-company-cvr{align-items:center;color:#4a5568;display:flex;font-size:.85rem;font-weight:500;gap:.3rem}.cc-company-cvr svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:16px;width:16px}.cc-company-status{background-color:#edf2f7;border-radius:9999px;color:#4a5568;font-size:.75rem;font-weight:600;padding:.2rem .6rem;text-transform:uppercase}.cc-status-normal{background-color:#c6f6d5;color:#22543d}.cc-status-other{background-color:#fed7d7;color:#822727}.cc-company-address{align-items:flex-start;color:#4a5568;display:flex;font-size:.9rem;gap:.5rem;line-height:1.4;margin-top:.5rem}.cc-company-address svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;height:16px;margin-top:2px;width:16px}.cc-company-role{align-items:center;color:#4a5568;display:flex;font-size:.85rem;gap:.5rem;margin-top:.5rem}.cc-company-role svg{stroke:currentColor;fill:none;stroke-width:1.5;height:16px;width:16px}.cc-related-names{background-color:#f7fafc;border-radius:12px;margin-top:auto;padding:.75rem}.cc-related-names-title{align-items:center;color:#4a5568;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.cc-related-names-title svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:16px;width:16px}.cc-related-names-list{display:flex;flex-wrap:wrap;gap:.5rem}.cc-related-name{background-color:#e2e8f0;border-radius:9999px;color:#4a5568;font-size:.75rem;font-weight:500;padding:.15rem .5rem}.cc-company-side-right{display:flex;flex-direction:column;gap:1.5rem;position:relative}.cc-save-button-container{position:absolute;right:0;top:-5px;z-index:10}.cc-save-button{align-items:center;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;font-size:.8rem;font-weight:500;gap:.4rem;padding:.4rem .7rem;transition:all .2s ease}.cc-save-button:hover{background-color:#e5e7eb;color:#1f2937}.cc-save-button.cc-saved{background-color:#818cf8;border-color:#6366f1;color:#fff}.cc-save-button.cc-saved:hover{background-color:#6366f1}.cc-save-button svg{stroke:currentColor;fill:none;height:16px;width:16px}.cc-save-button.cc-saved svg{fill:currentColor}.cc-quality-section{grid-gap:1rem;align-items:center;background-color:#f7fafc;border-radius:12px;display:grid;gap:1rem;grid-template-columns:auto 1fr;padding:1rem}.cc-quality-chart{height:60px;position:relative;width:60px}.cc-score-circle{background-color:#edf2f7;border-radius:50%;height:100%;overflow:hidden;position:absolute;width:100%}.cc-score-circle:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";left:3px;position:absolute;right:3px;top:3px;z-index:1}.cc-score-fill{background-color:#fc8181;height:100%;left:0;position:absolute;top:0;transition:clip-path 1s cubic-bezier(.4,0,.2,1);width:100%;z-index:0}.cc-score-high .cc-score-fill{background-color:#48bb78}.cc-score-medium .cc-score-fill{background-color:#4299e1}.cc-score-below-average .cc-score-fill{background-color:#ed8936}.cc-score-circle-overlay{background-color:#fff;border-radius:50%;bottom:3px;left:3px;position:absolute;right:3px;top:3px;z-index:1}.cc-score-circle-value{align-items:center;bottom:0;color:#2d3748;display:flex;font-size:1rem;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:2}.cc-quality-stats{display:flex;flex-direction:column}.cc-quality-title{color:#4a5568;font-size:.9rem;font-weight:600}.cc-quality-score{color:#2d3748;font-size:1.2rem;font-weight:700;margin:.1rem 0}.cc-quality-description{color:#718096;font-size:.75rem;line-height:1.3}.cc-financials{background-color:#f7fafc;border-radius:12px;padding:1rem}.cc-financials-title{align-items:center;color:#4a5568;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.cc-financials-title svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:16px;width:16px}.cc-metrics-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}.cc-metric{background-color:#fff;border:1px solid #edf2f7;border-radius:8px;display:flex;flex-direction:column;padding:.75rem}.cc-metric:hover{background-color:#f8fafc;border-color:#e2e8f0}.cc-metric-label{color:#718096;font-size:.75rem;font-weight:500;margin-bottom:.35rem}.cc-metric-value{color:#2d3748;font-size:.95rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1200px){.cc-company-card{gap:1.5rem;grid-template-columns:1fr}.cc-quality-section{grid-template-columns:auto 1fr}.cc-metrics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.cc-company-card{padding:1rem}.cc-metrics-grid{grid-template-columns:repeat(2,1fr)}}.sc-container{margin:0 auto;max-width:1400px;padding:2rem;width:100%}.sc-header{margin-bottom:2rem;text-align:center}.sc-title{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(135deg,#5a67d8,#6366f1);color:#1a202c;color:#0000;font-size:2rem;font-weight:700;margin-bottom:.5rem}.sc-subtitle{color:#4a5568;font-size:1.1rem;margin-bottom:1rem}.sc-results-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.sc-results-grid{grid-template-columns:repeat(1,1fr)}}.sc-loading{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center;padding:4rem;text-align:center}.sc-spinner{animation:spin 1s linear infinite;border:4px solid #4f46e533;border-radius:50%;border-top-color:#5a67d8;height:50px;margin-bottom:1.5rem;width:50px}.sc-loading-text{color:#4a5568}.sc-error,.sc-loading-text{font-size:1.1rem;font-weight:500}.sc-error{align-items:center;color:#e53e3e;display:flex;flex-direction:column;height:60vh;justify-content:center;padding:4rem;text-align:center}.sc-error svg{height:60px;margin-bottom:1.5rem;width:60px}.sc-no-results{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center;padding:4rem;text-align:center}.sc-no-results svg{color:#5a67d8;height:70px;margin-bottom:1.5rem;width:70px}.sc-no-results h2{color:#1a202c;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.sc-no-results p{color:#4a5568;font-size:1.1rem;line-height:1.5;margin:0 auto;max-width:500px}@media (max-width:1200px){.sc-container{padding:1.5rem}}@media (max-width:768px){.sc-container{padding:1rem}.sc-title{font-size:1.75rem}.sc-subtitle{font-size:1rem}}.linkedin-login-container{align-items:center;display:flex;justify-content:center;min-height:500px;padding:2rem}.linkedin-login-card{background:linear-gradient(135deg,#fff,#f8f9ff);border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 40px #0000001a;max-width:500px;overflow:hidden;padding:3rem;position:relative;width:100%}.linkedin-login-card:before{background:radial-gradient(circle,#0077b508 0,#0000 50%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}.linkedin-hero{margin-bottom:2rem;position:relative;text-align:center;z-index:1}.linkedin-icon{align-items:center;background:linear-gradient(135deg,#0077b5,#005885);border-radius:16px;box-shadow:0 8px 24px #0077b54d;color:#fff;display:flex;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.linkedin-hero h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;background-clip:text;color:#1a1a1a;font-size:2rem;font-weight:700;margin:0 0 .5rem}.linkedin-hero p{color:#666;font-size:1rem;line-height:1.6;margin:0 0 2rem}.linkedin-benefits{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.benefit-item{align-items:center;background:#fff9;border-radius:12px;color:#555;display:flex;font-size:.9rem;gap:.75rem;padding:.75rem;transition:all .2s ease}.benefit-item:hover{background:#fffc;transform:translateY(-1px)}.benefit-icon{font-size:1.2rem}.linkedin-login-btn{align-items:center;background:linear-gradient(135deg,#0077b5,#005885);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:1rem 2rem;position:relative;transition:all .3s ease;width:100%;z-index:1}.linkedin-login-btn:hover:not(:disabled){background:linear-gradient(135deg,#005885,#004566);box-shadow:0 8px 24px #0077b54d;transform:translateY(-2px)}.linkedin-login-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.linkedin-privacy-note{color:#888;font-size:.8rem;line-height:1.4;margin:1rem 0 0;text-align:center}.linkedin-processing{padding:2rem 0;text-align:center}.linkedin-processing h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:1rem 0 .5rem}.linkedin-processing p{color:#666;font-size:1rem;margin:0}.processing-spinner{animation:spin 1s linear infinite;border:3px solid #0077b51a;border-radius:50%;border-top-color:#0077b5;height:60px;margin:0 auto;width:60px}.linkedin-success{padding:2rem 0;text-align:center}.success-icon{font-size:4rem;margin-bottom:1rem}.linkedin-success h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.linkedin-success p{color:#666;font-size:1rem;margin:0 0 2rem}.linkedin-actions{display:flex;gap:1rem;justify-content:center}.linkedin-logout-btn{background:#f5f5f5;border:1px solid #ddd;border-radius:8px;color:#666;cursor:pointer;font-size:.9rem;padding:.75rem 1.5rem;transition:all .2s ease}.linkedin-logout-btn:hover{background:#eee;color:#555}.linkedin-error-message{align-items:flex-start;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:2rem}.error-icon{flex-shrink:0;font-size:1.1rem}.linkedin-error-message p{color:#dc2626;font-size:.9rem;line-height:1.4;margin:0}.linkedin-loading-overlay{align-items:center;background:#ffffffe6;border-radius:24px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.loading-spinner{margin-bottom:1rem}.linkedin-loading-overlay p{color:#666;font-size:.9rem;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.linkedin-login-card>*{animation:fadeIn .5s ease-out forwards}@media (max-width:768px){.linkedin-login-container{min-height:400px;padding:1rem}.linkedin-login-card{padding:2rem}.linkedin-hero h2{font-size:1.5rem}.linkedin-hero p{font-size:.9rem}.benefit-item{font-size:.85rem}.linkedin-login-btn{font-size:.9rem;padding:.875rem 1.5rem}}.linkedin-connections-container{margin:0 auto;max-width:1200px;padding:2rem}.linkedin-info-section{margin-bottom:2rem}.linkedin-header{text-align:center}.linkedin-title{align-items:center;color:#0077b5;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;justify-content:center;margin-bottom:.5rem}.linkedin-title .linkedin-icon{height:24px;width:24px}.linkedin-subtitle{color:#666;font-size:1rem;margin-bottom:1rem}.linkedin-filters-section{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 5px 20px #0000000f;margin-bottom:2rem;padding:2rem}.linkedin-filters-title{align-items:center;color:#1a202c;display:flex;font-size:1.25rem;font-weight:600;gap:.75rem;margin-bottom:1.5rem}.linkedin-filters-title .filter-icon{color:#5a67d8;height:20px;width:20px}.linkedin-filters-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.linkedin-filter-item{display:flex;flex-direction:column;gap:.75rem}.linkedin-filter-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-weight:500;gap:.75rem}.linkedin-filter-label input[type=checkbox]{accent-color:#5a67d8;cursor:pointer;height:18px;width:18px}.linkedin-filter-input-group{align-items:center;display:flex;gap:.5rem;margin-left:2.25rem}.linkedin-filter-input{border:2px solid #e2e8f0;border-radius:8px;flex:1 1;font-size:.95rem;padding:.75rem;transition:all .2s ease}.linkedin-filter-input:focus{border-color:#5a67d8;box-shadow:0 0 0 3px #5a67d81a;outline:none}.linkedin-filter-input:disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed}.linkedin-filter-unit{color:#718096;font-size:.9rem;font-weight:500}.linkedin-search-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.linkedin-search-btn{background:linear-gradient(135deg,#0077b5,#005885);border:none;border-radius:12px;box-shadow:0 4px 15px #0077b533;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.linkedin-search-btn:hover:not(:disabled){background:linear-gradient(135deg,#005885,#0077b5);box-shadow:0 8px 25px #0077b54d;transform:translateY(-2px)}.linkedin-search-btn:disabled{background:#cbd5e0;box-shadow:none;cursor:not-allowed;transform:none}.linkedin-reset-btn{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;color:#4a5568;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.linkedin-reset-btn:hover{background:#edf2f7;border-color:#cbd5e0;transform:translateY(-1px)}.linkedin-error-message{align-items:center;background:#fed7d7;border-radius:8px;color:#c53030;display:flex;gap:.5rem;margin-bottom:1rem;padding:1rem}.linkedin-no-connections{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 5px 20px #0000000f;padding:3rem 2rem;text-align:center}.linkedin-no-connections .linkedin-icon{color:#0077b5;height:60px;margin-bottom:1rem;width:60px}.linkedin-no-connections h3{color:#1a202c;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.linkedin-no-connections p{color:#666;font-size:1rem}.linkedin-connections-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #0077b51a;border-radius:50%;border-top-color:#0077b5;height:40px;width:40px}.linkedin-connections-error{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px;text-align:center}.error-icon{color:#ef4444;font-size:2rem}.retry-btn{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background-color .2s}.retry-btn:hover{background:#2563eb}.linkedin-connections-empty{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.linkedin-connections-empty h3{color:#374151;font-size:1.5rem;margin:0}.linkedin-connections-empty p{color:#6b7280;margin:0}.connections-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.connections-header h2{color:#111827;font-size:1.75rem;font-weight:700;margin:0}.connections-stats{display:flex;gap:2rem}.stat-item{align-items:center;display:flex;flex-direction:column;text-align:center}.stat-value{color:#0077b5;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#6b7280;font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.connections-controls{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.filters-section{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}.search-filter{flex:1 1;min-width:250px}.search-input{border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.search-input:focus{border-color:#0077b5;box-shadow:0 0 0 3px #0077b51a;outline:none}.toggle-filters{align-items:center;display:flex;gap:1.5rem}.filter-checkbox{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.filter-checkbox input[type=checkbox]{accent-color:#0077b5;height:18px;width:18px}.selection-controls{align-items:center;display:flex;gap:1rem;justify-content:space-between}.select-buttons{display:flex;gap:.75rem}.select-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .2s}.select-btn:hover:not(:disabled){background:#e5e7eb}.select-btn:disabled{cursor:not-allowed;opacity:.5}.search-leads-btn{background:linear-gradient(135deg,#0077b5,#005885);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;min-width:140px;padding:.75rem 1.5rem;transition:all .2s}.search-leads-btn:hover:not(:disabled){background:linear-gradient(135deg,#005885,#004566);transform:translateY(-1px)}.search-leads-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.connections-list{display:flex;flex-direction:column;gap:1rem}.no-results{color:#6b7280;padding:3rem;text-align:center}.connection-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;justify-content:space-between;padding:1.25rem;transition:all .2s ease}.connection-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000d}.connection-card.selected{background:#f0f9ff;border-color:#0077b5;box-shadow:0 0 0 1px #0077b51a}.connection-card.has-match{border-left:4px solid #10b981}.connection-card.no-match{border-left:4px solid #e5e7eb}.connection-main{align-items:flex-start;display:flex;flex:1 1;gap:1rem}.connection-checkbox input[type=checkbox]{accent-color:#0077b5;height:18px;margin-top:.125rem;width:18px}.connection-checkbox input[type=checkbox]:disabled{opacity:.5}.connection-info{flex:1 1}.connection-name{color:#111827;font-size:1rem;font-weight:600;margin-bottom:.25rem}.connection-details{display:flex;flex-direction:column;gap:.125rem;margin-bottom:.5rem}.connection-position{color:#374151;font-size:.9rem}.connection-company{color:#6b7280;font-size:.85rem;font-style:italic}.connection-email{color:#9ca3af;font-size:.8rem}.connection-status{align-items:center;display:flex;min-width:120px}.match-status{align-items:center;display:flex;gap:.5rem}.status-icon{flex-shrink:0;font-size:1.1rem}.match-details{display:flex;flex-direction:column;gap:.125rem}.status-label{font-size:.8rem;font-weight:500}.match-status.matched .status-label{color:#059669}.match-status.no-match .status-label{color:#6b7280}.companies-count{color:#6b7280;font-size:.75rem}.error-reason{color:#ef4444;font-size:.7rem;font-style:italic}@media (max-width:768px){.linkedin-connections-container{padding:1rem}.connections-header{align-items:flex-start;flex-direction:column;gap:1rem}.connections-stats{gap:1rem}.filters-section{align-items:stretch;flex-direction:column;gap:1rem}.toggle-filters{justify-content:space-between}.selection-controls{align-items:stretch;flex-direction:column;gap:1rem}.select-buttons{justify-content:space-between}.connection-card{align-items:stretch;flex-direction:column;gap:1rem}.connection-main{gap:.75rem}.connection-status{justify-content:flex-start;min-width:auto}}.cf-container{background:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,sans-serif;line-height:1.6;margin:80px auto 0;max-width:1200px;min-height:100vh;padding:3rem 2rem;position:relative;width:100%}.cf-header{border-bottom:1px solid #eee;margin-bottom:3rem;padding-bottom:1rem}.cf-title-section{width:100%}.cf-title{color:#333;font-size:2.5rem;font-weight:600;letter-spacing:-.5px;margin-bottom:.5rem}.cf-metadata{color:#555;display:flex;flex-wrap:wrap;gap:2rem;margin:1.5rem 0}.cf-meta-item{align-items:center;display:flex;font-size:.95rem;gap:.5rem}.cf-meta-icon{color:#666;height:18px;width:18px}.cf-meta-value{font-weight:500}.cf-status{color:#555;display:inline-block;font-size:.9rem;margin-top:.5rem}.cf-status-normal{color:#059669}.cf-status-other{color:#dc2626}.cf-actions{margin-top:1.5rem}.cf-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;width:100%}@media (min-width:768px){.cf-content{gap:4rem;grid-template-columns:1fr 1fr}}.cf-card{margin-bottom:3rem}.cf-card-title{border-bottom:1px solid #eee;color:#333;font-size:1.4rem;font-weight:600;letter-spacing:-.3px;margin-bottom:1.5rem;padding-bottom:.5rem}.cf-metrics{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}@media (min-width:640px){.cf-metrics{grid-template-columns:repeat(2,1fr)}}.cf-metric{margin-bottom:1rem}.cf-metric-label{color:#555;font-size:.85rem;letter-spacing:.5px;margin-bottom:.3rem;text-transform:uppercase}.cf-metric-value{color:#333;font-size:1.2rem;font-weight:500}.cf-metric-highlight .cf-metric-value{color:#4338ca}.cf-chart-container{display:flex;flex-direction:column;margin:2rem 0;width:100%}.cf-chart{height:220px;margin:0 auto 2rem;width:220px}.cf-chart-legend{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr);width:100%}@media (min-width:640px){.cf-chart-legend{grid-template-columns:repeat(2,1fr)}}.cf-legend-item{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.cf-legend-color{border-radius:2px;height:12px;width:12px}.cf-legend-label{color:#555;flex:1 1;font-size:.9rem}.cf-legend-value{color:#333;font-size:.9rem;font-weight:500}.cf-total-business{color:#4338ca;font-size:1.1rem;font-weight:600;margin-top:2rem;text-align:center}.cf-relations{margin-top:1.5rem}.cf-relations-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.cf-relation{background-color:#f9fafb;border:1px solid #eee;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:1rem;transition:all .2s ease}.cf-relation:hover{box-shadow:0 2px 12px #0000000d;transform:translateY(-2px)}.cf-relation-name{color:#111827;font-size:1.2rem;font-weight:600}.cf-relation-role{align-items:center;color:#4b5563;display:flex;font-size:.95rem;gap:.5rem;margin-bottom:.7rem;margin-top:.2rem}.cf-relation-role svg{color:#6366f1}.cf-relation-role-tag{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#4b5563;display:inline-flex;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.cf-relation-role-tag.cf-role-executive{background-color:#dbeafe;border-color:#bfdbfe;color:#1e40af}.cf-relation-role-tag.cf-role-board{background-color:#e0f2fe;border-color:#bae6fd;color:#0369a1}.cf-relation-role-tag.cf-role-owner{background-color:#dcfce7;border-color:#bbf7d0;color:#166534}.cf-relation-role-tag.cf-role-unknown{background-color:#f3f4f6;border-color:#e5e7eb;color:#6b7280}.cf-relation-influence{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.cf-relation-influence-label{align-items:center;color:#6b7280;display:flex;font-size:.85rem;justify-content:space-between}.cf-influence-value{color:#111827;font-weight:500}.cf-relation-influence-meter{background-color:#e5e7eb;border-radius:999px;height:8px;overflow:hidden;position:relative;width:100%}.cf-relation-influence-fill{background:linear-gradient(90deg,#10b981,#059669);border-radius:999px;height:100%;transition:width .5s ease}.cf-relation-influence-fill.cf-influence-low{background:linear-gradient(90deg,#a7f3d0,#10b981);width:20%}.cf-relation-influence-fill.cf-influence-medium{background:linear-gradient(90deg,#6ee7b7,#059669);width:40%}.cf-relation-influence-fill.cf-influence-high{background:linear-gradient(90deg,#34d399,#047857);width:60%}.cf-relation-influence-fill.cf-influence-very-high{background:linear-gradient(90deg,#10b981,#065f46);width:80%}.cf-relation-influence-fill.cf-influence-extreme{background:linear-gradient(90deg,#059669,#064e3b);width:100%}.cf-relation-notes{color:#555;font-size:.9rem;font-style:italic;margin-top:.5rem}.cf-auditor{margin-top:2rem}.cf-auditor-title{letter-spacing:.5px;margin-bottom:1rem}.cf-auditor-company,.cf-auditor-title{color:#333;font-size:1rem;font-weight:500}.cf-auditor-company{margin-bottom:.3rem}.cf-auditor-person,.cf-btn{color:#555;font-size:.9rem}.cf-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;padding:.6rem 1.25rem;transition:all .2s ease}.cf-btn:hover{background:#f9f9f9;color:#333}.cf-loading{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:300px}.cf-spinner{animation:spin 1s linear infinite;border:2px solid #eee;border-radius:50%;border-top-color:#666;height:32px;width:32px}.cf-loading-text{color:#666;font-size:.95rem}.cf-background{display:none}.cf-error{align-items:center;color:#555;display:flex;flex-direction:column;gap:2rem;justify-content:center;min-height:300px;text-align:center}.cf-info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.cf-info-grid{grid-template-columns:repeat(2,1fr)}}@media print{.cf-container{margin-top:0;padding:1.5rem}.cf-actions{display:none}.cf-content{gap:2rem}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.settings-container{display:flex;gap:2rem;margin:0 auto;max-width:1400px;padding:2rem}.settings-sidebar{flex-shrink:0;width:250px}.settings-sidebar__title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.settings-sidebar__nav{display:flex;flex-direction:column;gap:.5rem}.settings-sidebar__button{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.settings-sidebar__button:hover{background:#f1f5f9;color:#1e293b}.settings-sidebar__button--active{background:#f1f5f9;color:#1e293b;font-weight:600}.settings-content{flex:1 1;min-width:0}.settings-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;padding:2rem}.settings-section h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.settings-subsection{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.settings-subsection h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.settings-description{color:#64748b;line-height:1.5;margin-bottom:1.5rem}.settings-variables{background:#f8fafc;border-radius:8px;line-height:1.8;margin-bottom:2rem;padding:1.5rem}.settings-variables code{background:#e2e8f0;border-radius:4px;color:#0f172a;font-family:monospace;padding:.2rem .4rem}.settings-template-section,.settings-template-upload{margin-top:2rem}.settings-button{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.settings-button--add,.settings-button--upload{background:#2563eb;border:none;color:#fff}.settings-button--add:hover,.settings-button--upload:hover{background:#1d4ed8;transform:translateY(-1px)}.settings-button--delete{background:#fee2e2;border:none;color:#dc2626}.settings-button--delete:hover{background:#fecaca;transform:translateY(-1px)}.settings-file-input{display:none}.settings-current-template{align-items:center;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.template-info{display:flex;flex-direction:column;gap:.25rem}.template-name{color:#1e293b;font-weight:500}.template-date,.template-id{color:#64748b;font-size:.875rem}.template-link{color:#2563eb;font-size:.875rem;margin-top:.5rem;text-decoration:none}.template-link:hover{text-decoration:underline}.settings-add-new{display:flex;flex-direction:column;gap:1rem}.settings-note{font-size:.875rem}.settings-loading,.settings-note{color:#64748b;font-style:italic}.settings-error{color:#dc2626;font-size:.875rem;margin-top:1rem}@media (max-width:768px){.settings-container{flex-direction:column;padding:1rem}.settings-sidebar{width:100%}.settings-sidebar__nav{flex-direction:row;overflow-x:auto;padding-bottom:.5rem}.settings-sidebar__button{white-space:nowrap}.settings-current-template{align-items:flex-start;flex-direction:column;gap:1rem}}.l-customers{margin:0 auto;max-width:1800px;padding:2rem}.l-customers__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.l-customers__title-group{display:flex;flex-direction:column;gap:.5rem}.l-customers__title{color:#1e293b;font-size:2rem;font-weight:600;margin:0}.l-customers__subtitle{color:#64748b;font-size:1.1rem;margin:0}.l-customers__add-btn{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;transition:all .2s ease}.l-customers__add-btn:hover{background:#2563eb;transform:translateY(-1px)}.l-customers__add-btn svg{height:20px;width:20px}.l-customers__form-container{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.l-customers__form{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;max-width:500px;padding:2rem;width:100%}.l-customers__form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.l-customers__form-header h2{color:#333;font-size:1.5rem;font-weight:600;margin:0}.l-customers__form-close{background:none;border:none;color:#666;cursor:pointer;padding:.5rem}.l-customers__form-close svg{height:1.5rem;width:1.5rem}.l-customers__form-group{margin-bottom:1.5rem}.l-customers__form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.l-customers__form-group input{border:1px solid #ddd;border-radius:.25rem;font-size:1rem;padding:.75rem;width:100%}.l-customers__form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.l-customers__form-cancel{background-color:#f8f9fa;border:1px solid #ddd;border-radius:.25rem;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.l-customers__form-submit{background-color:#007bff;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.l-customers__form-submit:disabled{background-color:#ccc;cursor:not-allowed}.l-customers__form-spinner{animation:l-customers-spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:1.25rem;width:1.25rem}.l-customers__list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.l-customers__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s ease}.l-customers__card:hover{border-color:#3b82f6;box-shadow:0 12px 24px -8px #0000001f;transform:translateY(-2px)}.l-customers__card-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.l-customers__card-icon{align-items:center;background:#f1f5f9;border-radius:10px;color:#3b82f6;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .2s ease;width:40px}.l-customers__card:hover .l-customers__card-icon{background:#3b82f6;color:#fff;transform:scale(1.1)}.l-customers__card-icon svg{height:24px;width:24px}.l-customers__card-info{flex:1 1}.l-customers__card-title{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.l-customers__card-meta{color:#64748b;font-size:.875rem}.l-customers__card-menu{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;margin:-.5rem;padding:.5rem;transition:all .15s ease}.l-customers__card-menu:hover{background:#f1f5f9;color:#1e293b}.l-customers__card-menu svg{height:20px;width:20px}.l-customers__card-stats{grid-gap:1rem;background:#f8fafc;border-radius:8px;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem;padding:1rem}.l-customers__card-stat{align-items:center;display:flex;flex-direction:column;text-align:center}.l-customers__card-stat-value{color:#1e293b;font-size:1.5rem;font-weight:600;line-height:1;margin-bottom:.25rem}.l-customers__card-stat-label{color:#64748b;font-size:.875rem}.l-customers__card-action{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#1e293b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;justify-content:center;padding:.875rem;transition:all .2s ease;width:100%}.l-customers__card-action svg{height:18px;transition:transform .2s ease;width:18px}.l-customers__card-action:hover{background:#e2e8f0}.l-customers__card-action:hover svg{transform:translateX(4px)}.l-customers__loader{align-items:center;display:flex;justify-content:center;min-height:300px}.l-customers__spinner{animation:l-customers-spin .8s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}@keyframes l-customers-spin{to{transform:rotate(1turn)}}@media (max-width:1600px){.l-customers__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.l-customers__list{grid-template-columns:1fr}}@media (max-width:768px){.l-customers{padding:1rem}.l-customers__header{flex-direction:column;gap:1rem}.l-customers__add-btn{justify-content:center;width:100%}}.l-products{margin:0 auto;max-width:1800px;padding:2rem}.l-products__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.l-products__title-group{display:flex;flex-direction:column;gap:.75rem}.l-products__breadcrumb{margin-bottom:.5rem}.l-products__back{align-items:center;background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin:-.5rem;padding:.5rem;transition:all .2s ease}.l-products__back:hover{background:#f1f5f9;color:#1e293b}.l-products__back svg{height:20px;width:20px}.l-products__title{color:#1e293b;font-size:2rem;font-weight:600;margin:0}.l-products__subtitle{color:#64748b;font-size:1.1rem;margin:0}.l-products__add-btn{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;transition:all .2s ease}.l-products__add-btn:hover{background:#2563eb;transform:translateY(-1px)}.l-products__add-btn svg{height:20px;width:20px}.l-products__list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.l-products__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;height:100%;padding:2rem;transition:all .2s ease}.l-products__card:hover{border-color:#3b82f6;box-shadow:0 12px 24px -8px #0000001f;transform:translateY(-2px)}.l-products__card-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.l-products__card-icon{align-items:center;background:#f1f5f9;border-radius:10px;color:#3b82f6;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .2s ease;width:40px}.l-products__card:hover .l-products__card-icon{background:#3b82f6;color:#fff;transform:scale(1.1)}.l-products__card-icon svg{height:24px;width:24px}.l-products__card-info{flex:1 1}.l-products__card-title{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.l-products__card-meta{color:#64748b;font-size:.875rem}.l-products__card-stats{grid-gap:1rem;background:#f8fafc;border-radius:8px;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem;padding:1rem}.l-products__card-stat{align-items:center;display:flex;flex-direction:column;text-align:center}.l-products__card-stat-value{color:#1e293b;font-size:1.5rem;font-weight:600;line-height:1;margin-bottom:.25rem}.l-products__card-stat-label{color:#64748b;font-size:.875rem}.l-products__keys{border-top:1px solid #e2e8f0;margin-top:auto;padding-top:1.5rem}.l-products__keys-title{align-items:center;color:#64748b;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin:0 0 1rem}.l-products__keys-title svg{height:18px;width:18px}.l-products__keys-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.l-products__key{align-items:center;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.l-products__key-info{align-items:center;display:flex;gap:.75rem}.l-products__key-code{background:#f1f5f9;border-radius:4px;color:#1e293b;font-family:SF Mono,Monaco,Inconsolata,Fira Mono,Droid Sans Mono,Source Code Pro,monospace;font-size:.875rem;padding:.25rem .5rem;-webkit-user-select:all;user-select:all}.l-products__key-status{background:#dcfce7;border-radius:6px;color:#15803d;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.l-products__key-status--used{background:#fee2e2;color:#dc2626}.l-products__key-copy{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;margin:-.5rem;padding:.5rem;transition:all .15s ease}.l-products__key-copy:hover{background:#e2e8f0;color:#1e293b}.l-products__key-copy svg{height:18px;width:18px}.l-products__loader{align-items:center;display:flex;justify-content:center;min-height:300px}.l-products__spinner{animation:l-products-spin .8s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}@keyframes l-products-spin{to{transform:rotate(1turn)}}@media (max-width:1400px){.l-products__list{grid-template-columns:1fr}}.l-products__form-permissions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.l-products__form-checkbox{align-items:center;cursor:pointer;display:flex;gap:.75rem}.l-products__form-checkbox input[type=checkbox]{border:2px solid #e2e8f0;border-radius:4px;cursor:pointer;height:1.25rem;width:1.25rem}.l-products__form-checkbox span{color:#1e293b;font-size:.875rem}.l-products__form-container{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.l-products__form{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-height:90vh;max-width:800px;overflow-y:auto;padding:2.5rem;width:100%}.l-products__form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.l-products__form-group input[type=date]{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:.875rem;padding:.75rem;width:100%}.l-products__form-group input[type=date]:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.l-products__card-dates{background:#f8fafc;border-radius:8px;display:flex;flex-direction:column;gap:.75rem;margin:1rem 0;padding:1rem}.l-products__card-date{align-items:center;display:flex;justify-content:space-between}.l-products__card-date-label{color:#64748b;font-size:.875rem}.l-products__card-date-value{color:#1e293b;font-size:.875rem;font-weight:500}.l-products__card-date-value--warning{color:#dc2626}.l-products__permissions-title{color:#64748b;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.l-products__permissions-list{display:flex;flex-wrap:wrap;gap:.5rem}.l-products__permission-tag{background:#dbeafe;border-radius:999px;color:#2563eb;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.l-keys{margin:0 auto;max-width:1200px;padding:2rem}.l-keys__header{margin-bottom:2rem}.l-keys__title-group{display:flex;flex-direction:column;gap:.5rem}.l-keys__breadcrumb{margin-bottom:1rem}.l-keys__back{align-items:center;background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin:-.5rem;padding:.5rem;transition:all .15s ease}.l-keys__back:hover{background:#f1f5f9;color:#1e293b}.l-keys__back svg{height:20px;width:20px}.l-keys__title{color:#1e293b;font-size:2rem;font-weight:600;margin:0}.l-keys__subtitle{color:#64748b;font-size:1.1rem;margin:0}.l-keys__stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.l-keys__stat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center}.l-keys__stat-value{color:#1e293b;display:block;font-size:2rem;font-weight:600;margin-bottom:.5rem}.l-keys__stat-label{color:#64748b;font-size:.875rem}.l-keys__list{display:flex;flex-direction:column;gap:1rem}.l-keys__item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:space-between;padding:1.5rem;transition:all .2s ease}.l-keys__item:hover{border-color:#3b82f6}.l-keys__item--used{background:#f8fafc;border-color:#e2e8f0}.l-keys__item--used .l-keys__item-code{color:#64748b}.l-keys__item-info{flex:1 1}.l-keys__item-main{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.l-keys__item-code{color:#1e293b;font-family:monospace;font-size:1.1rem}.l-keys__item-status{background:#dcfce7;border-radius:4px;color:#15803d;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.l-keys__item-status--used{background:#fee2e2;color:#dc2626}.l-keys__item-dates{display:flex;gap:2rem}.l-keys__item-date{color:#64748b;font-size:.875rem}.l-keys__item-copy{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;margin:-.5rem;padding:.5rem;transition:all .15s ease}.l-keys__item-copy:hover{background:#f1f5f9;color:#1e293b}.l-keys__item-copy svg{height:20px;width:20px}.l-keys__loader{align-items:center;display:flex;justify-content:center;min-height:300px}.l-keys__spinner{animation:l-keys-spin .8s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}.l-keys__error{color:#dc2626;padding:2rem;text-align:center}@keyframes l-keys-spin{to{transform:rotate(1turn)}}@media (max-width:768px){.l-keys{padding:1rem}.l-keys__stats{grid-template-columns:1fr}.l-keys__item-dates{flex-direction:column;gap:.5rem}}.l-keys__item-details{display:flex;flex-direction:column;gap:.5rem}.l-keys__item-user{align-items:center;border-top:1px solid #f1f5f9;display:flex;font-size:.875rem;gap:.5rem;margin-top:.5rem;padding-top:.5rem}.l-keys__item-user-label{color:#94a3b8}.l-keys__item-user-email{color:#1e293b;font-weight:500}.l-keys__item-user-date{color:#94a3b8}.access-key{align-items:center;background:#fafafa;display:flex;justify-content:center;min-height:100vh;padding:2rem}.access-key__container{max-width:400px;width:100%}.access-key__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.access-key__header{margin-bottom:2rem;text-align:center}.access-key__title{color:#1e293b;font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.access-key__subtitle{color:#64748b;font-size:.875rem}.access-key__form{display:flex;flex-direction:column;gap:1.5rem}.access-key__input-group{display:flex;flex-direction:column;gap:.5rem}.access-key__label{color:#475569;font-size:.875rem;font-weight:500}.access-key__input{border:1px solid #e2e8f0;border-radius:8px;font-family:monospace;font-size:.875rem;height:44px;padding:0 1rem;transition:all .15s ease}.access-key__input:focus{border-color:#94a3b8;box-shadow:0 0 0 2px #94a3b81a;outline:none}.access-key__error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem}.access-key__error-icon{flex-shrink:0;height:20px;width:20px}.access-key__submit{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;height:44px;transition:all .15s ease}.access-key__submit:hover:not(:disabled){background:#2563eb}.access-key__submit:disabled{cursor:not-allowed;opacity:.5}.access-key__loader{animation:access-key-spin .8s linear infinite;border:2px solid;border-color:#fff #fff #0000;border-radius:50%;height:20px;margin:0 auto;width:20px}@keyframes access-key-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.access-key{padding:1rem}.access-key__card{padding:1.5rem}}.access-key__logout{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:.875rem;margin-top:1rem;padding:.5rem 1rem;transition:all .15s ease;width:100%}.access-key__logout:hover{background:#fef2f2;color:#ef4444}.confirm-email{align-items:center;background:#fafafa;display:flex;justify-content:center;min-height:100vh;padding:2rem}.confirm-email__container{max-width:400px;width:100%}.confirm-email__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center}.confirm-email__icon{animation:bounce 2s infinite;color:#3b82f6;height:64px;margin:0 auto 1.5rem;width:64px}.confirm-email__icon svg{height:100%;width:100%}.confirm-email__title{color:#1e293b;font-size:1.5rem;font-weight:500;margin-bottom:1rem}.confirm-email__text{color:#64748b;line-height:1.5;margin-bottom:1.5rem}.confirm-email__resend{background:none;border:none;border-radius:6px;color:#3b82f6;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .15s ease}.confirm-email__resend:hover{background:#eff6ff;color:#2563eb}.confirm-email__logout{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:.875rem;margin-top:1rem;padding:.5rem 1rem;transition:all .15s ease}.confirm-email__logout:hover{background:#fef2f2;color:#ef4444}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:640px){.confirm-email{padding:1rem}.confirm-email__card{padding:1.5rem}}.test-customers{padding:2rem}.test-customers__container{background:#fff;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a;margin:0 auto;max-width:600px;padding:2rem}.test-customers__title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.test-customers__description{color:#64748b;margin-bottom:2rem}.test-customers__form{display:flex;flex-direction:column;gap:1.5rem}.test-customers__input-group{display:flex;flex-direction:column;gap:.5rem}.test-customers__label{color:#475569;font-size:.875rem;font-weight:500}.test-customers__input{border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;padding:.75rem;transition:all .15s ease}.test-customers__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.test-customers__error{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem;padding:.75rem}.test-customers__success{background:#dcfce7;border:1px solid #bbf7d0;border-radius:6px;color:#16a34a;font-size:.875rem;padding:.75rem}.test-customers__submit{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem;transition:all .15s ease}.test-customers__submit:hover{background:#2563eb}.test-customers__submit:disabled{background:#94a3b8;cursor:not-allowed}
/*# sourceMappingURL=main.92d91670.css.map*/