html[data-initial-auth-state=logged-in] .initial-auth-ui [data-show-when=logged-out],html[data-initial-auth-state=logged-out] .initial-auth-ui [data-show-when=logged-in],.initial-auth-ui.js-replaced{display:none!important}:root{--color-primary: #00A562;--color-accent: #00A562;--color-accent-light: #10B981;--color-text: #111827;--color-text-muted: #6b7280;--color-text-light: #9ca3af;--color-bg: #ffffff;--color-bg-alt: #f9fafb;--color-border: #e5e7eb;--font-gothic: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 24px rgba(0, 0, 0, .08)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}[data-lucide]{width:1em;height:1em;stroke-width:1.5}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:var(--font-gothic);color:var(--color-text);background:var(--color-bg);line-height:1.7;font-size:16px;font-weight:400;overflow-x:hidden}h1,h2,h3{font-family:var(--font-gothic);font-weight:600;color:var(--color-text);letter-spacing:-.02em}header{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);padding:.6rem 0;position:fixed;top:0;left:0;right:0;z-index:1000}body{padding-top:52px}.header-container{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:Lexend Giga,sans-serif;font-size:1.1rem;font-weight:600;color:var(--color-text);cursor:pointer;letter-spacing:-.5px;text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-icon{width:24px;height:24px;object-fit:contain}nav{display:flex;align-items:center;gap:2.5rem}nav a{color:var(--color-text-muted);text-decoration:none;font-weight:400;font-size:.9rem;transition:color .2s ease}nav a:hover{color:var(--color-text)}.language-selector{margin-left:1rem}.language-select{padding:.4rem .8rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg);color:var(--color-text);font-size:.85rem;cursor:pointer}.language-select:focus{outline:none;border-color:var(--color-text)}.language-toggle{margin-left:.5rem}.language-toggle-btn{display:flex;align-items:center;justify-content:center;gap:.3rem;height:36px;padding:0 .75rem;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:18px;color:var(--color-text-muted);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.language-toggle-btn:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.language-toggle-btn .globe-icon{width:14px;height:14px}.language-toggle-btn .lang-label{font-size:.75rem;letter-spacing:.3px}.hamburger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:8px;background:transparent;border:none;cursor:pointer;z-index:101}.hamburger-line{display:block;width:22px;height:2px;background:var(--color-text);border-radius:2px;transition:all .3s ease}.hamburger-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-btn.active .hamburger-line:nth-child(2){opacity:0}.hamburger-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){header{padding:.4rem 0}body{padding-top:44px}.header-container{padding:0 1rem}.logo-text{display:none}.logo-icon{width:28px;height:28px}.hamburger-btn{display:flex}nav#main-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--color-bg);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;padding:5rem 2rem 2rem;gap:0;box-shadow:-4px 0 20px #0000001a;transition:right .3s ease;z-index:100}nav#main-nav.active{right:0}nav#main-nav a.nav-link{width:100%;padding:1rem 0;font-size:1rem;order:2}nav#main-nav .header-auth,nav#main-nav .language-toggle{display:none}nav#main-nav.active .header-auth{display:flex;order:0;margin:0 .75rem 1.5rem 0}nav#main-nav.active .language-toggle{display:inline-flex;order:1;margin:0 0 1.5rem}.lp-about-full{flex-direction:column;min-height:auto}.lp-about-image-full{flex:0 0 auto;height:250px}.lp-about-content-full{flex:0 0 auto;padding:clamp(2rem,5vw,3rem) clamp(1rem,4vw,2rem)}.lp-about-title{font-size:clamp(1.5rem,5vw,2rem)}}.landing-page-container{width:100%;background:var(--color-bg)}.landing-page{width:100%}.lp-hero{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,2rem);background:url(/hero-bg.jpg) center center no-repeat;background-size:cover;position:relative}.lp-hero-inner{max-width:100%;width:100%;position:relative;z-index:1;text-align:center}@media(max-width:768px){.lp-hero-inner{max-width:100%;padding:0 1rem}}.lp-hero-content{max-width:none;margin:0 auto}.lp-badge{display:inline-block;padding:.5rem 1.25rem;background:#00000014;border:1px solid rgba(0,0,0,.15);border-radius:100px;font-size:.8rem;color:var(--color-text);font-weight:500;margin-bottom:2rem}.lp-hero-title{font-size:clamp(2.5rem,9vw,7rem);font-weight:600;line-height:1.05;color:var(--color-text);margin-bottom:1.5rem;letter-spacing:-.04em}.lp-hero-subtitle{font-size:clamp(1rem,3vw,1.25rem);color:var(--color-text);line-height:1.7;margin-bottom:clamp(1.5rem,4vw,3rem);font-weight:400}.lp-cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--color-text);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.lp-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.lp-cta-button .arrow{transition:transform .2s ease}.lp-cta-button:hover .arrow{transform:translate(3px)}.lp-section{padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,2rem)}@media(max-width:768px){.lp-section{padding:1.5rem 1rem}}.lp-section-inner{max-width:1000px;margin:0 auto}.lp-section-title{font-size:clamp(1.75rem,6vw,3.5rem);font-weight:300;text-align:center;margin-bottom:1rem;letter-spacing:-.03em}.lp-section-subtitle{font-size:1.1rem;color:var(--color-text);text-align:center;margin-bottom:4rem;font-weight:400}.lp-categories{background:var(--color-bg-alt);padding:5rem 0;overflow:hidden}.lp-categories .lp-section-inner{max-width:100%;padding:0 4rem}.lp-category-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0}@media(max-width:768px){.lp-category-header{flex-direction:column;align-items:flex-start;gap:1rem}}.lp-category-header h2{font-size:clamp(2rem,6vw,3.5rem);font-weight:300;margin:0;line-height:1.2;text-align:left;color:var(--color-text)}.lp-category-link{color:var(--color-accent);text-decoration:none;font-size:1.1rem;display:flex;align-items:center;gap:.3rem;flex-shrink:0}.lp-category-link:hover{text-decoration:underline}.lp-category-scroll-wrapper{position:relative}.lp-category-nav{position:absolute;right:4rem;bottom:-3rem;display:flex;gap:.5rem}.lp-category-nav-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-bg);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text-muted);transition:all .2s}.lp-category-nav-btn:hover{border-color:var(--color-text);color:var(--color-text)}.lp-category-nav-btn:disabled{opacity:.3;cursor:not-allowed}.lp-category-grid{display:flex;justify-content:flex-start;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 1rem 2rem}.lp-category-grid::-webkit-scrollbar{display:none}.lp-category-item{flex:0 0 280px;background:var(--color-bg);border-radius:20px;overflow:hidden;transition:all .3s ease;scroll-snap-align:start;box-shadow:0 2px 8px #0000000f;cursor:pointer}.lp-category-item:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.lp-category-image{width:100%;height:160px;object-fit:cover}.lp-category-content{padding:1.25rem 1.5rem 1.5rem}.lp-category-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-alt);border-radius:10px;font-size:1.1rem;color:var(--color-text);margin-bottom:1rem}.lp-category-name{font-size:1.1rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.lp-category-desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.lp-category-expand{width:32px;height:32px;border-radius:50%;background:var(--color-bg-alt);border:none;display:flex;align-items:center;justify-content:center;margin-top:1rem;margin-left:auto;cursor:pointer;color:var(--color-text);transition:background .2s}.lp-category-expand:hover{background:var(--color-border)}.lp-about{background:var(--color-bg);padding:0}.lp-about-full{display:flex;align-items:stretch;min-height:500px}.lp-about-image-full{flex:0 0 40%;position:relative;overflow:hidden}.lp-about-image-full>img:first-child{width:100%;height:100%;object-fit:cover;display:block}.lp-about-logo-overlay{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:144px!important;height:auto!important;opacity:1!important;pointer-events:none;object-fit:contain!important}.lp-about-content-full{flex:0 0 60%;display:flex;flex-direction:column;justify-content:center;padding:4rem 6rem}.lp-about-title{font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;letter-spacing:-.02em}.lp-about-text{font-size:1.05rem;line-height:1.9;color:var(--color-text);margin-bottom:1.25rem}.lp-about-text:last-child{margin-bottom:0}.lp-revolution{background:linear-gradient(180deg,#f8fafc,#ecfdf5);padding:6rem 2rem}.lp-revolution .lp-section-inner{max-width:1400px;width:90%}.lp-revolution-header{text-align:center;margin-bottom:3rem}.lp-revolution-badge{display:inline-block;background:linear-gradient(135deg,#00a562,#10b981);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.1em;padding:.5rem 1.25rem;border-radius:50px;margin-bottom:1rem}.lp-roi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1rem,3vw,2rem);margin-bottom:2rem}.lp-roi-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 8px 32px #00000014}.lp-roi-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.lp-roi-card-header [data-lucide]{width:1.5rem;height:1.5rem;color:#00a562}.lp-roi-card-header h3{font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0}.lp-roi-subtitle{font-size:.85rem;color:var(--color-text-muted);margin-bottom:1.5rem}.lp-chart-wrapper-roi{position:relative;height:120px;margin-bottom:1.5rem}.lp-roi-summary{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f1f5f9}.lp-roi-reduction{text-align:left}.lp-roi-reduction-value{display:block;font-size:2rem;font-weight:700;color:#00a562;line-height:1}.lp-roi-reduction-label{font-size:.8rem;color:var(--color-text-muted)}.lp-roi-comparison{display:flex;align-items:center;gap:.75rem}.lp-roi-before{font-size:1rem;color:#9ca3af;text-decoration:line-through}.lp-roi-after{font-size:1.25rem;font-weight:600;color:#00a562}.lp-roi-comparison [data-lucide]{width:1rem;height:1rem;color:#9ca3af}.lp-roi-patent{background:linear-gradient(135deg,#00a562,#10b981);color:#fff;display:flex;flex-direction:column;justify-content:center;text-align:center}.lp-roi-icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%}.lp-roi-icon [data-lucide]{width:2rem;height:2rem;color:#fff}.lp-roi-badge-label{display:inline-block;background:#fff3;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.4rem 1rem;border-radius:50px;margin-bottom:1rem}.lp-roi-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.lp-roi-desc{font-size:.9rem;opacity:.9;line-height:1.6;margin-bottom:1.5rem}.lp-roi-highlight{margin-top:auto}.lp-roi-highlight-text{display:inline-block;background:#ffffff26;font-size:.8rem;font-weight:500;padding:.5rem 1rem;border-radius:8px}.lp-roi-patents{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.lp-roi-patent-item{display:inline-block;background:#ffffff26;font-size:.75rem;font-weight:500;padding:.4rem .8rem;border-radius:6px;text-align:center}.lp-roi-sources-accordion{background:#fff;border-radius:16px;margin-top:2rem;box-shadow:0 4px 16px #0000000a;overflow:hidden}.lp-roi-sources-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:1.25rem 2rem;font-size:1rem;font-weight:600;color:var(--color-text);background:#fff;border:none;cursor:pointer;transition:background .2s;list-style:none}.lp-roi-sources-toggle::-webkit-details-marker{display:none}.lp-roi-sources-toggle:hover{background:#f8f8f8}.lp-roi-sources-toggle [data-lucide]{width:1.25rem;height:1.25rem;color:#00a562}.lp-roi-sources-toggle .lp-accordion-icon{margin-left:auto;color:var(--color-text-muted);transition:transform .3s ease}.lp-roi-sources-accordion[open] .lp-accordion-icon{transform:rotate(180deg)}.lp-roi-sources-content{padding:0 2rem 2rem;border-top:1px solid var(--color-border)}.lp-roi-sources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1.5rem}.lp-roi-source-item{font-size:.85rem}.lp-roi-source-item h5{font-size:.9rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #00A562}.lp-roi-source-item ul{list-style:none;padding:0;margin:0}.lp-roi-source-item li{margin-bottom:.75rem;line-height:1.5;color:var(--color-text)}.lp-roi-source-item li:last-child{margin-bottom:0}.lp-source-detail{display:block;font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.lp-source-note{text-align:center;font-size:.75rem;color:var(--color-text-muted)}@media(max-width:768px){.lp-roi-grid{grid-template-columns:1fr}.lp-roi-reduction-value{font-size:1.5rem}.lp-roi-summary{flex-direction:column;align-items:flex-start;gap:.75rem}.lp-roi-comparison{flex-wrap:wrap;gap:.5rem}.lp-roi-card{padding:1.25rem;overflow:hidden}.lp-roi-patent{order:-1;padding:1.5rem 1rem}.lp-roi-title{font-size:1.1rem;word-break:break-word}.lp-roi-desc{font-size:.8rem;word-break:break-word}.lp-roi-icon{width:48px;height:48px}.lp-roi-icon [data-lucide]{width:1.5rem;height:1.5rem}}.lp-features{background:var(--color-bg)}.lp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(1.5rem,4vw,3rem)}.lp-feature{text-align:center;padding:2rem 1.5rem}.lp-feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-bg-alt);border-radius:20px;font-size:2rem;color:var(--color-text-muted)}.lp-feature-icon [data-lucide]{width:2rem;height:2rem}.lp-feature h3{font-size:1.15rem;font-weight:500;margin-bottom:.75rem}.lp-feature p{font-size:.95rem;color:var(--color-text-muted);line-height:1.7}.lp-target{background:var(--color-bg-alt)}.lp-target .lp-section-inner{max-width:1400px;width:90%}.lp-target-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,3vw,1.5rem)}.lp-target-item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;padding:2rem;display:flex;gap:1.25rem;align-items:flex-start}.lp-target-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-alt);border-radius:16px;font-size:1.5rem;color:var(--color-text-muted);flex-shrink:0}.lp-target-icon [data-lucide]{width:1.75rem;height:1.75rem}.lp-target-content h3{font-size:1.05rem;font-weight:500;margin-bottom:.5rem}.lp-target-content p{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.lp-how-it-works{background:var(--color-bg)}.lp-steps{display:flex;justify-content:center;align-items:flex-start;gap:2rem}.lp-step{flex:1;text-align:center;padding:1.5rem;max-width:280px}.lp-step-number{width:48px;height:48px;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.1rem;font-weight:500;color:var(--color-text)}.lp-step h3{font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.lp-step p{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.lp-step-arrow{font-size:1.25rem;color:var(--color-border);margin-top:2.5rem}.lp-stats{background:var(--color-bg-alt)}.lp-stats-grid{display:flex;justify-content:center;gap:6rem}.lp-stat{text-align:center}.lp-stat-value{font-size:4rem;font-weight:500;color:var(--color-text);line-height:1;margin-bottom:.5rem}.lp-stat-label{font-size:.95rem;color:var(--color-text-muted)}.stat-large{font-size:4rem;font-weight:600}.stat-small{font-size:2rem;font-weight:400;color:var(--color-text-muted)}.lp-cta-section{padding:6rem 2rem;text-align:center;background:url(/hero-bg.jpg) center center no-repeat;background-size:cover}.lp-cta-section h2{font-size:2.5rem;font-weight:500;margin-bottom:1rem}.lp-cta-section p{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:1.1rem}.lp-cta-large{padding:1rem 2.5rem;font-size:1rem;background:var(--color-text);color:#fff}.lp-cta-large:hover{background:#000}.finder-page-container{max-width:95%;margin:0 auto;padding:0}.finder-hero{background:var(--color-bg-alt);padding:1.5rem 2rem 1rem;text-align:center}.finder-hero h1{font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.finder-hero p{font-size:.9rem;color:var(--color-text-muted);max-width:700px;margin:0 auto}.content-with-sidebar{display:flex;min-height:calc(100vh - 200px);max-width:95%;margin:0 auto}.sidebar{width:240px;flex-shrink:0;background:var(--color-bg);padding:1.5rem 0;position:sticky;top:60px;max-height:calc(100vh - 80px)}.sidebar-header{padding:0 1.25rem;margin-bottom:1rem}.sidebar-header h3{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.category-list{display:flex;flex-direction:column}.category-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.25rem;background:none;border:none;border-left:2px solid transparent;color:var(--color-text-muted);font-size:.875rem;cursor:pointer;transition:all .15s ease;text-align:left;width:100%}.category-item:hover{color:var(--color-text);background:var(--color-bg-alt)}.category-item.active{color:var(--color-text);background:var(--color-bg-alt);border-left-color:var(--color-text);font-weight:500}.category-count{font-size:.7rem;color:var(--color-text-light);background:var(--color-bg-alt);padding:.15rem .5rem;border-radius:100px}.category-item.active .category-count{background:var(--color-border);color:var(--color-text)}.main-content{flex:1;padding:2rem;background:var(--color-bg)}.main-content h2{font-size:1.25rem;font-weight:500;margin-bottom:1.5rem}.tech-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.tech-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:all .2s ease;cursor:pointer;position:relative}.tech-card-patent-badge{position:absolute;top:10px;right:10px;z-index:10;background:#0000004d;border:1.5px solid rgba(255,255,255,.9);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.tech-card-patent-badge svg{width:14px;height:14px;stroke-width:2;stroke:#fff}.tech-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.tech-card img{width:100%;height:160px;object-fit:cover}.tech-card-content{padding:1.25rem}.tech-card-category{font-size:.7rem;color:var(--color-primary);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tech-card h3{font-size:1rem;margin:.4rem 0;font-weight:500}.tech-card p{font-size:.85rem;color:var(--color-text-muted);line-height:1.5}.tech-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.tag{background:var(--color-bg-alt);padding:.2rem .6rem;border-radius:100px;font-size:.7rem;color:var(--color-text-muted)}.detail-page-container{max-width:1200px;margin:0 auto;padding:2rem 2rem 0}body.has-cookie-banner .detail-page-container{padding-bottom:0}@media(max-width:768px){body.has-cookie-banner .detail-page-container{padding-bottom:0}}.tech-detail-page{padding-top:0}.detail-header{position:fixed;top:60px;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:90;padding:1.5rem 2rem 1rem;border-bottom:none;transition:padding .3s ease}.detail-header.compact{padding:.4rem 2rem;display:flex;align-items:center;gap:1rem}.detail-header.compact .detail-header-content{display:flex;align-items:center;gap:.75rem;min-width:0}.detail-header.compact .detail-summary,.detail-header.compact .detail-tags{display:none}.detail-header.compact .back-button{margin-bottom:0;white-space:nowrap;flex-shrink:0}.detail-header.compact .detail-category{margin-bottom:0;flex-shrink:0}.detail-header.compact .detail-title{font-size:1rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.back-button{background:none;border:none;color:var(--color-text-muted);font-size:.85rem;cursor:pointer;padding:0;margin-bottom:.5rem;font-weight:400}.back-button:hover{color:var(--color-text)}.detail-category{color:var(--color-primary);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.detail-title{font-size:1.5rem;font-weight:500;margin:.25rem 0}.detail-summary{font-size:.9rem;color:var(--color-text-muted)}.detail-tags{display:flex;gap:.4rem;margin-top:.5rem}.detail-image{border-radius:12px;overflow:hidden;margin-bottom:.5rem;aspect-ratio:16 / 9}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-image-caption{font-size:.75rem;color:var(--color-text-muted);text-align:center;margin-bottom:2rem}@media(max-width:768px){.detail-header{top:44px;padding:.75rem 1rem}.tech-detail-page{padding-top:0}.detail-title{line-height:1.2;font-size:1.3rem}.detail-summary{display:none}.detail-image{margin-top:-.5rem}}.tech-overview-section h2,.use-cases-section h2{font-size:1.25rem;font-weight:500;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.tech-overview-content{background:var(--color-bg-alt);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.tech-overview-content p{font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.use-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:768px){.use-cases-grid{grid-template-columns:1fr}}.use-case-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;position:relative;display:flex;flex-direction:column}.use-case-card:hover{box-shadow:var(--shadow-sm)}.use-case-thumbnail{width:100%;height:140px;overflow:hidden}.use-case-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.use-case-card:hover .use-case-thumbnail img{transform:scale(1.05)}.use-case-content{padding:1.25rem}.use-case-card h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}.use-case-industry{display:inline-block;font-size:.75rem;color:#00a562;background:#00a5621a;padding:.25rem .75rem;border-radius:100px;margin-bottom:.75rem}.use-case-card p{font-size:.9rem;line-height:1.6;color:var(--color-text-muted);margin:0}.tech-specs-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.tech-specs-section h2{font-size:1.25rem;font-weight:500;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.tech-specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:768px){.tech-specs-grid{grid-template-columns:1fr}}.tech-spec-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--color-bg-alt);border-radius:12px;border:none}.tech-spec-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#00a5621a;border-radius:10px;color:#00a562;flex-shrink:0}.tech-spec-icon svg{width:20px;height:20px}.tech-spec-content{flex:1}.tech-spec-label{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.25rem}.tech-spec-value{font-size:.95rem;font-weight:500;color:var(--color-text)}.roi-simulation-section{margin-top:3rem;margin-bottom:0;padding-top:2rem;padding-bottom:2rem;border-top:none;background:linear-gradient(135deg,#f8fdf9,#f0fdf4);width:100vw;margin-left:calc(-50vw + 50%);padding-left:max(2rem,calc((100vw - 1200px)/2 + 2rem));padding-right:max(2rem,calc((100vw - 1200px)/2 + 2rem));border-radius:0}@media(max-width:768px){.roi-simulation-section{padding-left:1rem;padding-right:1rem}}.roi-simulation-section h2{font-size:1.25rem;font-weight:500;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.pdf-preview-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.pdf-preview-section h2{font-size:1.25rem;font-weight:500;margin-bottom:.5rem}.pdf-preview-desc{font-size:.9rem;color:var(--color-text-muted);margin-bottom:1.5rem}.pdf-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.pdf-preview-item{position:relative;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:#f5f5f5;aspect-ratio:8.5 / 11}.pdf-preview-item img{width:100%;height:100%;object-fit:cover;object-position:top}.pdf-watermark{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden;background:repeating-linear-gradient(-45deg,transparent,transparent 30px,rgba(0,0,0,.03) 30px,rgba(0,0,0,.03) 60px)}.pdf-watermark:before{content:"SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE";position:absolute;top:-50%;left:-50%;right:-50%;bottom:-50%;font-size:1.5rem;font-weight:700;color:#00000026;transform:rotate(-45deg);display:flex;flex-wrap:wrap;align-content:center;justify-content:center;word-spacing:2rem;line-height:3;letter-spacing:.5rem}.pdf-preview-item{cursor:pointer;transition:transform .2s,box-shadow .2s}.pdf-preview-item:hover{transform:scale(1.02);box-shadow:0 8px 24px #0000001f}.pdf-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0;padding:1.25rem;background:var(--color-bg-alt);border-radius:12px}.pdf-stat-item{display:flex;align-items:center;gap:.75rem}.pdf-stat-item [data-lucide]{width:1.5rem;height:1.5rem;color:#00a562}.pdf-stat-content{display:flex;flex-direction:column}.pdf-stat-value{font-size:1.5rem;font-weight:700;color:var(--color-text);line-height:1.2}.pdf-stat-label{font-size:.75rem;color:var(--color-text-muted)}.pdf-value-props{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0}.pdf-value-item{display:flex;gap:.75rem;padding:1rem;background:#fff;border:1px solid var(--color-border);border-radius:12px}.pdf-value-item [data-lucide]{width:1.5rem;height:1.5rem;color:#00a562;flex-shrink:0;margin-top:.125rem}.pdf-value-item strong{display:block;font-size:.9rem;margin-bottom:.25rem}.pdf-value-item p{font-size:.8rem;color:var(--color-text-muted);margin:0;line-height:1.4}.pdf-pricing{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:linear-gradient(135deg,#f8f8f8,#fff);border:2px solid #00A562;border-radius:16px;margin-top:1.5rem}.pdf-pricing-compare{display:flex;flex-direction:column;gap:.25rem}.pdf-pricing-compare .compare-label{font-size:.75rem;color:var(--color-text-muted)}.pdf-pricing-compare .compare-value{font-size:1rem;color:var(--color-text-muted);text-decoration:line-through}.pdf-pricing-main{text-align:right}.pdf-pricing-main .price-label{display:block;font-size:.75rem;color:#00a562;font-weight:500;margin-bottom:.25rem}.pdf-pricing-main .price-row{display:flex;align-items:baseline;gap:.25rem;justify-content:flex-end}.pdf-pricing-main .price-value{font-size:2rem;font-weight:700;color:var(--color-text)}.pdf-pricing-main .price-tax{font-size:.8rem;color:var(--color-text-muted)}@media(max-width:768px){.pdf-stats{grid-template-columns:repeat(3,1fr)}.pdf-value-props{grid-template-columns:1fr}.pdf-pricing{flex-direction:column;gap:1rem;text-align:center}.pdf-pricing-main{text-align:center}.pdf-pricing-main .price-row{justify-content:center}}.pdf-sources-accordion{background:#fff;border:1px solid var(--color-border);border-radius:12px;margin-top:1.5rem;overflow:hidden}.pdf-sources-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;cursor:pointer;font-size:.9rem;color:var(--color-text-muted);transition:background .2s}.pdf-sources-toggle:hover{background:var(--color-bg-alt)}.pdf-sources-toggle [data-lucide]{width:1rem;height:1rem}.pdf-accordion-icon{margin-left:auto;transition:transform .3s ease}.pdf-sources-accordion[open] .pdf-accordion-icon{transform:rotate(180deg)}.pdf-sources-content{padding:0 1.5rem 1.5rem;animation:fadeIn .3s ease}.pdf-sources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.pdf-source-item{padding:1rem;background:var(--color-bg-alt);border-radius:8px}.pdf-source-item h5{font-size:.9rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text)}.pdf-source-item ul{list-style:none;padding:0;margin:0}.pdf-source-item li{font-size:.8rem;margin-bottom:.5rem;line-height:1.5}.pdf-source-item li strong{color:var(--color-text)}.pdf-source-detail{color:var(--color-text-muted);font-size:.75rem}.pdf-source-ref{font-size:.7rem;color:var(--color-text-muted);margin-top:.75rem;padding-top:.5rem;border-top:1px solid var(--color-border)}.pdf-source-note{font-size:.75rem;color:var(--color-text-muted);margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.price-reduction{display:inline-block;margin-top:.5rem;padding:.25rem .75rem;background:#00a5621a;color:#00a562;font-size:.8rem;font-weight:600;border-radius:100px}@media(max-width:768px){.pdf-sources-grid{grid-template-columns:1fr}}.pdf-page-num{position:absolute;bottom:.5rem;right:.5rem;background:#000000b3;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:4px}.pdf-info{display:flex;align-items:center;gap:2rem;padding:1.25rem 1.5rem;background:var(--color-bg-alt);border-radius:12px}.pdf-info-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text-muted)}.pdf-info-item [data-lucide]{width:1.25rem;height:1.25rem;color:#00a562}.pdf-info-item.price{margin-left:auto;flex-direction:column;align-items:flex-end;gap:.25rem}.pdf-info-item .price-label{font-size:.75rem;color:var(--color-text-muted)}.pdf-info-item .price-value{font-size:1.5rem;font-weight:700;color:var(--color-text)}@media(max-width:768px){.pdf-preview-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.pdf-info{flex-wrap:wrap;gap:1rem}.pdf-info-item.price{width:100%;flex-direction:row;justify-content:space-between;margin-left:0;padding-top:1rem;border-top:1px solid var(--color-border)}}.pdf-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.pdf-modal.active{display:flex;align-items:center;justify-content:center}.pdf-modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;cursor:pointer}.pdf-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.pdf-modal-content img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:4px;box-shadow:0 20px 60px #00000080}.pdf-modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;opacity:.7;transition:opacity .2s}.pdf-modal-close:hover{opacity:1}.pdf-modal-nav{display:flex;align-items:center;gap:1.5rem;margin-top:1rem}.pdf-modal-prev,.pdf-modal-next{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.pdf-modal-prev:hover,.pdf-modal-next:hover{background:#fff3}.pdf-modal-prev [data-lucide],.pdf-modal-next [data-lucide]{width:1.5rem;height:1.5rem}.pdf-modal-page{color:#fff;font-size:1rem;opacity:.8}.pdf-watermark-modal{position:absolute;top:0;left:0;right:0;bottom:60px;pointer-events:none}.pdf-watermark-modal:before{font-size:2.5rem;color:#0000001a}.use-case-number{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:var(--color-bg-alt);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:500}.use-case-title{font-size:1.1rem;font-weight:500;margin-bottom:.75rem;padding-right:50px}.use-case-description{font-size:.9rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1rem}.use-case-meta{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid var(--color-border)}.meta-item{display:flex;gap:.5rem;font-size:.85rem}.meta-item strong{color:var(--color-text);font-weight:500;min-width:80px}.meta-item span{color:var(--color-text-muted)}.detail-fixed-footer{position:fixed;bottom:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--color-border);padding:1rem 0;z-index:100;transition:bottom .3s ease}.detail-fixed-footer .btn-primary{background:#16a34a}.detail-fixed-footer .btn-primary:hover{background:#15803d}body.has-cookie-banner .detail-fixed-footer{bottom:95px}body.has-cookie-banner .cookie-consent-banner{border-top:none}@media(max-width:768px){body.has-cookie-banner .detail-fixed-footer{bottom:120px}}body.has-detail-footer footer{margin-bottom:75px}body.has-detail-footer.has-cookie-banner footer{margin-bottom:170px}.footer-content{max-width:900px;margin:0 auto;display:flex;justify-content:center}.btn-primary{background:var(--color-text);color:#fff;padding:.75rem 2rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.85}.btn-large{padding:.875rem 2.5rem}.inquiry-cta-wrapper{display:flex;align-items:center;gap:.75rem}.inquiry-info-icon{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:50%;cursor:pointer;transition:all .2s}.inquiry-info-icon:hover{background:var(--color-bg);border-color:var(--color-text-muted)}.inquiry-info-icon i,.inquiry-info-icon svg{width:16px;height:16px;color:var(--color-text-muted)}.inquiry-tooltip{position:absolute;bottom:calc(100% + 12px);right:-120px;width:320px;background:var(--color-text);color:#fff;border-radius:12px;padding:1rem 1.25rem;font-size:.85rem;line-height:1.6;box-shadow:0 8px 32px #0003;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease;z-index:200;pointer-events:none}.inquiry-tooltip:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);border-width:8px 8px 0;border-style:solid;border-color:var(--color-text) transparent transparent}.inquiry-tooltip.show{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.inquiry-tooltip-content{white-space:pre-line}@media(max-width:768px){.inquiry-tooltip{width:280px;right:-80px;font-size:.8rem;padding:.875rem 1rem}}@media(max-width:768px){.inquiry-cta-wrapper{gap:.5rem}.inquiry-info-icon{width:28px;height:28px}.inquiry-tooltip{width:260px;right:-60px;bottom:calc(100% + 10px)}.btn-large{padding:.75rem 1.25rem;font-size:.9rem}}.about-page-container{max-width:900px;margin:0 auto;padding:2rem}.about-hero{text-align:center;padding:4rem 2rem;background:var(--color-bg-alt);border-radius:16px;margin-bottom:3rem}.about-hero h1{font-size:2rem;font-weight:500;margin-bottom:.75rem}.about-subtitle{color:var(--color-text-muted);font-size:1rem}.about-section{margin-bottom:3rem}.about-section h2{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.about-section p{font-size:.95rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:.75rem}.tech-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.feature-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;text-align:center}.feature-card:hover{box-shadow:var(--shadow-sm)}.feature-card h3{font-size:.95rem;font-weight:500;margin-bottom:.5rem}.feature-card p{font-size:.85rem;color:var(--color-text-muted);margin:0}.benefits-list{list-style:none;padding:0}.benefits-list li{padding:1rem;margin-bottom:.75rem;background:var(--color-bg-alt);border-radius:8px;font-size:.95rem}.benefits-list li strong{color:var(--color-text)}.terms-page-container{max-width:900px;margin:0 auto;padding:2rem}.terms-container{max-width:700px;margin:0 auto}.terms-header{text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.terms-header h1{font-size:1.75rem;font-weight:500;margin-bottom:1rem}.dummy-notice{display:inline-block;padding:.5rem 1rem;background:#fef3c7;border-radius:100px;color:#92400e;font-weight:500;font-size:.85rem;margin-bottom:.75rem}.last-updated{color:var(--color-text-muted);font-size:.85rem}.terms-section{margin-bottom:2rem}.terms-section h2{font-size:1.1rem;font-weight:500;margin-bottom:.75rem}.terms-section p{font-size:.95rem;line-height:1.8;color:var(--color-text-muted)}.terms-footer-notice{text-align:center;padding:1.5rem;margin-top:2rem}.terms-footer-notice p{color:var(--color-text-muted);font-size:.85rem}.terms-subtitle{font-size:1rem;color:var(--color-text-muted);margin-bottom:.5rem}.terms-divider{border:none;border-top:2px solid var(--color-border);margin:3rem 0}#cookie-policy,#privacy-policy{scroll-margin-top:100px}.terms-section h3{font-size:1rem;font-weight:500;margin:1.5rem 0 .75rem;color:var(--color-text)}.terms-section ol{padding-left:1.5rem;margin:.75rem 0}.terms-section ol li{font-size:.95rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:.5rem}.terms-section ol ol{margin-top:.5rem;padding-left:1.25rem}.terms-section ol ol li{font-size:.9rem}.terms-section ul{padding-left:1.5rem;margin:.75rem 0}.terms-section ul li{font-size:.95rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:.5rem}.contact-info{background:var(--color-bg-secondary);padding:1.5rem;border-radius:12px;margin-top:1rem}.contact-info p{margin-bottom:1rem}.contact-info p:last-child{margin-bottom:0}.contact-info a{color:var(--color-primary);text-decoration:none}.contact-info a:hover{text-decoration:underline}.cookie-table{border:1px solid var(--color-border);border-radius:8px;overflow:hidden;margin:1rem 0}.cookie-row{display:grid;grid-template-columns:1fr 2fr 1fr;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);font-size:.9rem}.cookie-row.cookie-header{background:var(--color-bg-secondary);font-weight:500;color:var(--color-text)}.cookie-row span{color:var(--color-text-muted)}.cookie-row.cookie-header span{color:var(--color-text)}.inquiry-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.inquiry-form{background:var(--color-bg);padding:2rem;border-radius:16px;max-width:800px;width:90%;box-shadow:var(--shadow-lg)}.inquiry-form h2{font-weight:500;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:500;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:8px;font-size:.95rem;background:var(--color-bg)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-text)}.form-group textarea{resize:vertical;min-height:100px}.form-actions{display:flex;gap:.75rem;margin-top:1.5rem}.btn-secondary{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border);padding:.75rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer}.btn-secondary:hover{background:var(--color-bg-alt)}.btn-outline{background:transparent;color:var(--color-primary);border:1px solid var(--color-primary);padding:.75rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn-outline:hover{background:#00a5621a}.btn-outline.btn-unpublish{color:#f59e0b;border-color:#f59e0b}.btn-outline.btn-unpublish:hover{background:#f59e0b1a}.btn-outline svg{width:16px;height:16px}.btn-loading{display:inline-flex;align-items:center;gap:.5rem}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.btn-outline .loading-spinner{border-color:#10b9814d;border-top-color:#10b981}footer{background:var(--color-bg);border-top:1px solid var(--color-border);padding:1.5rem 0}.footer-container{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-content{display:flex;align-items:center;gap:.5rem}.footer-content span,.footer-content a{color:var(--color-text-muted);font-size:.85rem}.footer-content a{text-decoration:none}.footer-content a:hover{color:var(--color-text)}footer p{color:var(--color-text-muted);font-size:.85rem}.footer-divider{color:var(--color-border);font-size:.85rem}.lp-hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.lp-ph-badge{display:inline-flex;transition:opacity .2s,transform .2s}.lp-ph-badge:hover{opacity:.9;transform:translateY(-2px)}.lp-ph-badge img{display:block}.footer-right{display:flex;align-items:center;gap:1rem}.footer-ph-badge{display:inline-flex;transition:opacity .2s}.footer-ph-badge:hover{opacity:.8}.footer-ph-badge img{display:block}footer .version{color:var(--color-text);font-weight:500}.footer-nav{display:flex;gap:1.5rem}.footer-nav a{color:var(--color-text-muted);text-decoration:none;font-size:.85rem}.footer-nav a:hover{color:var(--color-text)}.loading{text-align:center;padding:3rem;color:var(--color-text-muted)}.spinner{border:3px solid var(--color-border);border-top:3px solid var(--color-text);border-radius:50%;width:40px;height:40px;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden{display:none!important}.error-message{color:#dc2626;text-align:center;padding:1.5rem}.error-page-container{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}.error-page{text-align:center;padding:4rem 2rem;max-width:500px}.error-icon{font-size:4rem;color:var(--color-text-muted);margin-bottom:2rem}.error-page h1{font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--color-text)}.error-page p{font-size:1.1rem;color:var(--color-text);line-height:1.8;margin-bottom:2.5rem}.error-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--color-text);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .2s}.error-back-btn:hover{opacity:.85}.progress-container{width:100%;height:4px;background:var(--color-border);border-radius:100px;margin-bottom:1rem}.progress-bar{height:100%;background:var(--color-text);border-radius:100px;transition:width .5s ease}@media(max-width:768px){.lp-hero-title,.lp-section-title{font-size:2.5rem}.lp-category-grid{grid-template-columns:repeat(2,1fr)}.lp-features-grid,.lp-target-grid{grid-template-columns:1fr}.lp-steps{flex-direction:column;align-items:center}.lp-step-arrow{transform:rotate(90deg)}.lp-stats-grid{flex-direction:column;gap:2rem}.tech-grid{grid-template-columns:repeat(2,1fr)}.tech-features{grid-template-columns:1fr}}@media(max-width:768px){.lp-hero-title{font-size:2.5rem}.lp-section-title{font-size:2rem}.content-with-sidebar{flex-direction:column}.sidebar{width:100%;position:static;border-right:none;border-bottom:1px solid var(--color-border)}.sidebar-header{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1rem}.sidebar-header:after{content:"";width:10px;height:10px;border-right:2px solid var(--color-text-muted);border-bottom:2px solid var(--color-text-muted);transform:rotate(45deg);transition:transform .2s ease}.sidebar.open .sidebar-header:after{transform:rotate(-135deg)}.sidebar .category-list{max-height:0;overflow:hidden;transition:max-height .3s ease}.sidebar.open .category-list{max-height:500px}.finder-hero,.detail-category,.detail-tags{display:none}.tech-grid{grid-template-columns:1fr}.lp-category-grid{grid-template-columns:1fr 1fr}.footer-container{flex-direction:column;gap:1rem;text-align:center}.detail-fixed-footer .footer-content{flex-direction:column;gap:1rem}.share-buttons{justify-content:center}}.share-buttons{display:flex;gap:.5rem;align-items:center}.share-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg);color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease}.share-btn:hover{border-color:var(--color-text);color:var(--color-text);background:var(--color-bg-secondary)}.share-btn svg,.share-btn i{width:18px;height:18px}.share-x:hover{border-color:#000;color:#000}.share-facebook:hover{border-color:#1877f2;color:#1877f2}.share-linkedin:hover{border-color:#0a66c2;color:#0a66c2}.share-copy:hover{border-color:var(--color-primary);color:var(--color-primary)}.detail-fixed-footer .footer-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1100px;margin:0 auto;padding:0 2rem}.toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%) translateY(20px);background:var(--color-text);color:var(--color-bg);padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;opacity:0;visibility:hidden;transition:all .3s ease;z-index:10000;box-shadow:0 4px 12px #00000026}.toast.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header-auth{display:flex;align-items:center;margin-left:1rem}.login-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;height:40px;color:var(--color-text);text-decoration:none;font-size:.875rem;font-weight:500;border:1px solid var(--color-border);border-radius:8px;transition:all .2s ease}.login-link:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.login-link svg{width:16px;height:16px}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.375rem;padding:.25rem .375rem;height:40px;background:transparent;border:1px solid var(--color-border);border-radius:50px;cursor:pointer;transition:all .2s ease}.user-menu-trigger:hover{border-color:var(--color-primary)}.user-menu-trigger .user-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}.user-menu-trigger .user-avatar-placeholder{width:30px;height:30px;border-radius:50%;background:var(--color-muted);display:flex;align-items:center;justify-content:center}.user-menu-trigger .user-avatar-placeholder svg{width:16px;height:16px;color:var(--color-text-muted)}.user-menu-arrow{width:14px;height:14px;color:var(--color-text-muted);margin-right:.125rem;transition:transform .2s ease}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 10px 40px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000}.user-menu-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.user-menu-header{padding:1rem}.user-menu-name{display:block;font-weight:600;font-size:.9375rem;margin-bottom:.25rem}.user-menu-email{display:block;font-size:.8125rem;color:var(--color-text-muted)}.user-menu-divider{height:1px;margin:.375rem 0;background:var(--color-border)}.user-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem 1rem;font-size:.875rem;color:var(--color-text);text-decoration:none;background:transparent;border:none;cursor:pointer;transition:background .2s ease}.user-menu-item:hover{background:var(--color-muted);color:var(--color-primary)}.user-menu-item:hover svg{color:var(--color-primary)}.user-menu-item svg{width:18px;height:18px;color:var(--color-text-muted)}.user-menu-logout{color:#dc2626;border-top:1px solid var(--color-border)}.user-menu-logout:hover{color:#dc2626}.user-menu-logout svg,.user-menu-logout:hover svg{color:#dc2626}.login-page-container{min-height:calc(100vh - 140px);display:flex;align-items:center;justify-content:center;padding:2rem}.login-page{width:100%;max-width:400px}.login-container{display:flex;flex-direction:column;align-items:center}.login-header{text-align:center;margin-bottom:2rem}.login-logo{font-family:Lexend Giga,sans-serif;font-size:1.75rem;font-weight:600;color:var(--color-primary);margin-bottom:.5rem}.login-subtitle{font-size:.875rem;color:var(--color-text-muted)}.login-card{width:100%;background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.login-title{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:1.5rem}.google-login-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;transition:all .2s ease}.google-login-btn:hover{background:var(--color-muted);border-color:var(--color-text-muted)}.google-login-btn:disabled{opacity:.6;cursor:not-allowed}.google-login-btn.loading{position:relative;color:transparent}.google-login-btn.loading:after{content:"";position:absolute;width:20px;height:20px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.login-divider{display:flex;align-items:center;margin:1.5rem 0;color:var(--color-text-muted);font-size:.8125rem}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.login-divider span{padding:0 1rem}.login-features{list-style:none;padding:0;margin:0}.login-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:.875rem;color:var(--color-text-muted);border-bottom:1px solid var(--color-border)}.login-features li:last-child{border-bottom:none}.login-features svg{width:18px;height:18px;color:var(--color-primary)}.login-terms{margin-top:1.5rem;font-size:.75rem;color:var(--color-text-muted);text-align:center}.login-terms a{color:var(--color-primary);text-decoration:none}.login-terms a:hover{text-decoration:underline}.login-error{margin-top:1rem;padding:.875rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;text-align:center}.login-error p{color:#dc2626;font-size:.875rem;margin:0}.mypage-container{min-height:calc(100vh - 140px);padding:2rem}.mypage{width:100%;margin:0 auto}.mypage-header{margin-bottom:2rem}.mypage-header h1{font-size:1.75rem;font-weight:600}.mypage-profile{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;margin-bottom:2rem}.profile-avatar img{width:64px;height:64px;border-radius:50%;object-fit:cover}.avatar-placeholder{width:64px;height:64px;border-radius:50%;background:var(--color-muted);display:flex;align-items:center;justify-content:center}.avatar-placeholder svg{width:32px;height:32px;color:var(--color-text-muted)}.profile-info{flex:1}.profile-name{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.profile-email{font-size:.875rem;color:var(--color-text-muted)}.btn-logout{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem}.btn-logout svg{width:16px;height:16px}.mypage-section{margin-bottom:2rem}.mypage-section h2{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.mypage-section h2 svg{width:20px;height:20px;color:var(--color-primary)}.history-list,.inquiries-list{display:flex;flex-direction:column;gap:.5rem}.history-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;transition:all .2s ease}.history-item:hover{border-color:var(--color-primary);box-shadow:0 2px 8px #00a6621a}.history-thumb{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.history-item-content{flex:1;min-width:0}.history-title{font-size:.9375rem;font-weight:500;margin-bottom:.25rem}.history-category{font-size:.75rem;color:var(--color-text-muted)}.history-item-meta{display:flex;align-items:center;gap:.5rem}.history-date{font-size:.75rem;color:var(--color-text-muted)}.history-item-meta svg{width:16px;height:16px;color:var(--color-text-muted)}.inquiry-item{flex-direction:column;align-items:flex-start}.inquiry-item-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:.5rem}.inquiry-title{font-size:.9375rem;font-weight:500}.inquiry-status{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}.status-pending{background:#fef3c7;color:#92400e}.status-replied{background:#dbeafe;color:#1e40af}.status-closed{background:#d1fae5;color:#065f46}.inquiry-message{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:.5rem}.inquiry-item-meta{width:100%;text-align:right}.inquiry-date{font-size:.75rem;color:var(--color-text-muted)}.empty-state,.error-state{padding:2rem;text-align:center;color:var(--color-text-muted)}.empty-state p,.error-state p{margin:0}.empty-hint{font-size:.8125rem;margin-top:.5rem!important}.loading-spinner{padding:2rem;text-align:center;color:var(--color-text-muted)}.mypage-not-logged-in{text-align:center;padding:4rem 2rem}.mypage-not-logged-in p{margin-bottom:1rem;color:var(--color-text-muted)}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.mypage-profile{flex-direction:column;text-align:center}.btn-logout{width:100%;justify-content:center}.user-menu-dropdown{right:-1rem;min-width:220px}}.footer-language{display:inline-flex;align-items:center}.footer-language .language-selector{margin:0}.footer-language .language-select{padding:.25rem .5rem;font-size:.75rem;background:transparent;border:1px solid var(--color-border);border-radius:4px;color:var(--color-text-muted)}.footer-content{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.login-logo-icon{width:80px;height:62px;margin:0 auto .5rem;background:transparent;display:flex;align-items:center;justify-content:center}.login-logo-icon span{color:#fff;font-size:2rem;font-weight:700;font-family:Lexend Giga,sans-serif}.login-description{text-align:center;font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.6}.login-hint{display:inline-block;margin-top:.25rem;font-size:.8125rem;color:var(--color-primary);font-weight:500}.google-login-btn span{flex:1;text-align:center}.google-login-btn svg{flex-shrink:0}.inquiry-form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.inquiry-form-header h2{font-size:1.25rem;font-weight:600;margin:0}.inquiry-close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:var(--color-text-muted);transition:all .2s ease}.inquiry-close-btn:hover{background:var(--color-muted);color:var(--color-text)}.inquiry-close-btn svg{width:20px;height:20px}.inquiry-tech-info{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:var(--color-muted);border-radius:8px;margin-bottom:1rem}.inquiry-tech-label{font-size:.75rem;color:var(--color-text-muted)}.inquiry-tech-title{font-size:.9375rem;font-weight:600;color:var(--color-text)}.inquiry-roi-info{padding:1rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #d1fae5;border-radius:12px;margin-bottom:1rem}.inquiry-roi-label{font-size:.75rem;font-weight:600;color:#059669;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.inquiry-roi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.inquiry-roi-item{display:flex;flex-direction:column;gap:.125rem}.inquiry-roi-item .roi-item-label{font-size:.6875rem;color:#6b7280}.inquiry-roi-item .roi-item-value{font-size:.875rem;font-weight:600;color:#111827}.inquiry-user-info{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;margin-bottom:1.5rem}.inquiry-user-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover}.avatar-placeholder-small{width:40px;height:40px;border-radius:50%;background:var(--color-muted);display:flex;align-items:center;justify-content:center}.avatar-placeholder-small svg{width:20px;height:20px;color:var(--color-text-muted)}.inquiry-user-details{display:flex;flex-direction:column}.inquiry-user-label{font-size:.6875rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.inquiry-user-name{font-size:1rem;font-weight:700}.inquiry-user-email{font-size:.75rem;color:var(--color-text-muted)}.inquiry-confirmation{padding:1rem;background:#f0fdf4;border:1px solid #d1fae5;border-radius:8px;margin-bottom:1rem}.inquiry-confirmation p{margin:0;font-size:.875rem;color:var(--color-text);text-align:center}.inquiry-note{font-size:.75rem;color:var(--color-text-muted);text-align:center;margin-top:1rem;margin-bottom:0}.inquiry-success{text-align:center;padding:2rem 1rem}.inquiry-success-icon{width:64px;height:64px;margin:0 auto 1rem;background:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center}.inquiry-success-icon svg{width:32px;height:32px;color:#059669}.inquiry-success h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.inquiry-success p{color:var(--color-text-muted);margin-bottom:.5rem}.inquiry-success-detail{font-size:.875rem;margin-bottom:1.5rem!important}.inquiry-success-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.inquiry-success-actions a{text-decoration:none}.inquiry-success-detail strong{color:var(--color-text)}.btn-loading{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem}.cookie-consent-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.cookie-consent-modal{background:var(--color-bg);border-radius:16px;max-width:480px;width:100%;padding:2rem;box-shadow:0 20px 60px #0000004d}.cookie-consent-icon{width:56px;height:56px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center}.cookie-consent-icon svg{width:28px;height:28px;color:#fff}.cookie-consent-modal h2{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:1rem}.cookie-consent-modal p{font-size:.875rem;color:var(--color-text-muted);text-align:center;line-height:1.6;margin-bottom:1.5rem}.cookie-consent-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.cookie-consent-features li{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:var(--color-text)}.cookie-consent-features svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0}.cookie-consent-actions{display:flex;flex-direction:column;gap:.75rem}.cookie-consent-actions .btn-primary{width:100%}.cookie-consent-actions .btn-secondary{width:100%;font-size:.8125rem}.cookie-consent-note{font-size:.75rem;color:var(--color-text-muted);text-align:center;margin-top:1rem}.cookie-consent-note a{color:var(--color-primary);text-decoration:none}.cookie-consent-note a:hover{text-decoration:underline}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background:#f5f5f5;border-top:1px solid #ddd;padding:1.5rem 0;z-index:9999;box-shadow:0 -4px 20px #0000001f;animation:slideUp .3s ease;max-width:100vw;overflow:hidden}.cookie-consent-banner.hiding{animation:slideDown .3s ease forwards}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.cookie-consent-close{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;cursor:pointer;color:#666;transition:all .2s ease}.cookie-consent-close:hover{background:#00000014;color:#333}.cookie-consent-content{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 2rem}.cookie-consent-text{flex:1;font-size:.875rem;color:#333;line-height:1.7;margin:0}.cookie-consent-text a{color:var(--color-primary);text-decoration:underline}.cookie-consent-text a:hover{text-decoration:none}.cookie-consent-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-consent-btn{padding:.75rem 1.75rem;font-size:.875rem;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.cookie-consent-btn-primary{color:#fff;background:var(--color-primary)}.cookie-consent-btn-primary:hover{background:#008a52}.cookie-consent-btn-secondary{color:#666;background:#e5e5e5}.cookie-consent-btn-secondary:hover{background:#d5d5d5;color:#333}@media(max-width:768px){.cookie-consent-banner{padding:2.5rem 1rem 1.25rem}.cookie-consent-content{flex-direction:column;align-items:stretch;gap:1rem;padding-right:0}.cookie-consent-actions{flex-direction:column}.cookie-consent-btn{width:100%;text-align:center}}.cookie-table{margin:1rem 0;border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.cookie-row{display:grid;grid-template-columns:1fr 2fr 1fr;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--color-border)}.cookie-row:last-child{border-bottom:none}.cookie-row.cookie-header{background:var(--color-muted);font-weight:600;font-size:.875rem}.cookie-row span{font-size:.875rem}.terms-section h3{font-size:1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:var(--color-text)}.terms-section ul{margin:.75rem 0;padding-left:1.5rem}.terms-section ul li{margin-bottom:.5rem;font-size:.9375rem;line-height:1.6}@media(max-width:768px){.cookie-row{grid-template-columns:1fr;gap:.5rem}.cookie-row.cookie-header{display:none}.cookie-row span:first-child{font-weight:600}}.login-last-account{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:1rem}.login-last-account-icon img{width:40px;height:40px;border-radius:50%;object-fit:cover}.login-last-account-placeholder{width:40px;height:40px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center}.login-last-account-placeholder svg{width:20px;height:20px;color:#16a34a}.login-last-account-info{display:flex;flex-direction:column}.login-last-account-label{font-size:.6875rem;color:#16a34a;font-weight:500}.login-last-account-email{font-size:.875rem;color:#166534;font-weight:600}.login-different-account-hint{font-size:.75rem;color:var(--color-text-muted);text-align:center;margin-top:.75rem;margin-bottom:0}.login-welcome{text-align:center;padding:1rem 0}.login-welcome-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center}.login-welcome-icon svg{width:32px;height:32px;color:#16a34a}.login-welcome h2{font-size:1.375rem;font-weight:600;margin-bottom:.75rem}.login-welcome-text{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1.5rem}.login-welcome-email{background:var(--color-muted);padding:1rem;border-radius:8px;margin-bottom:1rem}.login-welcome-email span{display:block;font-size:.75rem;color:var(--color-text-muted);margin-bottom:.25rem}.login-welcome-email strong{font-size:.9375rem;color:var(--color-text)}.login-welcome-note{font-size:.75rem;color:var(--color-text-muted);margin-bottom:1.5rem}.login-welcome-btn{width:100%}body.has-cookie-banner footer{margin-bottom:100px}@media(max-width:768px){body.has-cookie-banner footer{margin-bottom:160px}}.mypage-content-only{max-width:1400px;margin:0 auto;padding:2rem;min-height:calc(100vh - 140px)}.mypage-layout{display:flex;max-width:1200px;margin:0 auto;min-height:calc(100vh - 140px)}.mypage-sidebar{width:240px;background:var(--color-bg);border-right:1px solid var(--color-border);display:flex;flex-direction:column;position:sticky;top:55px;height:calc(100vh - 55px)}.mypage-sidebar .sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid var(--color-border)}.mypage-sidebar .sidebar-header h1{font-size:1.125rem;font-weight:600;margin:0}.sidebar-nav{flex:1;padding:.5rem 0;display:flex;flex-direction:column;gap:0}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.25rem;background:transparent;border:none;border-left:3px solid transparent;color:var(--color-text-muted);font-size:.9375rem;cursor:pointer;transition:all .2s ease;text-align:left}.sidebar-nav-item:hover{color:var(--color-text);background:var(--color-bg-alt)}.sidebar-nav-item.active{color:var(--color-text);background:var(--color-bg-alt);border-left-color:var(--color-primary);font-weight:500}.sidebar-nav-item svg{width:20px;height:20px}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid var(--color-border)}.sidebar-footer .btn-logout{width:100%;justify-content:center}.mypage-content{flex:1;padding:2rem;background:var(--color-bg-alt);overflow-y:auto}.mypage-profile-section{max-width:100%}.mypage-profile-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;margin-bottom:2rem}.admin-badge{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;font-size:.75rem;font-weight:600;border-radius:100px;margin-top:.25rem}.inquiries-layout{display:flex;gap:1.5rem;height:calc(100vh - 200px);min-height:500px}.inquiries-layout.admin-layout{gap:1rem}.inquiries-users-panel{width:280px;flex-shrink:0;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border);background:var(--color-bg)}.panel-header h3{font-size:.9375rem;font-weight:600;margin:0}.panel-count{font-size:.8125rem;color:var(--color-text-muted)}.panel-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-text-muted);padding:2rem}.panel-placeholder svg{width:48px;height:48px;margin-bottom:1rem;opacity:.5}.panel-placeholder p{font-size:.875rem}.users-list{flex:1;overflow-y:auto;padding:.5rem}.user-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:background .15s}.user-item:hover{background:var(--color-bg-hover)}.user-item.selected{background:#00a6621a}.user-avatar{width:40px;height:40px;border-radius:50%;background:var(--color-bg-hover);display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-avatar svg{width:20px;height:20px;color:var(--color-text-muted)}.user-avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{display:block;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{display:block;font-size:.75rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-count{background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;flex-shrink:0}.inquiries-layout.admin-layout .inquiries-list-panel{width:320px}.inquiries-list-panel{width:380px;flex-shrink:0;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.inquiry-list-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.inquiry-list-header h3{font-size:1rem;font-weight:600;margin:0}.inquiry-count{font-size:.875rem;color:var(--color-text-muted)}.inquiries-chat-panel{flex:1;min-width:400px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:100%}.chat-header{position:sticky;top:0;z-index:10;padding:1rem 1.25rem;background:var(--color-bg);border-bottom:1px solid var(--color-border);flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.chat-header h3{font-size:1rem;font-weight:600;margin:0}.chat-inquiry-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.chat-tech-thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.chat-inquiry-details{display:flex;flex-direction:column;gap:.125rem;min-width:0}.chat-tech-title{font-size:.875rem;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-user-email{font-size:.75rem;color:var(--color-text-muted)}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.chat-input-area{position:sticky;bottom:0;padding:1rem;background:var(--color-bg);border-top:1px solid var(--color-border);flex-shrink:0}.inquiry-list{display:flex;flex-direction:column;height:100%}.inquiry-list-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border);background:var(--color-bg)}.inquiry-list-header h3{font-size:.9375rem;font-weight:600;margin:0}.inquiry-count{font-size:.75rem;color:var(--color-text-muted)}.inquiry-list-items{flex:1;overflow-y:auto}.inquiry-item{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--color-border);cursor:pointer;background:none;border-radius:0}.inquiry-item:hover{background:var(--color-bg-alt)}.inquiry-item.selected{background:#f0fdf4;border-left:3px solid var(--color-primary)}.inquiry-thumb{width:40px;height:40px;min-width:40px;border-radius:6px;object-fit:cover}.inquiry-info{flex:1;min-width:0;text-align:left}.inquiry-title{font-size:13px;font-weight:600;color:var(--color-text);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inquiry-user{font-size:11px;color:var(--color-text-muted)}.inquiry-preview{font-size:12px;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inquiry-meta{flex-shrink:0;text-align:right}.inquiry-date{font-size:11px;color:var(--color-text-muted);white-space:nowrap}.inquiry-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:var(--color-text-muted)}.inquiry-list-empty svg{width:48px;height:48px;margin-bottom:1rem;opacity:.5}.inquiry-list-empty p{margin:0}.inquiry-chat{display:flex;flex-direction:column;height:100%}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border);background:var(--color-bg)}.mobile-back-btn{display:none}.chat-header h3{font-size:.9375rem;font-weight:600;margin:0}.btn-small{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem}.btn-small svg{width:14px;height:14px}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.chat-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-text-muted);text-align:center}.chat-placeholder svg{width:48px;height:48px;margin-bottom:1rem;opacity:.5}.chat-empty{flex:1;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.chat-message{display:flex;align-items:flex-start;gap:.75rem;max-width:85%}.chat-message.mine{align-self:flex-end;flex-direction:row-reverse}.chat-message.theirs{align-self:flex-start}.message-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--color-bg-alt);color:var(--color-text-muted)}.message-avatar img{width:100%;height:100%;object-fit:cover}.message-avatar svg{width:18px;height:18px}.message-avatar.admin-avatar{background:var(--color-primary);color:#fff}.message-bubble{flex:1;padding:.875rem 1rem;border-radius:16px;font-size:.9375rem;line-height:1.6}.chat-message.mine .message-bubble{background:var(--color-primary);color:#fff;border-bottom-right-radius:4px}.chat-message.theirs .message-bubble{background:var(--color-bg-alt);border:1px solid var(--color-border);border-bottom-left-radius:4px}.chat-message.admin-message .message-bubble{background:#f0f9ff;border-color:#bae6fd}.message-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.25rem;font-size:.75rem}.chat-message.mine .message-header{color:#fffc}.chat-message.theirs .message-header,.chat-message.admin-message .message-header{color:var(--color-text-muted)}.message-sender{font-weight:500}.admin-label{display:inline-block;padding:.125rem .375rem;background:#0ea5e9;color:#fff;font-size:.625rem;font-weight:600;border-radius:4px;margin-left:.25rem}.message-time{font-size:.6875rem}.message-content{word-wrap:break-word}.message-menu{position:relative;display:flex;align-items:center;opacity:0;transition:opacity .15s}.chat-message:hover .message-menu{opacity:1}.message-menu-btn{background:none;border:none;padding:.25rem;cursor:pointer;color:var(--color-text-muted);border-radius:4px;display:flex;align-items:center;justify-content:center}.message-menu-btn:hover{background:#0000000d;color:var(--color-text)}.message-menu-btn svg{width:16px;height:16px}.message-menu-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid var(--color-border);border-radius:8px;box-shadow:0 4px 12px #00000026;display:none;z-index:100;min-width:120px;overflow:hidden}.message-menu-dropdown.show{display:block}.message-delete-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem .875rem;background:none;border:none;cursor:pointer;font-size:.875rem;color:#dc2626;text-align:left}.message-delete-btn:hover{background:#fef2f2}.message-delete-btn svg{width:14px;height:14px}.deleted-message{max-width:100%}.message-deleted{display:inline-block;padding:.5rem 1rem;background:transparent;border:1px solid var(--color-border);border-radius:16px;color:var(--color-text-muted);font-size:.875rem;font-style:italic}.chat-input-area{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--color-border);background:var(--color-bg)}.chat-input-area textarea{flex:1;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:12px;font-size:.9375rem;resize:none;font-family:inherit}.chat-input-area textarea:focus{outline:none;border-color:var(--color-primary)}.btn-send{width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.btn-send svg{width:20px;height:20px}@media(max-width:768px){.mypage-layout{flex-direction:column}.mypage-sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid var(--color-border)}.sidebar-nav{display:flex;padding:0;overflow-x:auto}.sidebar-nav-item{flex-shrink:0;border-left:none;border-bottom:3px solid transparent;padding:1rem 1.5rem}.sidebar-nav-item.active{border-left-color:transparent;border-bottom-color:var(--color-primary)}.sidebar-footer{display:none}.inquiries-layout{flex-direction:column;height:auto;min-height:calc(100vh - 180px);margin:-2rem -2rem 0;width:calc(100% + 4rem)}.inquiries-list-panel{width:100%;max-height:none;height:auto;border-radius:0;border:none}.inquiries-list-panel .inquiry-list-header{position:sticky;top:0;z-index:10;background:var(--color-bg)}.inquiries-chat-panel{display:none;min-width:0}.inquiries-layout.show-chat .inquiries-list-panel,.inquiries-layout.show-chat .inquiries-users-panel{display:none}.inquiries-layout.show-chat .inquiries-chat-panel{display:flex;width:100%;height:calc(100vh - 120px);min-height:400px;border:none;border-radius:0;overflow:hidden}.inquiries-layout.show-chat{margin:-2rem;width:calc(100% + 4rem);height:calc(100vh - 120px)}.inquiries-layout.show-chat .inquiry-chat{border-radius:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.inquiries-layout.show-chat .chat-header{position:sticky;top:0;z-index:10;padding:.75rem 1rem;background:var(--color-bg);border-bottom:1px solid var(--color-border);flex-shrink:0}.inquiries-layout.show-chat .chat-input-area{position:fixed;bottom:0;left:0;right:0;padding:.75rem 1rem;border-top:1px solid var(--color-border);background:var(--color-bg);z-index:100}body.has-cookie-banner .inquiries-layout.show-chat .chat-input-area{bottom:80px}.inquiries-layout.show-chat .chat-messages{padding:1rem;padding-bottom:80px;flex:1;overflow-y:auto}body.has-cookie-banner .inquiries-layout.show-chat .chat-messages{padding-bottom:160px}.inquiries-layout.show-chat .chat-message{max-width:90%}.inquiries-layout.show-chat .message-bubble{padding:.75rem 1rem;font-size:.875rem}.mobile-back-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;color:var(--color-primary);font-size:.875rem;font-weight:500;cursor:pointer;margin-right:auto}.mobile-back-btn svg{width:16px;height:16px}}.btn-jplatpat{display:inline-flex;align-items:center;gap:.375rem;background:var(--color-primary);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:500;font-size:.8125rem;text-decoration:none;margin-top:.75rem;transition:opacity .2s}.btn-jplatpat:hover{opacity:.85}.btn-jplatpat svg{width:14px;height:14px}.patent-number-hint{margin-top:.75rem;font-size:.75rem;color:var(--color-text-muted)}.detail-patent-tag{display:inline-flex;align-items:center;gap:.25rem;background:var(--color-text);color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;margin-left:.75rem;vertical-align:middle}.detail-patent-tag svg{width:12px;height:12px}.tech-admin{width:100%;padding:0}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h2{margin:0;font-size:1.5rem}.admin-tech-list{background:#fff;border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.admin-table{width:100%;border-collapse:collapse;table-layout:fixed}.admin-table thead{background:var(--color-background)}.admin-table th{text-align:left;padding:.75rem .5rem;font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-border);white-space:nowrap}.admin-table td{padding:.5rem;border-bottom:1px solid var(--color-border);vertical-align:middle;overflow:hidden;height:60px}.admin-table tr{height:60px}.admin-table td:nth-child(3){white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-table tbody tr:hover{background:var(--color-background)}.admin-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.admin-table th.sortable:hover{background:var(--color-bg-alt)}.admin-table th.sortable svg{width:14px;height:14px;opacity:.4;vertical-align:middle;margin-left:2px}.admin-table th.sortable.sort-asc svg,.admin-table th.sortable.sort-desc svg{opacity:1;color:var(--color-primary)}.tech-id-cell{font-size:.75rem;color:var(--color-text-muted);font-family:monospace}.tech-category-cell,.tech-date-cell,.tech-patent-cell{white-space:nowrap;font-size:.85rem}.draft-row{opacity:.6}.draft-label{background:var(--color-muted);color:var(--color-text-muted);padding:.125rem .5rem;border-radius:4px;font-size:.75rem}.invisible{visibility:hidden}.preview-banner{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#f59e0b;color:#fff;font-weight:500;font-size:.875rem}.preview-banner svg{width:18px;height:18px}.tech-detail-page:has(.preview-banner) .detail-header{margin-top:44px}.step-indicator{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;padding:1rem}.step-indicator .step{display:flex;align-items:center;gap:.5rem}.step-indicator .step-num{width:28px;height:28px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.step-indicator .step.active .step-num,.step-indicator .step.completed .step-num{background:#10b981;color:#fff}.step-indicator .step-label{font-size:.875rem;color:#6b7280}.step-indicator .step.active .step-label{color:#111827;font-weight:500}.step-indicator .step-line{flex:0 0 60px;height:2px;background:#e5e7eb}.step-indicator .step-line.active,.step-indicator .step-line.completed{background:#10b981}.upload-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}@media(max-width:768px){.upload-section{grid-template-columns:1fr}}.upload-box{border:2px dashed #d1d5db;border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s;background:#fafafa}.upload-box:hover,.upload-box.drag-over{border-color:#10b981;background:#f0fdf4}.upload-box .upload-icon{margin-bottom:1rem}.upload-box .upload-icon svg{width:48px;height:48px;color:#9ca3af}.upload-box h3{margin:0 0 .5rem;font-size:1.125rem}.upload-box p{margin:0;color:#6b7280;font-size:.875rem}.upload-info{padding:1.5rem;background:#f0fdf4;border-radius:12px}.upload-info h4{margin:0 0 1rem;font-size:1rem;color:#166534}.upload-info ul{list-style:none;padding:0;margin:0 0 1rem}.upload-info li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem}.upload-info li svg{width:16px;height:16px;color:#10b981}.upload-info .info-note{font-size:.75rem;color:#6b7280;margin:0}.analyzing-state{max-width:500px;margin:0 auto;text-align:center}.analyzing-content{padding:3rem 2rem;background:#f9fafb;border-radius:12px}.analyzing-spinner svg{width:48px;height:48px;color:#10b981;animation:spin 1s linear infinite}.analyzing-content h3{margin:1rem 0 .5rem}.analyzing-content .file-name{color:#6b7280;font-size:.875rem;margin-bottom:2rem}.progress-steps{text-align:left}.progress-step{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;color:#6b7280}.progress-step svg{width:16px;height:16px}.progress-step.completed,.progress-step.completed .step-icon{color:#10b981}.progress-bar-container{width:100%;height:6px;background:#e5e7eb;border-radius:3px;margin-top:1.5rem;overflow:hidden}.progress-bar{height:100%;width:0%;background:linear-gradient(90deg,#10b981,#059669);border-radius:3px;transition:width .3s ease}.progress-percent{text-align:center;font-size:.875rem;font-weight:600;color:#10b981;margin-top:.5rem}.error-state{max-width:400px;margin:0 auto;text-align:center;padding:3rem}.error-state .error-icon svg{width:48px;height:48px;color:#ef4444}.error-state h3{margin:1rem 0 .5rem}.error-state p{color:#6b7280;margin-bottom:1.5rem}.quick-add-step2 .generated-preview{display:flex;justify-content:flex-end;margin-bottom:-.5rem}.preview-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.75rem;font-weight:500;border-radius:20px}.preview-badge svg{width:14px;height:14px}.pdf-info-display{display:flex;gap:2rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem}.pdf-stat{display:flex;flex-direction:column;gap:.25rem}.pdf-stat .stat-label{font-size:.75rem;color:#6b7280}.pdf-stat .stat-value{font-size:1.25rem;font-weight:600;color:#111827}.preview-images{margin-top:1rem}.preview-images label{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.preview-grid{display:flex;gap:1rem}.preview-thumb{display:flex;flex-direction:column;align-items:center;gap:.25rem}.preview-thumb img{width:100px;height:auto;border:1px solid #e5e7eb;border-radius:4px}.preview-thumb span{font-size:.75rem;color:#6b7280}.form-section.collapsible{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.collapsible-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;margin:0;cursor:pointer;background:#f9fafb;transition:background .2s}.collapsible-header:hover{background:#f3f4f6}.collapsible-header svg{width:20px;height:20px;color:#6b7280;transition:transform .2s}.form-section.collapsible.open .collapsible-header svg{transform:rotate(180deg)}.collapsible-content{display:none;padding:1rem 1.25rem;background:#fff}.form-section.collapsible.open .collapsible-content{display:block}.generated-content pre{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:.875rem;line-height:1.6;margin:0;max-height:300px;overflow-y:auto}.use-cases-list .use-case-item{padding:.75rem 0;border-bottom:1px solid #e5e7eb}.use-cases-list .use-case-item:last-child{border-bottom:none}.use-cases-list .industry{display:inline-block;background:#e5e7eb;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.5rem}.use-cases-list p{margin:.5rem 0 0;font-size:.875rem;color:#6b7280}.thumbnail-preview{margin-top:1rem}.thumbnail-preview label{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.thumbnail-image{display:inline-block;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.thumbnail-image img{display:block;max-width:300px;height:auto}.no-thumbnail{color:#9ca3af;font-size:.875rem;font-style:italic}.thumbnail-image{position:relative;cursor:pointer}.thumbnail-zoom-hint{position:absolute;bottom:8px;right:8px;background:#0009;color:#fff;padding:4px;border-radius:4px;opacity:0;transition:opacity .2s}.thumbnail-image:hover .thumbnail-zoom-hint{opacity:1}.thumbnail-zoom-hint svg{width:16px;height:16px}.thumbnail-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.thumbnail-modal.active{display:flex;align-items:center;justify-content:center}.thumbnail-modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c}.thumbnail-modal-content{position:relative;max-width:90vw;max-height:90vh}.thumbnail-modal-content img{max-width:100%;max-height:85vh;border-radius:8px;box-shadow:0 20px 40px #0000004d}.thumbnail-modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;cursor:pointer;padding:8px}.thumbnail-modal-close svg{width:24px;height:24px}.toggle-switch-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.toggle-label{font-size:.875rem;color:#374151}.toggle-switch{position:relative;width:48px;height:26px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#d1d5db;border-radius:26px;transition:all .3s}.toggle-slider:before{content:"";position:absolute;width:22px;height:22px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px #0000001a}.toggle-switch input:checked+.toggle-slider{background:#10b981}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.tech-thumb{width:50px;height:38px;object-fit:cover;border-radius:4px;display:block}.tech-image-cell{width:100px}.tech-title-cell{max-width:300px}.tech-title-text{display:block;font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tech-id{font-size:.75rem;color:var(--color-text-muted)}.tech-actions{display:flex;gap:.25rem;flex-wrap:nowrap}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:var(--color-background);color:var(--color-text-muted);cursor:pointer;transition:all .2s}.btn-icon:hover{background:var(--color-primary);color:#fff}.btn-icon.btn-delete:hover{background:#dc2626}.btn-icon.loading{opacity:.5;pointer-events:none}.btn-icon svg{width:16px;height:16px}.badge-patent{display:inline-flex;align-items:center;gap:.25rem;background:var(--color-text);color:#fff;font-size:.625rem;padding:.2rem .4rem;border-radius:4px;white-space:nowrap}.badge-patent svg{width:10px;height:10px;flex-shrink:0}.admin-empty,.admin-error,.admin-unauthorized{text-align:center;padding:4rem 2rem;color:var(--color-text-muted)}.admin-empty svg,.admin-error svg,.admin-unauthorized svg{width:48px;height:48px;margin-bottom:1rem;opacity:.5}.tech-form-container{max-width:800px;margin:0 auto;padding:2rem}.tech-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.btn-text-link{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;color:var(--color-text-muted);font-size:.875rem;cursor:pointer;padding:.5rem 0;transition:color .2s}.btn-text-link:hover{color:var(--color-primary)}.btn-text-link svg{width:18px;height:18px}.readonly-field{background-color:#f5f5f5!important;color:#666!important;cursor:not-allowed}.current-pdf{margin-bottom:1rem}.pdf-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);text-decoration:none;padding:.5rem 1rem;background:var(--color-bg-alt);border-radius:6px;font-size:.875rem;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-link:hover{background:var(--color-border)}.pdf-link svg{width:16px;height:16px}.current-pdf-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.btn-delete-pdf{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:transparent;color:#dc2626;border:1px solid #dc2626;border-radius:4px;font-size:.75rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-delete-pdf:hover{background:#dc2626;color:#fff}.btn-delete-pdf svg{width:12px;height:12px}.deleted-notice{color:#dc2626;font-size:.875rem;font-style:italic}.toggle-switch{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-switch input{position:absolute;opacity:0;width:0;height:0}.toggle-slider{position:relative;display:inline-block;width:44px;height:24px;background:#ccc;border-radius:24px;transition:background .2s;flex-shrink:0}.toggle-slider:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle-switch input:checked+.toggle-slider{background:var(--color-primary)}.toggle-switch input:checked+.toggle-slider:after{transform:translate(20px)}.toggle-label{font-weight:500}.image-candidates-area{margin-top:1.5rem;padding:1rem;background:var(--color-bg-alt);border-radius:8px}.image-candidates-area>label{display:block;font-weight:500;margin-bottom:1rem}.image-candidates-loading{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);padding:1rem}.image-candidates-loading .spin{animation:spin 1s linear infinite}.image-candidates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.image-candidate{position:relative;border:3px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .2s,transform .2s}.image-candidate:hover{transform:scale(1.02)}.image-candidate.selected{border-color:var(--color-primary)}.image-candidate img{width:100%;height:150px;object-fit:cover}.candidate-label{position:absolute;bottom:0;left:0;right:0;background:#0009;color:#fff;padding:.25rem;text-align:center;font-size:.75rem}.image-candidate.selected .candidate-label{background:var(--color-primary)}.error-text{color:#dc3545;font-size:.875rem}.tech-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:8px;font-size:1rem}.form-group textarea{min-height:120px;resize:vertical}.form-hint{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.form-checkbox{display:flex;align-items:center;gap:.5rem}.form-checkbox input{width:auto}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.pdf-upload-area{border:2px dashed var(--color-border);border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s}.pdf-upload-area:hover{border-color:var(--color-primary);background:var(--color-background)}.pdf-upload-area.has-file{border-color:var(--color-primary);background:#00a5620d}.pdf-upload-area svg{width:32px;height:32px;color:var(--color-text-muted);margin-bottom:.5rem}@media(max-width:768px){.tech-admin{padding:1rem}.admin-header{flex-direction:column;gap:1rem;align-items:flex-start}.admin-table{display:block;overflow-x:auto}.tech-thumb{width:60px;height:45px}}.admin-header-actions{display:flex;gap:.75rem}.eyecatch-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.eyecatch-modal.active{display:flex;align-items:center;justify-content:center}.eyecatch-modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009}.eyecatch-modal-content{position:relative;background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.eyecatch-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.eyecatch-modal-header h3{margin:0;font-size:1.25rem}.eyecatch-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--color-text-muted);transition:color .2s}.eyecatch-modal-close:hover{color:var(--color-text)}.eyecatch-modal-body{padding:1.5rem;overflow-y:auto}.eyecatch-section{margin-bottom:1.5rem}.eyecatch-section h4{margin:0 0 .5rem;font-size:1rem}.eyecatch-description{font-size:.875rem;color:var(--color-text-muted);margin:0 0 1rem}.reference-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.reference-image-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid var(--color-border)}.reference-image-item img{width:100%;height:100%;object-fit:cover}.reference-delete-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#000000b3;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.reference-image-item:hover .reference-delete-btn{opacity:1}.reference-delete-btn svg{width:14px;height:14px;color:#fff}.reference-upload-btn{aspect-ratio:1;border:2px dashed var(--color-border);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;transition:all .2s;color:var(--color-text-muted)}.reference-upload-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.reference-upload-btn svg{width:24px;height:24px}.reference-upload-btn span{font-size:.75rem}.eyecatch-section textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:8px;font-size:.875rem;resize:vertical;margin-bottom:.75rem}.eyecatch-section .btn-secondary{font-size:.875rem;padding:.5rem 1rem}.tech-form .form-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014;border:1px solid var(--color-border)}.tech-form .form-section h3{font-size:1rem;font-weight:600;color:var(--color-text);margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.tech-form .form-section.collapsible h3{border-bottom:none;margin-bottom:0;padding-bottom:0}.tech-form .form-section.collapsible.open h3{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.section-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.section-header-row h3{margin:0!important;padding:0!important;border:none!important}.section-description{font-size:.875rem;color:var(--color-text-muted);margin:0 0 1.25rem;line-height:1.5}.ai-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:var(--color-primary);background:#10b9811a;padding:.25rem .5rem;border-radius:4px}.ai-badge svg{width:12px;height:12px}.eyecatch-preview-container{background:var(--color-bg-alt);border-radius:8px;padding:1.5rem;min-height:200px;display:flex;align-items:center;justify-content:center}.eyecatch-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--color-text-muted)}.eyecatch-spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}.eyecatch-preview{display:flex;align-items:flex-start;gap:1.5rem;width:100%}.eyecatch-image-wrapper{position:relative;width:280px;flex-shrink:0;border-radius:8px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:transform .2s,box-shadow .2s}.eyecatch-image-wrapper:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.eyecatch-image-wrapper img{width:100%;display:block}.eyecatch-zoom-hint{position:absolute;bottom:8px;right:8px;width:32px;height:32px;background:#0009;border-radius:6px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.eyecatch-image-wrapper:hover .eyecatch-zoom-hint{opacity:1}.eyecatch-zoom-hint svg{width:16px;height:16px;color:#fff}.btn-regenerate{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:1px solid var(--color-border);border-radius:8px;font-size:.875rem;color:var(--color-text);cursor:pointer;transition:all .2s}.btn-regenerate:hover{border-color:var(--color-primary);color:var(--color-primary);background:#10b9810d}.btn-regenerate svg{width:16px;height:16px}.eyecatch-error{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#dc2626}.eyecatch-error svg{width:32px;height:32px}.btn-retry{padding:.5rem 1rem;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer}.btn-retry:hover{background:#b91c1c}.tech-form .eyecatch-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000}.tech-form .eyecatch-modal.active{display:flex;align-items:center;justify-content:center}.tech-form .eyecatch-modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c}.tech-form .eyecatch-modal-content{position:relative;max-width:90%;max-height:90%}.tech-form .eyecatch-modal-content img{max-width:100%;max-height:85vh;border-radius:8px;box-shadow:0 20px 60px #00000080}.tech-form .eyecatch-modal-close{position:absolute;top:-40px;right:0;width:32px;height:32px;background:#fff3;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.tech-form .eyecatch-modal-close:hover{background:#ffffff4d}.tech-form .eyecatch-modal-close svg{width:20px;height:20px;color:#fff}.eyecatch-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.eyecatch-or{font-size:.75rem;color:var(--color-text-muted)}.btn-upload-custom{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:1px solid var(--color-border);border-radius:8px;font-size:.875rem;color:var(--color-text);cursor:pointer;transition:all .2s}.btn-upload-custom:hover{border-color:var(--color-primary);color:var(--color-primary);background:#10b9810d}.btn-upload-custom svg{width:16px;height:16px}.current-eyecatch{margin-bottom:1.25rem}.current-eyecatch label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--color-text-muted)}.current-eyecatch-preview{width:200px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.current-eyecatch-preview img{width:100%;display:block}.eyecatch-upload-area{border:2px dashed var(--color-border);border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s;position:relative}.eyecatch-upload-area:hover{border-color:var(--color-primary);background:#10b98105}.eyecatch-upload-area.drag-over{border-color:var(--color-primary);background:#10b9810d}.eyecatch-upload-area>i{width:32px;height:32px;color:var(--color-text-muted);margin-bottom:.5rem}.eyecatch-upload-area>p{font-size:.875rem;color:var(--color-text-muted);margin:0;line-height:1.5}.eyecatch-preview-small{position:relative;display:inline-block}.eyecatch-preview-small img{max-width:200px;max-height:150px;border-radius:6px;box-shadow:0 2px 8px #00000026}.btn-remove-eyecatch{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:#dc2626;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.btn-remove-eyecatch:hover{background:#b91c1c}.btn-remove-eyecatch svg{width:14px;height:14px;color:#fff}#peaske-bot{position:fixed;bottom:100px;right:24px;z-index:10001;font-family:var(--font-sans)}.peaske-bot-button{width:64px;height:64px;border-radius:50%;border:3px solid var(--color-primary);background:#fff;box-shadow:0 4px 24px #00a5624d,0 2px 8px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;padding:0;overflow:visible;position:relative}.peaske-bot-button:hover{transform:scale(1.05);box-shadow:0 6px 24px #0003}.peaske-avatar-btn{width:52px;height:52px;border-radius:50%;object-fit:cover}.peaske-bot-badge{position:absolute;top:-8px;right:-8px;padding:2px 8px;background:#16a34a;color:#fff;border-radius:10px;font-size:10px;font-weight:600;white-space:nowrap}.peaske-bounce{animation:peaske-bounce .6s ease-out}@keyframes peaske-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.peaske-chat-panel{position:absolute;bottom:76px;right:0;width:380px;max-height:520px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transition:opacity .25s,transform .25s,visibility .25s}.peaske-chat-panel.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.peaske-chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--color-border);background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px 16px 0 0}.peaske-chat-header-left{display:flex;align-items:center;gap:12px}.peaske-avatar-small{width:40px;height:40px;border-radius:50%;object-fit:cover}.peaske-chat-header-info{display:flex;flex-direction:column}.peaske-chat-name{font-weight:600;font-size:15px;color:var(--color-text)}.peaske-chat-status{font-size:12px;color:var(--color-text-muted)}.peaske-chat-close{width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--color-text-muted);transition:background .2s,color .2s}.peaske-chat-close:hover{background:var(--color-bg-hover);color:var(--color-text)}.peaske-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px;max-height:400px}.peaske-message{display:flex;gap:10px;animation:peaske-fade-in .3s ease-out}@keyframes peaske-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.peaske-message.user{flex-direction:row-reverse}.peaske-message-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.peaske-message-content{background:#f1f5f9;padding:12px 16px;border-radius:4px 16px 16px;max-width:280px}.peaske-message.user .peaske-message-content{background:var(--color-primary);color:#fff;border-top-left-radius:16px;border-top-right-radius:4px}.peaske-message-content p{margin:0 0 8px;font-size:14px;line-height:1.5}.peaske-message-content p:last-child{margin-bottom:0}.peaske-options{display:flex;flex-direction:column;gap:8px;margin-top:12px}.peaske-option-btn{padding:10px 16px;background:#fff;border:1px solid var(--color-border);border-radius:20px;font-size:13px;font-weight:500;color:var(--color-text);cursor:pointer;transition:all .2s;text-align:left}.peaske-option-btn:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.peaske-typing{display:flex;gap:4px;padding:4px 0}.peaske-typing span{width:8px;height:8px;background:var(--color-text-muted);border-radius:50%;animation:peaske-typing 1.2s infinite}.peaske-typing span:nth-child(2){animation-delay:.2s}.peaske-typing span:nth-child(3){animation-delay:.4s}@keyframes peaske-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.peaske-recommendation{background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:12px;margin-top:8px}.peaske-rec-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.peaske-rec-rank{font-size:14px;font-weight:700;color:var(--color-primary);background:#00a5621a;padding:2px 8px;border-radius:4px}.peaske-rec-rating{font-size:12px;color:var(--color-text-muted)}.peaske-rec-title{font-size:14px;font-weight:600;color:var(--color-text);margin:0 0 8px}.peaske-rec-category{font-size:12px;color:var(--color-text-muted);margin:0 0 4px;padding:2px 8px;background:var(--color-bg-secondary);border-radius:4px;display:inline-block}.peaske-rec-reason{font-size:12px;color:var(--color-text-muted);margin:0 0 12px;line-height:1.5}.peaske-disclaimer{font-size:11px;color:var(--color-text-muted);margin:16px 0 0;padding-top:12px;border-top:1px solid var(--color-border)}.peaske-request-form{margin-top:12px}.peaske-form-group{margin-bottom:12px}.peaske-form-group label{display:block;font-size:12px;font-weight:500;color:var(--color-text);margin-bottom:4px}.peaske-form-group label .required{color:#ef4444}.peaske-form-group input,.peaske-form-group textarea{width:100%;padding:8px 10px;border:1px solid var(--color-border);border-radius:6px;font-size:13px;background:#fff;box-sizing:border-box}.peaske-form-group input:focus,.peaske-form-group textarea:focus{outline:none;border-color:#16a34a}.peaske-form-group textarea{resize:vertical;min-height:60px}.peaske-form-success{padding:16px;background:#f0fdf4;border-radius:8px;text-align:center}.peaske-form-success p{margin:0 0 4px;font-size:13px;color:#166534}.peaske-form-success p:last-child{margin-bottom:0}.peaske-form-error{padding:16px;background:#fef2f2;border-radius:8px;text-align:center}.peaske-form-error p{margin:0 0 4px;font-size:13px;color:#991b1b}.peaske-form-error p:last-child{margin-bottom:0}.peaske-rec-actions{display:flex;gap:8px}.peaske-rec-btn{flex:1;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.peaske-rec-detail{background:#fff;border:1px solid var(--color-border);color:var(--color-text)}.peaske-rec-detail:hover{background:var(--color-bg-hover)}.peaske-rec-inquiry{background:#16a34a;border:1px solid #16a34a;color:#fff}.peaske-rec-inquiry:hover{background:#15803d;border-color:#15803d}.peaske-input-area{margin-top:12px;display:flex;flex-direction:column;gap:8px}.peaske-free-input{width:100%;padding:12px;border:1px solid var(--color-border);border-radius:12px;font-size:14px;font-family:inherit;resize:none;outline:none;transition:border-color .2s,box-shadow .2s}.peaske-free-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #3b82f61a}.peaske-free-input::placeholder{color:var(--color-text-muted);font-size:13px}.peaske-submit-btn{padding:12px 20px;background:#16a34a;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.peaske-submit-btn:hover{background:#15803d}.peaske-alt-mode{margin-top:12px;text-align:center}.peaske-alt-link{font-size:13px;color:var(--color-text-muted);cursor:pointer;transition:color .2s}.peaske-alt-link:hover{color:var(--color-primary)}@media(max-width:768px){#peaske-bot{bottom:16px;right:16px}.peaske-bot-button{width:56px;height:56px}.peaske-avatar-btn{width:48px;height:48px}.peaske-chat-panel{position:fixed;bottom:0;right:0;left:0;width:100%;max-height:70vh;border-radius:16px 16px 0 0}.peaske-chat-panel.active{transform:translateY(0)}.peaske-chat-messages{max-height:calc(70vh - 80px)}.peaske-message-content{max-width:calc(100vw - 100px)}}.welcome-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:welcomeFadeIn .3s ease-out}.welcome-modal-overlay.closing{animation:welcomeFadeOut .3s ease-out forwards}@keyframes welcomeFadeIn{0%{opacity:0}to{opacity:1}}@keyframes welcomeFadeOut{0%{opacity:1}to{opacity:0}}body:has(.welcome-modal-overlay) #peaske-bot{display:none!important}.welcome-modal{background:#fff;border-radius:24px;padding:48px;max-width:780px;width:90%;text-align:center;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:welcomeSlideUp .3s ease-out}@keyframes welcomeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.welcome-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#f3f4f6;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;color:#6b7280;transition:all .2s}.welcome-modal-close:hover{background:#e5e7eb;color:#374151}.welcome-modal-avatar{width:80px;height:80px;margin:0 auto 24px}.welcome-modal-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.welcome-modal-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px}.welcome-modal-subtitle{font-size:16px;color:#6b7280;margin:0 0 32px}.welcome-modal-input-wrapper{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.welcome-modal-input{width:100%;min-height:100px;padding:14px 18px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-family:inherit;outline:none;transition:border-color .2s;resize:vertical}.welcome-modal-input:focus{border-color:#111827}.welcome-modal-input::placeholder{color:#9ca3af}.welcome-modal-search-btn{padding:14px 24px;background:#00a562;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.welcome-modal-search-btn:hover{background:#008a52}.welcome-modal-skip{background:none;border:none;color:#9ca3af;font-size:14px;cursor:pointer;padding:8px 16px;transition:color .2s}.welcome-modal-skip:hover{color:#6b7280}.welcome-banner-mobile{position:fixed;bottom:100px;left:16px;right:16px;background:#fff;border-radius:16px;box-shadow:0 10px 25px -5px #0003;z-index:9999;transform:translateY(150%);transition:transform .3s ease-out}.welcome-banner-mobile.visible{transform:translateY(0)}.welcome-banner-content{display:flex;align-items:center;padding:16px;gap:12px;cursor:pointer}.welcome-banner-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.welcome-banner-text{flex:1}.welcome-banner-title{font-size:14px;font-weight:600;color:#111827;margin:0}.welcome-banner-close{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:50%;font-size:20px;line-height:1;cursor:pointer;color:#6b7280;flex-shrink:0}.welcome-banner-close:hover{background:#e5e7eb}.welcome-modal-content,.welcome-modal-results{width:100%}.welcome-modal-results{max-height:60vh;overflow-y:auto}.welcome-modal-results-content{text-align:left}.welcome-modal-loading{text-align:center;padding:40px 0}.welcome-modal-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#00a562;border-radius:50%;animation:welcomeSpin .8s linear infinite;margin:0 auto 16px}@keyframes welcomeSpin{to{transform:rotate(360deg)}}.welcome-modal-loading p{color:#6b7280;font-size:14px}.welcome-modal-query{margin-bottom:16px;text-align:right}.welcome-modal-query-label{display:inline-block;background:#00a562;color:#fff;padding:8px 16px;border-radius:16px;font-size:14px}.welcome-modal-results-intro{font-size:14px;color:#374151;margin-bottom:16px}.welcome-modal-rec{background:#f9fafb;border-radius:12px;padding:16px;margin-bottom:12px}.welcome-modal-rec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.welcome-modal-rec-rank{background:#00a562;color:#fff;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600}.welcome-modal-rec-score{font-size:12px;color:#6b7280}.welcome-modal-rec-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}.welcome-modal-rec-category{font-size:12px;color:#00a562;margin:0 0 8px}.welcome-modal-rec-reason{font-size:13px;color:#4b5563;margin:0 0 12px;line-height:1.5}.welcome-modal-rec-actions{display:flex;gap:8px}.welcome-modal-rec-detail,.welcome-modal-rec-inquiry{flex:1;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.welcome-modal-rec-detail{background:#fff;border:1px solid #d1d5db;color:#374151}.welcome-modal-rec-detail:hover{background:#f3f4f6}.welcome-modal-rec-inquiry{background:#00a562;border:none;color:#fff}.welcome-modal-rec-inquiry:hover{background:#008a52}.welcome-modal-disclaimer{font-size:11px;color:#9ca3af;margin-top:16px;text-align:center}.welcome-modal-no-results,.welcome-modal-error{text-align:center;color:#6b7280;padding:40px 0}.welcome-modal-actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.welcome-modal-search-again,.welcome-modal-request-tech{width:100%;padding:12px;background:#fff;border:1px solid #d1d5db;border-radius:12px;font-size:14px;color:#374151;cursor:pointer;transition:background .2s}.welcome-modal-search-again:hover,.welcome-modal-request-tech:hover{background:#f3f4f6}.faq-page-container{padding-top:0}.faq-page{min-height:calc(100vh - 80px);background:#fff}.faq-hero{background:linear-gradient(#00000080,#00000080),url(/images/faq-hero-bg.png);background-size:cover;background-position:center bottom;padding:100px 24px 32px}.faq-hero-content{max-width:1200px;margin:0 auto}.faq-hero h1{font-size:28px;font-weight:600;color:#fff;margin:0 0 8px;letter-spacing:-.01em}.faq-hero p{font-size:15px;color:#ffffffd9;margin:0;line-height:1.5}.faq-main{padding:40px 24px 80px;background:#fff}.faq-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 280px;gap:48px;align-items:start}.faq-list{display:flex;flex-direction:column;gap:0;order:1}.faq-categories{position:sticky;top:100px;display:flex;flex-direction:column;gap:0;order:2;padding:0;background:transparent;border-radius:0;border:none}.faq-categories-title{font-size:13px;font-weight:500;color:#6b7280;margin:0 0 16px;padding:0;border-bottom:none;text-transform:none;letter-spacing:normal}.faq-category-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;background:transparent;border:none;border-left:3px solid transparent;border-radius:0;font-size:14px;font-weight:400;color:#374151;cursor:pointer;transition:all .15s;text-align:left}.faq-category-btn:hover{background:#f9fafb;color:#111827;border-left-color:#e5e7eb}.faq-category-btn.active{background:#f0fdf4;color:#059669;font-weight:500;border-left-color:#059669}.faq-cat-count{font-size:13px;color:#9ca3af;font-weight:400}.faq-category-btn.active .faq-cat-count{color:#059669}.faq-category-section{margin-top:32px;margin-bottom:8px}.faq-category-section:first-child{margin-top:0}.faq-category-title{font-size:13px;font-weight:600;color:#059669;text-transform:uppercase;letter-spacing:.04em;margin:0;padding:0 0 8px}.faq-loading,.faq-empty{text-align:center;padding:60px 20px;color:#6b7280}.faq-spinner{width:32px;height:32px;border:2px solid #e5e7eb;border-top-color:#059669;border-radius:50%;animation:faq-spin .8s linear infinite;margin:0 auto 12px}@keyframes faq-spin{to{transform:rotate(360deg)}}.faq-item{background:transparent;border-bottom:1px solid #e5e7eb;overflow:hidden}.faq-item:first-child{border-top:1px solid #e5e7eb}.faq-question{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 0;background:none;border:none;text-align:left;cursor:pointer;transition:color .15s}.faq-question:hover,.faq-question:hover .faq-q-text{color:#059669}.faq-q-text{font-size:15px;font-weight:500;color:#111827;line-height:1.6;transition:color .15s}.faq-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:transform .2s,color .15s;margin-top:2px}.faq-item.open .faq-icon{transform:rotate(180deg);color:#059669}.faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease-out}.faq-item.open .faq-answer{max-height:2000px;transition:max-height .4s ease-in}.faq-answer-content{padding:0 0 24px;font-size:14px;line-height:1.8;color:#4b5563}.faq-answer-content p{margin:0 0 12px}.faq-answer-content p:last-child{margin-bottom:0}.faq-answer-content strong{color:#111827;font-weight:600}.faq-table{width:100%;border-collapse:collapse;margin:12px 0;font-size:13px}.faq-table th,.faq-table td{padding:10px 14px;text-align:left;border:1px solid #e5e7eb}.faq-table th{background:#f9fafb;font-weight:600;color:#374151}.faq-table tr:hover td{background:#fafafa}.faq-cta{background:#f9fafb;padding:60px 24px;text-align:center;border-top:1px solid #e5e7eb}.faq-cta-content{max-width:480px;margin:0 auto}.faq-cta h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.faq-cta p{font-size:14px;color:#6b7280;margin:0 0 24px;line-height:1.6}.faq-cta-btn{display:inline-flex;align-items:center;padding:12px 24px;background:#059669;color:#fff;font-size:14px;font-weight:500;border-radius:6px;border:none;cursor:pointer;text-decoration:none;transition:background .15s}.faq-cta-btn:hover{background:#047857}@media(max-width:900px){.faq-container{grid-template-columns:1fr;gap:24px}.faq-categories{position:static;order:1;flex-direction:row;flex-wrap:wrap;gap:8px;padding:16px}.faq-categories-title{width:100%;margin-bottom:8px}.faq-category-btn{padding:8px 12px;font-size:13px;border:1px solid #e5e7eb;border-radius:100px}.faq-category-btn.active{border-color:#059669}.faq-list{order:2}}@media(max-width:640px){.faq-hero{padding:32px 16px 24px}.faq-hero h1{font-size:22px}.faq-hero p{font-size:14px}.faq-main{padding:24px 16px 60px}.faq-question{padding:16px 0}.faq-q-text{font-size:14px}.faq-answer-content{padding-bottom:16px;font-size:13px}.faq-table{font-size:12px}.faq-table th,.faq-table td{padding:8px 10px}.faq-cta{padding:48px 16px}.faq-cta h2{font-size:18px}}.admin-subtabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.admin-subtab{padding:12px 24px;background:transparent;border:none;border-bottom:2px solid transparent;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s}.admin-subtab:hover{color:#111827}.admin-subtab.active{color:#059669;border-bottom-color:#059669}.faq-admin{width:100%}.faq-admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.faq-admin-header h3{font-size:18px;font-weight:600;color:#111827;margin:0}.faq-admin-empty{text-align:center;padding:40px;color:#6b7280}.faq-admin-list{display:flex;flex-direction:column;gap:0}.faq-admin-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #e5e7eb}.faq-admin-item:last-child{border-bottom:none}.faq-admin-item.unpublished{background:#f9fafb}.faq-admin-item-main{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.faq-admin-item-cat{font-size:11px;font-weight:500;color:#059669;background:#ecfdf5;padding:4px 8px;border-radius:4px;white-space:nowrap}.faq-admin-item-q{font-size:14px;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.faq-admin-item-views{display:flex;align-items:center;gap:4px;font-size:12px;color:#9ca3af;white-space:nowrap}.faq-admin-item-views svg{width:14px;height:14px}.faq-admin-item-draft{font-size:11px;color:#9ca3af;background:#f3f4f6;padding:2px 6px;border-radius:4px}.faq-admin-item-actions{display:flex;gap:8px;flex-shrink:0}.faq-admin-item-actions .btn-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .15s}.faq-admin-item-actions .btn-icon:hover{background:#f9fafb;color:#111827}.faq-admin-item-actions .faq-delete-btn:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.faq-admin-item-actions .btn-icon svg{width:16px;height:16px}.faq-admin-form-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.faq-admin-form{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.faq-form-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.faq-form-header h4{font-size:18px;font-weight:600;color:#111827;margin:0}.faq-form-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer}.faq-form-close:hover{background:#f3f4f6;color:#111827}.faq-form-body{padding:24px;overflow-y:auto;flex:1}.faq-form-row{margin-bottom:20px}.faq-form-row:last-child{margin-bottom:0}.faq-form-row label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:6px}.faq-form-row input[type=text],.faq-form-row input[type=number],.faq-form-row select,.faq-form-row textarea{width:100%;padding:10px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;transition:border-color .15s}.faq-form-row input:focus,.faq-form-row select:focus,.faq-form-row textarea:focus{outline:none;border-color:#059669}.faq-form-row input[type=checkbox]{width:auto;margin-right:8px}.faq-form-row textarea{resize:vertical;min-height:100px}.faq-form-footer{display:flex;gap:12px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.btn-sm{padding:8px 16px;font-size:13px}.faq-form-hint{display:block;font-size:12px;color:#6b7280;margin-top:4px}.faq-admin-header h2{font-size:24px;font-weight:600;color:#111827;margin:0}.faq-toggle{position:relative;display:inline-block;width:40px;height:22px;cursor:pointer}.faq-toggle-input{opacity:0;width:0;height:0}.faq-toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;border-radius:22px;transition:.2s}.faq-toggle-slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.2s}.faq-toggle-input:checked+.faq-toggle-slider{background-color:#059669}.faq-toggle-input:checked+.faq-toggle-slider:before{transform:translate(18px)}.faq-toggle-input:focus+.faq-toggle-slider{box-shadow:0 0 0 2px #05966933}.faq-toggle.loading{opacity:.5;pointer-events:none}.faq-toggle.loading .faq-toggle-slider:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;margin:-6px 0 0 -6px;border:2px solid transparent;border-top-color:#059669;border-radius:50%;animation:faq-toggle-spin .6s linear infinite}@keyframes faq-toggle-spin{to{transform:rotate(360deg)}}.faq-drag-handle{display:flex;align-items:center;justify-content:center;width:24px;cursor:grab;color:#9ca3af;flex-shrink:0}.faq-drag-handle:hover{color:#6b7280}.faq-drag-handle:active{cursor:grabbing}.faq-admin-item{display:flex;align-items:center;gap:8px}.faq-admin-item.dragging{opacity:.5;background:#f3f4f6}.faq-admin-item.drag-over{border-top:2px solid #059669;margin-top:-2px}.faq-admin-section{margin-bottom:32px}.faq-admin-section-header{display:flex;align-items:center;gap:8px;padding:0 0 8px;margin-bottom:0}.faq-admin-section-title{font-size:13px;font-weight:600;color:#059669;text-transform:uppercase;letter-spacing:.5px}.faq-admin-section-count{font-size:12px;color:#9ca3af}.faq-admin-section-items{border:none}.faq-admin-section-items .faq-admin-item{border-bottom:1px solid #f3f4f6}.faq-admin-section-items .faq-admin-item:last-child{border-bottom:none}.use-case-edit-item{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.use-case-edit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.use-case-edit-header span{font-weight:600;color:var(--color-text)}.btn-remove-usecase{display:flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:transparent;border:1px solid #ef4444;border-radius:6px;color:#ef4444;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-remove-usecase:hover{background:#fef2f2}.btn-remove-usecase i{width:14px;height:14px}.btn-add-usecase{width:100%;justify-content:center;margin-top:.5rem}.btn-add-usecase i{width:16px;height:16px}.roi-simulation-section{margin-top:3rem;padding:2.5rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:0;border:none;width:100vw;margin-left:calc(-50vw + 50%);padding-left:max(2rem,calc((100vw - 1200px)/2 + 2rem));padding-right:max(2rem,calc((100vw - 1200px)/2 + 2rem))}.roi-simulation-section .section-title{font-size:1.25rem;font-weight:500;color:var(--color-text);margin-bottom:.5rem}.roi-simulation-section .section-subtitle{color:var(--color-text-muted);margin-bottom:1.5rem}.roi-form{margin-bottom:1.5rem}.roi-input-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.roi-input-grid-2col{grid-template-columns:repeat(2,1fr)}.roi-input-fullwidth{margin-bottom:1.5rem}.roi-textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:8px;background:#fff;font-size:.9375rem;color:var(--color-text);resize:vertical;min-height:80px;font-family:inherit}.roi-textarea:focus{outline:none;border-color:#00a562;box-shadow:0 0 0 3px #00a5621a}.roi-textarea::placeholder{color:var(--color-text-muted);font-size:.875rem}.roi-textarea-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}@media(max-width:768px){.roi-input-grid,.roi-input-grid-2col{grid-template-columns:1fr}}.roi-input-item label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text);margin-bottom:.5rem}.roi-input-item label .required{color:#ef4444;margin-left:.25rem}.roi-select{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:8px;background:#fff;font-size:.9375rem;color:var(--color-text);cursor:pointer}.roi-select:focus{outline:none;border-color:#00a562;box-shadow:0 0 0 3px #00a5621a}.roi-input-number{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:8px;background:#fff;font-size:.9375rem;color:var(--color-text);-moz-appearance:textfield}.roi-input-number::-webkit-outer-spin-button,.roi-input-number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.roi-input-number:focus{outline:none;border-color:#00a562;box-shadow:0 0 0 3px #00a5621a}.btn-roi-simulate{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:50%;margin:0 auto;padding:.875rem 1.5rem;background:#00a562;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-roi-label{display:flex;align-items:center;gap:.5rem}.btn-roi-shortcut{display:flex;align-items:center;gap:.25rem}.btn-roi-shortcut kbd{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .35rem;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.75rem;font-family:inherit;color:#fff;line-height:1}.btn-roi-simulate:hover{background:#059669;transform:translateY(-1px)}.btn-roi-simulate i{width:20px;height:20px}.roi-result{margin-top:2rem;padding-top:2rem;border-top:1px solid #d1fae5;scroll-margin-top:160px}.roi-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.roi-result-grid.roi-grid-4col{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.roi-result-grid{grid-template-columns:1fr}.roi-result-grid.roi-grid-4col{grid-template-columns:repeat(2,1fr)}}.roi-result-item{background:#fff;padding:1.25rem;border-radius:12px;text-align:center;border:none}.roi-result-item.highlight{background:#00a562}.roi-result-item.highlight .roi-result-label,.roi-result-item.highlight .roi-result-value,.roi-result-item.highlight .roi-result-unit{color:#fff}.roi-result-label{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.5rem}.roi-result-value{font-size:1.75rem;font-weight:700;color:var(--color-text)}.roi-result-unit{font-size:.8125rem;color:var(--color-text-muted)}.roi-equation{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem;margin-bottom:1rem;width:100%}.roi-equation-fraction{display:flex;flex-direction:column;align-items:center;flex:1}.roi-equation-numerator,.roi-equation-denominator{text-align:center;padding:.75rem 1.25rem;width:100%}.roi-equation-divider{width:100%;height:2px;background:#374151}.roi-eq-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.roi-eq-value{font-size:2.5rem;font-weight:700;color:#111827}.roi-eq-value.roi-eq-highlight{color:#00a562;font-size:2.75rem}.roi-eq-sub{font-size:.7rem;color:#9ca3af;margin-top:.125rem}.roi-equation-equals{font-size:2rem;font-weight:300;color:#9ca3af;flex-shrink:0}.roi-equation-results{display:flex;gap:1rem;flex:1}.roi-equation-result-item{text-align:center;padding:1rem 1.25rem;background:#f9fafb;border-radius:10px;border:none;flex:1}@media(max-width:640px){.roi-equation{flex-direction:column;gap:.75rem}.roi-equation-equals{transform:rotate(90deg)}.roi-equation-results{width:100%}}.roi-payback-graph{background:#fff;border:none;border-radius:12px;padding:1.25rem;margin-bottom:1rem}.roi-payback-graph-title{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:1rem}.roi-payback-graph-container{position:relative}.payback-bars{display:flex;align-items:flex-end;gap:2px;height:120px;padding-bottom:1.5rem}.payback-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.payback-bar-fill{width:100%;border-radius:2px 2px 0 0;min-height:2px;transition:height .5s ease}.payback-bar-label{font-size:.6rem;color:#9ca3af;margin-top:4px}.payback-bar-label.payback-breakeven{color:#00a562;font-weight:700;font-size:.7rem}.payback-legend{position:relative;height:0}.payback-legend-line{position:absolute;top:-135px;width:1px;height:120px;border-left:2px dashed #00A562}.payback-legend-text{position:absolute;top:-20px;left:4px;white-space:nowrap;font-size:.7rem;color:#00a562;font-weight:600}.payback-axis-label{text-align:right;font-size:.65rem;color:#9ca3af;margin-top:.25rem}.roi-qualitative{background:#fff;border:none;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem}.roi-qualitative-title{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.roi-qualitative-text{font-size:.875rem;line-height:1.75;color:#374151}.poc-plan-section{margin-bottom:1.25rem}.poc-plan-section:last-child{margin-bottom:0}.poc-plan-section-title{font-size:.9rem;font-weight:700;color:#111827;margin-bottom:.5rem}.poc-plan-section-body{font-size:.875rem;line-height:1.75;color:#374151}.roi-disclaimer{font-size:.75rem;color:var(--color-text-muted);text-align:center;margin:1rem 0}.roi-basis{background:#fff;border:none;border-radius:12px;padding:1.25rem 1.5rem;margin:1.5rem 0}.roi-basis-title{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.roi-basis-items{display:table;width:100%;border-collapse:collapse}.roi-basis-row{display:table-row}.roi-basis-label{display:table-cell;font-size:.8125rem;color:#6b7280;white-space:nowrap;padding:.5rem 1rem .5rem 0;vertical-align:top;border-bottom:1px solid #f3f4f6;width:140px;font-weight:500}.roi-basis-value{display:table-cell;font-size:.8125rem;font-weight:400;color:#111827;padding:.5rem 0;vertical-align:top;border-bottom:1px solid #f3f4f6;line-height:1.6}.roi-basis-source{display:flex;flex-direction:column;gap:.25rem;margin-top:.75rem;padding-top:.75rem;border-top:1px dashed #e5e7eb}.roi-basis-source .roi-basis-label{font-size:.75rem;color:#9ca3af}.roi-basis-source .roi-basis-value{font-size:.75rem;font-weight:400;color:#6b7280;line-height:1.4}.roi-cta{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;border:none}.roi-cta p{margin-bottom:1rem;color:var(--color-text)}.btn-poc-request{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#00a562;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-poc-request:hover{background:#059669;transform:translateY(-1px)}.btn-poc-request i{width:18px;height:18px}.impl-flow-section{background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:12px;padding:1.25rem 1.5rem;margin-top:1rem}.implementation-flow-section{margin-top:2rem}.implementation-flow-section h2{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.impl-flow-timeline{display:flex;flex-direction:column;gap:0}.impl-flow-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0}.impl-flow-number{flex-shrink:0;width:36px;height:36px;background:#6b7280;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.impl-flow-content{flex:1}.impl-flow-title{font-weight:600;font-size:.9375rem;color:var(--color-text);margin-bottom:.25rem}.impl-flow-desc{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5}.impl-flow-connector{width:2px;height:20px;background:#d1d5db;margin-left:17px}.btn-roi-loading{opacity:.8;pointer-events:none}.roi-loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:roi-spin .6s linear infinite}@keyframes roi-spin{to{transform:rotate(360deg)}}html.dark{--color-primary: #10B981;--color-accent: #10B981;--color-accent-light: #34D399;--color-text: #f9fafb;--color-text-muted: #9ca3af;--color-text-light: #6b7280;--color-bg: #111827;--color-bg-alt: #1f2937;--color-border: #374151;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 12px 24px rgba(0, 0, 0, .5)}html.dark body{background:var(--color-bg);color:var(--color-text)}html.dark header{background:#111827f2;border-bottom-color:var(--color-border)}html.dark .tech-card,html.dark .inquiry-form,html.dark .login-card,html.dark .mypage-profile-card,html.dark .faq-admin-form,html.dark .cookie-consent-banner,html.dark .user-menu-dropdown{background:var(--color-bg-alt);border-color:var(--color-border)}html.dark input,html.dark textarea,html.dark select{background:var(--color-bg);border-color:var(--color-border);color:var(--color-text)}html.dark input::placeholder,html.dark textarea::placeholder{color:var(--color-text-muted)}html.dark footer{background:var(--color-bg);border-top-color:var(--color-border)}html.dark .detail-header,html.dark .detail-fixed-footer{background:#111827f2}html.dark .pdf-modal-backdrop,html.dark .inquiry-modal,html.dark .welcome-modal-overlay{background:#000000b3}html.dark .welcome-modal,html.dark .eyecatch-modal-content,html.dark .peaske-chat-panel,html.dark .peaske-message-content{background:var(--color-bg-alt)}html.dark .peaske-message.user .peaske-message-content{background:var(--color-primary)}html.dark .roi-simulation-section{background:linear-gradient(135deg,#1f2937,#111827);border-color:var(--color-border)}html.dark .roi-result-item,html.dark .roi-basis,html.dark .roi-qualitative{background:var(--color-bg-alt);border-color:var(--color-border)}html.dark .admin-table th{background:var(--color-bg)}html.dark .admin-table td{border-color:var(--color-border)}html.dark .admin-table tbody tr:hover{background:var(--color-bg-alt)}.theme-toggle{width:32px;height:32px;padding:0;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.theme-toggle:hover{background:var(--color-border);border-color:var(--color-text-muted)}.theme-toggle svg{width:18px;height:18px;color:var(--color-text-muted);transition:color .2s ease}.theme-toggle:hover svg{color:var(--color-text)}html.dark .theme-toggle .icon-sun{display:block}html.dark .theme-toggle .icon-moon{display:none}html:not(.dark) .theme-toggle .icon-sun{display:none}html:not(.dark) .theme-toggle .icon-moon{display:block}.user-menu-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.user-menu-info{display:flex;flex-direction:column;min-width:0}html.dark .logo-icon{filter:brightness(0) invert(1)}html.dark .cookie-consent-banner{background:var(--color-bg-alt);border-top:1px solid var(--color-border)}html.dark .cookie-consent-text{color:var(--color-text)}html.dark .cookie-consent-text a{color:var(--color-primary)}html.dark .welcome-modal{background:var(--color-bg-alt);border:1px solid var(--color-border)}html.dark .welcome-modal-title,html.dark .welcome-modal h2{color:var(--color-text)}html.dark .welcome-modal-subtitle,html.dark .welcome-modal p{color:var(--color-text-muted)}html.dark .welcome-modal textarea,html.dark .welcome-modal input{background:var(--color-bg);border-color:var(--color-border);color:var(--color-text)}html.dark .welcome-modal-skip{color:var(--color-text-muted)}html.dark .login-card{background:var(--color-bg-alt);border:1px solid var(--color-border)}html.dark .login-title,html.dark .login-subtitle{color:var(--color-text)}html.dark .login-features-title,html.dark .login-feature-text{color:var(--color-text-muted)}html.dark .previous-login-card{background:var(--color-bg);border:1px solid var(--color-border)}html.dark .previous-login-card:hover{background:var(--color-bg-alt);border-color:var(--color-primary)}html.dark .previous-login-label{color:var(--color-primary)}html.dark .previous-login-email{color:var(--color-text-muted)}html.dark .google-login-btn{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text)}html.dark .google-login-btn:hover{background:var(--color-bg-alt)}html.dark .login-note,html.dark .login-terms{color:var(--color-text-muted)}html.dark .login-terms a{color:var(--color-primary)}html.dark .roi-simulation-section{background:var(--color-bg-alt);border:none!important}html.dark .roi-section-title,html.dark .roi-result-label,html.dark .roi-result-value,html.dark .roi-result-unit{color:var(--color-text)}html.dark .roi-input-label{color:var(--color-text-muted)}html.dark .roi-result-item{background:var(--color-bg);border:none!important}html.dark .roi-chart-container{background:var(--color-bg);border:none!important;border-radius:8px}html.dark .roi-basis{background:var(--color-bg);border:none!important}html.dark .roi-basis-title,html.dark .roi-basis-text,html.dark .roi-cost-label{color:var(--color-text-muted)}html.dark .roi-cost-value{color:var(--color-text)}html.dark .roi-cost-note{color:var(--color-text-muted)}html.dark .roi-qualitative{background:var(--color-bg);border:none!important}html.dark .roi-qualitative-text{color:var(--color-text-muted)}html.dark .inquiry-modal-content{background:var(--color-bg-alt);border:1px solid var(--color-border)}html.dark .inquiry-modal-title{color:var(--color-text)}html.dark .inquiry-tech-label{color:var(--color-text-muted)}html.dark .inquiry-tech-name{color:var(--color-text)}html.dark .inquiry-owner-card{background:var(--color-bg);border:1px solid var(--color-border)}html.dark .inquiry-owner-label{color:var(--color-text-muted)}html.dark .inquiry-owner-name{color:var(--color-text)}html.dark .inquiry-message-box{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text)}html.dark .inquiry-note{color:var(--color-text-muted)}html.dark .inquiry-list-item.active{background:var(--color-bg);border-color:var(--color-primary)}html.dark .inquiry-list-item:hover{background:var(--color-bg)}html.dark .inquiry-list-title{color:var(--color-text)}html.dark .inquiry-list-date{color:var(--color-text-light)}html.dark .message-panel{background:var(--color-bg-alt);border-left:1px solid var(--color-border)}html.dark .message-header{border-bottom:1px solid var(--color-border)}html.dark .message-input-container{background:var(--color-bg-alt);border-top:1px solid var(--color-border)}html.dark .message-input{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text)}html.dark .cta-section{background:var(--color-bg-alt)}html.dark .cta-title{color:var(--color-text)}html.dark .cta-subtitle{color:var(--color-text-muted)}html.dark main{background-image:linear-gradient(rgba(55,65,81,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(55,65,81,.3) 1px,transparent 1px);background-size:40px 40px;background-position:-1px -1px}html:not(.dark) main{background-image:linear-gradient(rgba(229,231,235,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(229,231,235,.5) 1px,transparent 1px);background-size:40px 40px;background-position:-1px -1px}html.dark{--color-primary: #00A562;--color-accent: #00A562}.btn-primary,.btn-cta,.cookie-consent-accept,.welcome-modal-submit,.inquiry-submit-btn{background:var(--color-primary)!important;border-color:var(--color-primary)!important}.btn-primary:hover,.btn-cta:hover,.cookie-consent-accept:hover,.welcome-modal-submit:hover,.inquiry-submit-btn:hover{background:#008f54!important;border-color:#008f54!important}html.dark .detail-section{background:var(--color-bg-alt);border:1px solid var(--color-border)}html.dark .detail-section-title{color:var(--color-text)}html.dark .detail-section-content{color:var(--color-text-muted)}html.dark .detail-section-content li{color:var(--color-text)}html.dark .finder-search-input{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text)}html.dark .finder-filter-btn{background:var(--color-bg-alt);border:1px solid var(--color-border);color:var(--color-text)}html.dark .finder-filter-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}html.dark .tech-card{background:var(--color-bg-alt);border:1px solid var(--color-border)}html.dark .tech-card:hover{border-color:var(--color-primary)}html.dark .tech-card-title{color:var(--color-text)}html.dark .tech-card-description,html.dark .tech-card-category{color:var(--color-text-muted)}html.dark body{background:var(--color-bg)}html.dark main{background-color:var(--color-bg);background-image:linear-gradient(rgba(55,65,81,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(55,65,81,.2) 1px,transparent 1px);background-size:120px 120px;background-position:-1px -1px}html:not(.dark) main{background-color:#fff;background-image:linear-gradient(rgba(229,231,235,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(229,231,235,.4) 1px,transparent 1px);background-size:120px 120px;background-position:-1px -1px}html.dark .lp-cta-section h2{color:var(--color-text)}html.dark .lp-cta-section p{color:var(--color-text-muted)}html.dark .lp-hero-title{color:var(--color-text)}html.dark .lp-hero-subtitle{color:var(--color-text-muted)}html.dark .lp-section{background:var(--color-bg)}html.dark .lp-section-title{color:var(--color-text)}html.dark .lp-section-subtitle{color:var(--color-text-muted)}html.dark .lp-revolution{background:var(--color-bg)!important}html.dark .lp-roi-card{background:var(--color-bg-alt);border:none!important}html.dark .lp-roi-card h3,html.dark .lp-roi-title{color:var(--color-text)}html.dark .lp-roi-desc,html.dark .lp-roi-subtitle{color:var(--color-text-muted)}html.dark .lp-roi-patent{background:linear-gradient(135deg,var(--color-bg-alt) 0%,var(--color-bg) 100%)}html.dark .lp-roi-sources-accordion{background:var(--color-bg-alt);border:none!important}html.dark .lp-roi-sources-toggle,html.dark .lp-roi-sources-content{color:var(--color-text-muted)}html.dark .lp-roi-source-item h5{color:var(--color-text)}html.dark .roi-simulation-section{background:var(--color-bg-alt)!important;border:none!important}html.dark .roi-simulation-section .section-title{color:var(--color-text)}html.dark .roi-simulation-section .section-subtitle,html.dark .roi-form label{color:var(--color-text-muted)}html.dark .roi-input-number,html.dark .roi-textarea{background:var(--color-bg)!important;border:1px solid var(--color-border)!important;color:var(--color-text)!important}html.dark .roi-input-number::placeholder,html.dark .roi-textarea::placeholder{color:var(--color-text-muted)}html.dark .roi-equation{background:transparent}html.dark .roi-eq-label{color:var(--color-text-muted)}html.dark .roi-eq-value{color:var(--color-text)}html.dark .roi-eq-sub{color:var(--color-text-muted)}html.dark .roi-equation-divider{background:var(--color-border)}html.dark .roi-equation-equals{color:var(--color-text-muted)}html.dark .roi-equation-result-item{background:var(--color-bg);border:none!important}html.dark .roi-payback-graph{background:var(--color-bg);border:none!important;border-radius:8px;padding:1rem}html.dark .roi-payback-graph-title{color:var(--color-text)}html.dark .roi-basis-title{color:var(--color-text)}html.dark .roi-basis-items{color:var(--color-text-muted)}html.dark .roi-qualitative{background:var(--color-bg)!important;border:none!important}html.dark .roi-qualitative-title{color:var(--color-text)}html.dark .roi-qualitative-text,html.dark .poc-plan-section-body,html.dark .poc-plan-section-title{color:var(--color-text)!important}html.dark .roi-disclaimer{color:var(--color-text-muted)}html.dark .roi-cta{background:var(--color-bg)!important;border:none!important}html.dark .roi-cta-text{color:var(--color-text-muted)}html.dark .login-page{background:var(--color-bg)}html.dark .previous-login-card{background:var(--color-bg)!important;border:1px solid var(--color-border)!important}html.dark .previous-login-card:hover{background:var(--color-bg-alt)!important;border-color:var(--color-primary)!important}html.dark .previous-login-label{color:var(--color-primary)!important}html.dark .previous-login-email{color:var(--color-text-muted)!important}html.dark .google-login-btn:hover{background:var(--color-bg-alt)!important}html.dark .login-divider{color:var(--color-text-muted)}html.dark .login-divider:before,html.dark .login-divider:after{background:var(--color-border)}html.dark .inquiry-list-item{background:var(--color-bg-alt);border:1px solid var(--color-border)}html.dark .inquiry-list-item:hover{background:var(--color-bg);border-color:var(--color-text-muted)}html.dark .inquiry-list-item.active{background:var(--color-bg)!important;border-color:var(--color-primary)!important}html.dark .inquiry-list-tech-title{color:var(--color-text)}html.dark .inquiry-list-preview{color:var(--color-text-muted)}html.dark .inquiry-list-time{color:var(--color-text-light)}html.dark .inquiry-modal-content{background:var(--color-bg-alt)!important;border:1px solid var(--color-border)!important}html.dark .inquiry-modal-header{border-bottom:1px solid var(--color-border)}html.dark .inquiry-modal-title{color:var(--color-text)!important}html.dark .inquiry-close-btn{color:var(--color-text-muted)}html.dark .inquiry-close-btn:hover{color:var(--color-text)}html.dark .inquiry-owner-card{background:var(--color-bg)!important;border:1px solid var(--color-border)!important}html.dark .inquiry-owner-label{color:var(--color-text-muted)!important}html.dark .inquiry-owner-name{color:var(--color-text)!important}html.dark .inquiry-start-message{background:#10b9811a!important;color:var(--color-text-muted)!important}html.dark .inquiry-note{color:var(--color-text-muted)!important}html.dark .btn-cancel{background:var(--color-bg)!important;border:1px solid var(--color-border)!important;color:var(--color-text)!important}html.dark .btn-cancel:hover{background:var(--color-bg-alt)!important}.btn-primary,.btn-cta,.btn-roi-simulate,.btn-roi-cta,.lp-cta-button,.cookie-consent-accept,.welcome-modal-submit,.inquiry-submit-btn,.message-send-btn{background:#00a562!important;border-color:#00a562!important;color:#fff!important}.btn-primary:hover,.btn-cta:hover,.btn-roi-simulate:hover,.btn-roi-cta:hover,.lp-cta-button:hover,.cookie-consent-accept:hover,.welcome-modal-submit:hover,.inquiry-submit-btn:hover,.message-send-btn:hover{background:#008f54!important;border-color:#008f54!important}.btn-primary:disabled,.btn-cta:disabled,.btn-roi-simulate:disabled,.lp-cta-button:disabled,.inquiry-submit-btn:disabled{background:#6b7280!important;border-color:#6b7280!important;cursor:not-allowed}html.dark .lp-feature{background:var(--color-bg-alt);border:1px solid var(--color-border)}html.dark .lp-feature h3{color:var(--color-text)}html.dark .lp-feature p{color:var(--color-text-muted)}html.dark .lp-target-item{background:var(--color-bg-alt);border:1px solid var(--color-border)}html.dark .lp-target-item h3{color:var(--color-text)}html.dark .lp-target-item p{color:var(--color-text-muted)}html.dark .lp-step{background:var(--color-bg-alt);border:1px solid var(--color-border)}html.dark .lp-step h3{color:var(--color-text)}html.dark .lp-step p,html.dark .lp-step-arrow{color:var(--color-text-muted)}html.dark .lp-about{background:var(--color-bg-alt)}html.dark .lp-about-title{color:var(--color-text)}html.dark .lp-about-text{color:var(--color-text-muted)}html.dark .lp-stats{background:var(--color-bg-alt)}html.dark .lp-stat-value{color:var(--color-text)}html.dark .lp-stat-label{color:var(--color-text-muted)}html.dark .lp-category-item{background:var(--color-bg-alt);border:1px solid var(--color-border)}html.dark .lp-category-name{color:var(--color-text)}html.dark .lp-category-desc{color:var(--color-text-muted)}html.dark .lp-category-nav-btn{background:var(--color-bg-alt);border:1px solid var(--color-border);color:var(--color-text)}html.dark .lp-category-nav-btn:hover{background:var(--color-bg)}html.dark .impl-flow-section,html.dark .impl-flow-step{background:transparent}html.dark .impl-flow-title{color:var(--color-text)}html.dark .impl-flow-desc{color:var(--color-text-muted)}html.dark .impl-flow-connector{background:var(--color-border)}html.dark footer{background:var(--color-bg-alt)!important;border-top:1px solid var(--color-border)}html.dark .footer-content,html.dark .footer-content a{color:var(--color-text-muted)}html.dark .footer-content a:hover{color:var(--color-text)}html.dark .footer-version{color:var(--color-text-light)}html.dark .tech-overview-section,html.dark .use-cases-section,html.dark .tech-specs-section{background:transparent}html.dark .tech-overview-section h2,html.dark .use-cases-section h2,html.dark .tech-specs-section h2{color:var(--color-text)}html.dark .tech-overview-content{color:var(--color-text-muted)}html.dark .tech-spec-item{background:var(--color-bg-alt);border:none!important}html.dark .tech-spec-label{color:var(--color-text-muted)}html.dark .tech-spec-value{color:var(--color-text)}html.dark main{background-color:var(--color-bg)!important;background-image:linear-gradient(rgba(55,65,81,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(55,65,81,.15) 1px,transparent 1px)!important;background-size:120px 120px!important;background-position:-1px -1px!important}html:not(.dark) main{background-color:#fff!important;background-image:linear-gradient(rgba(229,231,235,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(229,231,235,.4) 1px,transparent 1px)!important;background-size:120px 120px!important;background-position:-1px -1px!important}html.dark .lp-hero{background:var(--color-bg)!important;background-image:none!important}html.dark .lp-cta-section{background:var(--color-bg-alt)!important;background-image:none!important}html.dark .lp-section,html.dark .lp-stats,html.dark .lp-categories,html.dark .lp-about,html.dark .lp-features,html.dark .lp-revolution,html.dark .lp-target,html.dark .lp-how-it-works{background:var(--color-bg)!important;background-image:none!important}html.dark .lp-about,html.dark .lp-stats{background:var(--color-bg-alt)!important}html.dark .roi-basis-items{color:var(--color-text)!important}html.dark .roi-basis-item{color:var(--color-text)!important;border-bottom:1px solid #374151!important}html.dark .roi-basis-label,html.dark .roi-basis-value{border-bottom-color:#374151!important}html.dark .roi-basis-label{color:var(--color-text-muted)!important}html.dark .roi-basis-value{color:var(--color-text)!important}html.dark .login-last-account{background:var(--color-bg)!important;border:1px solid var(--color-border)!important;border-radius:8px;padding:1rem}html.dark .login-last-account-email{color:var(--color-text)!important}html.dark .login-last-account-placeholder{background:var(--color-bg-alt);color:var(--color-text-muted)}html.dark .login-different-account-hint{color:var(--color-text-muted)!important}html.dark .inquiry-form{background:var(--color-bg-alt)!important;border:1px solid var(--color-border)!important}html.dark .inquiry-form-header h2{color:var(--color-text)!important}html.dark .inquiry-tech-info{background:transparent}html.dark .inquiry-tech-label{color:var(--color-text-muted)!important}html.dark .inquiry-tech-title{color:var(--color-text)!important}html.dark .inquiry-roi-info{background:var(--color-bg)!important;border:none!important}html.dark .inquiry-roi-label{color:var(--color-primary)!important}html.dark .inquiry-roi-item{color:var(--color-text)!important}html.dark .roi-item-label{color:var(--color-text-muted)!important}html.dark .roi-item-value{color:var(--color-text)!important}html.dark .inquiry-user-info{background:var(--color-bg)!important;border:1px solid var(--color-border)!important}html.dark .inquiry-user-label{color:var(--color-text-muted)!important}html.dark .inquiry-user-name{color:var(--color-text)!important}html.dark .inquiry-confirmation{background:#00a5621a!important;border:1px solid rgba(0,165,98,.2)!important}html.dark .mypage-inquiry-list .inquiry-item{background:var(--color-bg-alt)!important;border:1px solid var(--color-border)!important}html.dark .mypage-inquiry-list .inquiry-item:hover{background:var(--color-bg)!important}html.dark .mypage-inquiry-list .inquiry-item.active{background:var(--color-bg)!important;border-color:var(--color-primary)!important;box-shadow:inset 3px 0 0 var(--color-primary)}html.dark .inquiry-list .inquiry-item{background:var(--color-bg-alt)!important;border:1px solid var(--color-border)!important}html.dark .inquiry-list .inquiry-item:hover{background:var(--color-bg)!important}html.dark .inquiry-list .inquiry-item.active{background:var(--color-bg)!important;border-color:var(--color-primary)!important;box-shadow:inset 3px 0 0 var(--color-primary)}html.dark [class*=inquiry-list] [class*=item]{background:var(--color-bg-alt)!important;border-bottom:1px solid var(--color-border)!important}html.dark [class*=inquiry-list] [class*=item]:hover{background:var(--color-bg)!important}html.dark [class*=inquiry-list] [class*=item].active,html.dark [class*=inquiry-list] [class*=item][class*=active]{background:var(--color-bg)!important;border-left:3px solid var(--color-primary)!important}html.dark [class*=inquiry-list] [class*=title],html.dark [class*=inquiry-list] [class*=tech-title]{color:var(--color-text)!important}html.dark [class*=inquiry-list] [class*=preview],html.dark [class*=inquiry-list] [class*=message]{color:var(--color-text-muted)!important}html.dark [class*=inquiry-list] [class*=time],html.dark [class*=inquiry-list] [class*=date]{color:var(--color-text-light)!important}html.dark .mypage-container{background:var(--color-bg)!important}html.dark .mypage-sidebar{background:var(--color-bg-alt)!important;border-right:1px solid var(--color-border)!important}html.dark .mypage-content{background:var(--color-bg)!important}html.dark .mypage-tab{color:var(--color-text-muted)}html.dark .mypage-tab:hover{background:var(--color-bg);color:var(--color-text)}html.dark .mypage-tab.active{background:var(--color-primary);color:#fff}html.dark .login-last-account{background:var(--color-bg)!important;border:1px solid var(--color-border)!important}html.dark .login-last-account-label{color:var(--color-primary)!important}html.dark .login-last-account-email,html.dark .login-last-account-icon{color:var(--color-text)!important}html.dark .inquiry-confirmation{background:#00a5621a!important;border:1px solid rgba(0,165,98,.3)!important}html.dark .inquiry-confirmation p{color:var(--color-text)!important}html.dark .roi-basis{background:var(--color-bg)!important;border:none!important}html.dark .roi-basis-title,html.dark .roi-basis-items{color:var(--color-text)!important}html.dark .roi-basis-item{color:var(--color-text)!important;border-bottom:1px solid var(--color-border)!important}html.dark .roi-basis-item-label{color:var(--color-text-muted)!important}html.dark .roi-basis-item-value,html.dark .roi-basis *{color:var(--color-text)!important}html.dark .roi-basis details,html.dark .roi-basis summary{color:var(--color-text)!important}html.dark .inquiry-list{background:transparent!important}html.dark .inquiry-item{background:var(--color-bg-alt)!important;border-bottom:1px solid var(--color-border)!important}html.dark .inquiry-item:hover{background:var(--color-bg)!important}html.dark .inquiry-item.selected,html.dark .inquiry-item.active{background:var(--color-bg)!important;border-left:3px solid var(--color-primary)!important}html.dark .inquiry-title{color:var(--color-text)!important}html.dark .inquiry-preview{color:var(--color-text-muted)!important}html.dark .inquiry-date{color:var(--color-text-light)!important}html.dark .inquiry-user{color:var(--color-text-muted)!important}html.dark .inquiry-list-header{color:var(--color-text)!important;border-bottom:1px solid var(--color-border)!important}html.dark .inquiry-list-header h3{color:var(--color-text)!important}html.dark .inquiry-count{color:var(--color-text-muted)!important}html.dark .inquiries-layout{background:var(--color-bg)!important}html.dark .inquiries-list-panel{background:var(--color-bg-alt)!important;border-right:1px solid var(--color-border)!important}html.dark .inquiries-chat-panel{background:var(--color-bg)!important}html.dark .inquiries-users-panel{background:var(--color-bg-alt)!important;border-right:1px solid var(--color-border)!important}html.dark .panel-header{background:var(--color-bg-alt)!important;border-bottom:1px solid var(--color-border)!important}html.dark .panel-header h3{color:var(--color-text)!important}html.dark .chat-placeholder,html.dark .panel-placeholder{color:var(--color-text-muted)!important}html.dark .message-input-container{background:var(--color-bg-alt)!important;border-top:1px solid var(--color-border)!important}html.dark .message-input{background:var(--color-bg)!important;border:1px solid var(--color-border)!important;color:var(--color-text)!important}html.dark .message-input::placeholder{color:var(--color-text-muted)!important}html.dark .chat-message{background:var(--color-bg-alt)!important}html.dark .chat-message.own{background:var(--color-primary)!important}html.dark .message-content{color:var(--color-text)!important}html.dark .message-time{color:var(--color-text-muted)!important}html.dark .message-sender{color:var(--color-text)!important}html.dark .google-login-btn{background:var(--color-bg)!important;border:1px solid var(--color-border)!important;color:var(--color-text)!important}html.dark .google-login-btn:hover{background:var(--color-bg-alt)!important;border-color:var(--color-text-muted)!important}html.dark .login-card{background:var(--color-bg-alt)!important;border:1px solid var(--color-border)!important}html.dark .login-title{color:var(--color-text)!important}html.dark .login-description{color:var(--color-text-muted)!important}html.dark .login-hint{color:var(--color-text-light)!important}html.dark .login-divider{color:var(--color-text-muted)!important}html.dark .login-divider:before,html.dark .login-divider:after{background:var(--color-border)!important}html.dark .login-features,html.dark .login-features li{color:var(--color-text-muted)!important}html.dark .login-features svg{color:var(--color-primary)!important}html.dark .login-different-account-hint,html.dark .login-terms{color:var(--color-text-muted)!important}.lp-hero-avatar{margin-bottom:1.5rem}.lp-hero-avatar img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid var(--color-border)}.lp-hero-search-form{max-width:600px;margin:0 auto 1.5rem;display:flex;flex-direction:column;gap:1rem}.lp-hero-search-input{width:100%;padding:1rem 1.25rem;font-size:1rem;line-height:1.6;border:1px solid var(--color-border);border-radius:12px;background:var(--color-bg);color:var(--color-text);resize:none;font-family:var(--font-gothic)}.lp-hero-search-input::placeholder{color:var(--color-text-muted)}.lp-hero-search-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #00a5621a}.lp-hero-search-btn{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;background:var(--color-primary);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.lp-hero-search-btn:hover{background:#008f54;transform:translateY(-1px)}.lp-hero-skip{background:transparent;border:none;color:var(--color-text-muted);font-size:.9rem;cursor:pointer;padding:.5rem 1rem;transition:color .2s ease}.lp-hero-skip:hover{color:var(--color-text)}html.dark .lp-hero-avatar img{border-color:var(--color-border)}html.dark .lp-hero-search-input{background:var(--color-bg-alt);border-color:var(--color-border);color:var(--color-text)}html.dark .lp-hero-search-input::placeholder{color:var(--color-text-muted)}html.dark .lp-hero-search-input:focus{border-color:var(--color-primary)}html.dark .lp-hero-skip{color:var(--color-text-muted)}html.dark .lp-hero-skip:hover{color:var(--color-text)}.inquiry-confirmation{background:transparent!important;border:none!important;padding:.5rem 0}.inquiry-confirmation p{color:var(--color-text-muted);font-size:.9rem;margin:0}html.dark .inquiry-confirmation{background:transparent!important;border:none!important}html.dark .inquiry-confirmation p{color:var(--color-text-muted)!important}.lp-hero-title{font-size:clamp(1.5rem,4vw,2.5rem)!important;margin-bottom:.75rem!important}.lp-hero-subtitle{font-size:clamp(.9rem,2vw,1.1rem)!important;margin-bottom:2rem!important}.lp-hero-avatar,.lp-hero-skip{display:none!important}.lp-hero{position:relative;overflow:hidden;min-height:75vh!important}.lp-hero-bg-scroll{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;gap:0;padding:0;z-index:0}.lp-hero-bg-row{display:flex;gap:0;animation:heroScrollLeft 60s linear infinite;flex-shrink:0}.lp-hero-bg-row:nth-child(2){animation:heroScrollRight 45s linear infinite}.lp-hero-bg-row:nth-child(3){animation:heroScrollLeft 50s linear infinite}.lp-hero-bg-row:nth-child(4){animation:heroScrollRight 55s linear infinite}.lp-hero-bg-row img{width:400px;height:300px;object-fit:cover;border-radius:0;opacity:.7;flex-shrink:0}@keyframes heroScrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes heroScrollRight{0%{transform:translate(-25%)}to{transform:translate(25%)}}.lp-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#111827b3;z-index:1}.lp-hero-inner{position:relative;z-index:2}html.dark .lp-hero-overlay{background:#111827bf}html.dark .lp-hero-bg-row img{opacity:.5}html:not(.dark) .lp-hero-overlay{background:#ffffffb3}html:not(.dark) .lp-hero-bg-row img{opacity:.5}html.dark body{background-color:var(--color-bg);background-image:linear-gradient(rgba(75,85,99,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(75,85,99,.15) 1px,transparent 1px);background-size:120px 120px;background-position:0 0;background-attachment:fixed}html.dark main,html.dark .lp-section,html.dark .lp-stats,html.dark .lp-categories,html.dark .lp-target,html.dark .lp-how-it-works,html.dark .lp-features,html.dark .lp-about,html.dark .lp-cta-section,html.dark .finder-container,html.dark .tech-detail,html.dark .faq-page,html.dark .login-page,html.dark .login-page-container,html.dark .login-container,html.dark .mypage,html.dark .terms-page,html.dark .privacy-page,html.dark .legal-page{background-image:none!important;background-color:transparent!important}.site-footer{background:#0a0f1a;color:#9ca3af;margin-top:auto}.footer-main{max-width:1400px;margin:0 auto;padding:4rem 2rem 3rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.footer-logo svg{flex-shrink:0}.footer-tagline{font-size:.875rem;color:#6b7280;margin:0}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.footer-social a{color:#6b7280;transition:color .2s ease}.footer-social a:hover{color:#00a562}.footer-column h4{color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.25rem}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-column li a{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .2s ease}.footer-column li a:hover{color:#00a562}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem}.footer-bottom-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#6b7280}.footer-version{color:#4b5563}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1 / -1;margin-bottom:1rem}}@media(max-width:640px){.footer-main{padding:3rem 1.5rem 2rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-bottom-content{flex-direction:column;gap:.5rem;text-align:center}}.lp-hero-search-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;position:relative}.lp-hero-search-shortcut{position:absolute;right:1rem;display:inline-flex;align-items:center;justify-content:center;background:#fff3;color:#ffffffe6;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;letter-spacing:.02em}html.dark .finder-hero,html.dark .finder-page,html.dark .main-content,html.dark .sidebar,html.dark .content-with-sidebar{background:transparent!important;background-color:transparent!important;background-image:none!important}html.dark .roi-basis-item{border-bottom-color:#374151!important}html.dark .roi-basis-item:last-child{border-bottom:none!important}.poc-result-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.poc-result-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.poc-result-content{position:relative;background:var(--color-bg);border-radius:16px;max-width:1200px;width:100%;padding:0;box-shadow:0 20px 60px #00000080;animation:pocPopupIn .2s ease-out}@keyframes pocPopupIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.poc-result-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--color-border)}.poc-result-header h2{font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0}.poc-result-close{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--color-text-secondary);border-radius:8px;transition:all .15s}.poc-result-close:hover{background:var(--color-bg-secondary);color:var(--color-text)}.poc-result-tech{padding:1.5rem 2rem;background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border)}.poc-result-tech-label{display:block;font-size:.75rem;color:var(--color-text-secondary);margin-bottom:.25rem}.poc-result-tech-title{font-size:1rem;font-weight:600;color:var(--color-text)}.poc-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--color-border);margin:0}.poc-result-item{background:var(--color-bg);padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.poc-result-item.highlight{grid-column:1 / -1;background:linear-gradient(135deg,#10b9811a,#10b9810d);border-left:3px solid var(--color-primary)}.poc-result-label{font-size:.75rem;color:var(--color-text-secondary)}.poc-result-value{font-size:1.125rem;font-weight:600;color:var(--color-text)}.poc-result-value.large{font-size:1.5rem;color:var(--color-primary)}.poc-result-issue{padding:1rem 1.5rem;border-top:1px solid var(--color-border)}.poc-result-issue-label{display:block;font-size:.75rem;color:var(--color-text-secondary);margin-bottom:.5rem}.poc-result-issue-text{font-size:.9rem;color:var(--color-text);line-height:1.6;margin:0;padding:.75rem;background:var(--color-bg-secondary);border-radius:8px}.poc-result-footer{padding:1.5rem 2rem;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end}.poc-result-footer .btn-primary{min-width:100px}.btn-poc-result{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1rem;background:var(--color-primary);color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-poc-result:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.btn-poc-result i{width:14px;height:14px}@media(max-width:480px){.poc-result-content{max-width:100%;margin:.5rem;border-radius:12px}.poc-result-header{padding:1rem}.poc-result-header h2{font-size:1.1rem}.poc-result-item{padding:.75rem 1rem}.poc-result-value{font-size:1rem}.poc-result-value.large{font-size:1.25rem}}.roi-btn-highlight{animation:roiBtnPulse 1.5s ease-in-out infinite;box-shadow:0 0 0 3px #00a5624d}@keyframes roiBtnPulse{0%,to{box-shadow:0 0 0 3px #00a5624d}50%{box-shadow:0 0 0 6px #00a5621a}}.roi-restore-hint{margin-top:.75rem;padding:.75rem 1rem;background:#00a5621a;border:1px solid rgba(0,165,98,.3);border-radius:8px;font-size:.85rem;color:var(--color-primary);text-align:center}.poc-result-content.poc-result-full{max-width:1200px;max-height:85vh;display:flex;flex-direction:column}.poc-result-scroll{flex:1;overflow-y:auto;padding:1.5rem 2rem}.poc-result-scroll::-webkit-scrollbar{width:6px}.poc-result-scroll::-webkit-scrollbar-track{background:transparent}.poc-result-scroll::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.poc-result-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.poc-result-section-title{font-size:.875rem;font-weight:600;color:var(--color-text);margin-bottom:1rem}.poc-result-equation{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:var(--color-bg-secondary);border-radius:12px;margin-top:1rem;flex-wrap:wrap}.poc-eq-fraction{text-align:center}.poc-eq-numerator,.poc-eq-denominator{padding:.5rem 1rem}.poc-eq-divider{height:2px;background:var(--color-border);margin:.25rem 0}.poc-eq-label{font-size:.7rem;color:var(--color-text-muted);margin-bottom:.25rem}.poc-eq-value{font-size:1.25rem;font-weight:700;color:var(--color-text)}.poc-eq-equals{font-size:1.5rem;color:var(--color-text-muted)}.poc-eq-results{display:flex;gap:1rem}.poc-eq-result{text-align:center;padding:.75rem 1rem;background:var(--color-bg);border-radius:8px;border:1px solid var(--color-border)}.poc-eq-highlight{color:var(--color-primary)!important;font-size:1.5rem!important}.poc-result-basis-items{display:flex;flex-direction:column;gap:.75rem}.poc-result-basis-item{padding:.75rem;background:var(--color-bg-secondary);border-radius:8px}.poc-result-basis-label{font-size:.75rem;font-weight:600;color:var(--color-primary);margin-bottom:.25rem}.poc-result-basis-value{font-size:.8rem;color:var(--color-text-muted);line-height:1.5}.poc-result-strategy{font-size:.85rem;color:var(--color-text-muted);line-height:1.7;padding:1rem;background:var(--color-bg-secondary);border-radius:8px}.poc-result-strategy strong{color:var(--color-text)}@media(max-width:640px){.poc-result-content.poc-result-full{max-height:90vh;margin:1rem;border-radius:12px}.poc-result-equation{flex-direction:column;gap:.5rem}.poc-eq-equals{transform:rotate(90deg)}.poc-eq-results{flex-direction:column;width:100%}}
