*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary:#0a1628;--bg-secondary:#1a365d;--bg-tertiary:#0d2847;--text-primary:#fff;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-green:#10b981;--accent-green-light:#34d399;--accent-blue:#3b82f6;--accent-blue-light:#60a5fa;--accent-purple:#8b5cf6;--accent-purple-light:#a78bfa;--accent-amber:#f59e0b;--accent-amber-light:#fbbf24;--card-bg:hsla(0,0%,100%,.03);--card-border:hsla(0,0%,100%,.08)}body{font-family:Noto Sans JP,Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 24px;background:rgba(10,22,40,.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--card-border)}.header-inner{max-width:1200px;margin:0 auto;justify-content:space-between}.header-inner,.logo{display:flex;align-items:center}.logo{gap:12px;text-decoration:none;color:var(--text-primary)}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(139,92,246,.1));border:1px solid rgba(59,130,246,.3);border-radius:12px;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:22px;height:22px;color:var(--accent-blue-light)}.logo-text{font-size:20px;font-weight:400;letter-spacing:0}.logo-text span{color:var(--accent-blue-light);font-weight:400}.nav{display:flex;gap:32px}.nav a{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:color .3s ease}.nav a:hover{color:var(--text-primary)}@media (max-width:768px){.nav{display:none}.header{padding:12px 16px}.logo-text{font-size:18px}.logo-icon{width:36px;height:36px}.logo-icon svg{width:20px;height:20px}}.main-section{padding:80px 24px 40px;position:relative;background:linear-gradient(180deg,rgba(59,130,246,.08),rgba(59,130,246,.03) 30%,transparent 60%)}@media (max-width:600px){.main-section{padding:100px 10px 50px}}.main-section:before{content:"";position:absolute;top:0;left:0;right:0;height:400px;background:radial-gradient(ellipse at 50% 0,rgba(59,130,246,.12) 0,transparent 70%);pointer-events:none}.section-container{max-width:1100px;margin:0 auto;position:relative;z-index:1}.section-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.25);padding:8px 16px;border-radius:50px;font-size:12px;font-weight:600;color:var(--accent-blue-light);letter-spacing:1.5px;margin-bottom:24px}.section-badge svg{width:16px;height:16px}@media (max-width:600px){.main-section{padding:70px 10px 30px}.section-badge{font-size:10px;padding:6px 12px;margin-bottom:16px}.section-badge svg{width:14px;height:14px}}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:900px){.cards-grid{gap:16px}}@media (max-width:600px){.cards-grid{grid-template-columns:repeat(3,1fr);gap:8px}}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:20px;text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-accent);opacity:0;transition:opacity .3s ease}.card:hover{transform:translateY(-8px);background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.15);box-shadow:0 25px 50px rgba(0,0,0,.4),0 0 80px var(--card-glow)}.card:hover:before{opacity:1}.card.eyedrops{--card-accent:linear-gradient(90deg,#10b981,#34d399);--card-glow:rgba(16,185,129,.2)}.card.iol{--card-accent:linear-gradient(90deg,#3b82f6,#60a5fa);--card-glow:rgba(59,130,246,.2)}.card.multifocal{--card-accent:linear-gradient(90deg,#8b5cf6,#a78bfa);--card-glow:rgba(139,92,246,.2)}.card.journals{--card-accent:linear-gradient(90deg,#22d3ee,#67e8f9);--card-glow:rgba(34,211,238,.2)}.card.videos{--card-accent:linear-gradient(90deg,#f59e0b,#fbbf24);--card-glow:rgba(245,158,11,.2)}.card.placeholder{--card-accent:linear-gradient(90deg,#475569,#64748b);--card-glow:rgba(71,85,105,.1);opacity:.4;cursor:default}.card.placeholder:hover{transform:none;box-shadow:none;background:var(--card-bg);border-color:var(--card-border)}.card-icon{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}.card.eyedrops .card-icon{background:linear-gradient(135deg,rgba(16,185,129,.2),rgba(16,185,129,.05));border:1px solid rgba(16,185,129,.3)}.card.iol .card-icon{background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(59,130,246,.05));border:1px solid rgba(59,130,246,.3)}.card.multifocal .card-icon{background:linear-gradient(135deg,rgba(139,92,246,.2),rgba(139,92,246,.05));border:1px solid rgba(139,92,246,.3)}.card.journals .card-icon{background:linear-gradient(135deg,rgba(34,211,238,.2),rgba(34,211,238,.05));border:1px solid rgba(34,211,238,.3)}.card.videos .card-icon{background:linear-gradient(135deg,rgba(245,158,11,.2),rgba(245,158,11,.05));border:1px solid rgba(245,158,11,.3)}.card.placeholder .card-icon{background:linear-gradient(135deg,rgba(71,85,105,.2),rgba(71,85,105,.05));border:1px solid rgba(71,85,105,.3)}.card-icon svg{width:28px;height:28px}.card.eyedrops .card-icon svg{color:var(--accent-green-light)}.card.iol .card-icon svg{color:var(--accent-blue-light)}.card.multifocal .card-icon svg{color:var(--accent-purple-light)}.card.journals .card-icon svg{color:#67e8f9}.card.videos .card-icon svg{color:var(--accent-amber-light)}.card.placeholder .card-icon svg{color:var(--text-muted)}.card-tag{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:4px 10px;border-radius:6px;margin-bottom:10px;width:-moz-fit-content;width:fit-content}.card.eyedrops .card-tag{background:rgba(16,185,129,.15);color:var(--accent-green-light)}.card.iol .card-tag{background:rgba(59,130,246,.15);color:var(--accent-blue-light)}.card.multifocal .card-tag{background:rgba(139,92,246,.15);color:var(--accent-purple-light)}.card.journals .card-tag{background:rgba(34,211,238,.15);color:#67e8f9}.card.videos .card-tag{background:rgba(245,158,11,.15);color:var(--accent-amber-light)}.card.placeholder .card-tag{background:rgba(71,85,105,.15);color:var(--text-muted)}.card-title{font-size:17px;font-weight:700;color:var(--text-primary);margin-bottom:8px;line-height:1.4}.card-description{font-size:13px;color:var(--text-secondary);line-height:1.7;margin-bottom:14px;flex-grow:1}.card-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.feature-chip{font-size:11px;color:#cbd5e1;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);padding:5px 10px;border-radius:6px}.card-footer{justify-content:space-between;padding-top:16px;border-top:1px solid var(--card-border);margin-top:auto}.card-footer,.card-status{display:flex;align-items:center}.card-status{font-size:12px;color:var(--text-muted);gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:pulse 2s infinite}.status-dot.coming-soon{background:var(--text-muted);animation:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.card-arrow{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.card-arrow svg{width:18px;height:18px;color:var(--text-muted);transition:all .3s ease}.card:hover .card-arrow{background:hsla(0,0%,100%,.1)}.card:hover .card-arrow svg{color:var(--text-primary);transform:translateX(4px)}@media (max-width:768px){.cards-grid{gap:12px}.card{padding:16px 14px;border-radius:16px}.card-icon{width:40px;height:40px;min-width:40px;min-height:40px;margin-bottom:12px;border-radius:10px}.card-icon svg{width:20px;height:20px}.card-tag{font-size:8px;padding:3px 6px;margin-bottom:8px}.card-title{font-size:14px;margin-bottom:6px}.card-description{font-size:11px;margin-bottom:10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-features{margin-bottom:10px;gap:4px}.feature-chip{font-size:9px;padding:3px 6px}.card-footer{padding-top:10px}.card-status{font-size:10px}.card-arrow{width:28px;height:28px}.card-arrow svg{width:14px;height:14px}}@media (max-width:600px){.cards-grid{gap:6px}.card{padding:10px 8px;border-radius:12px}.card-icon{width:28px;height:28px;min-width:28px;min-height:28px;margin-bottom:6px;border-radius:8px}.card-icon svg{width:14px;height:14px}.card-tag{font-size:6px;padding:2px 4px;margin-bottom:4px;letter-spacing:.5px}.card-title{font-size:10px;margin-bottom:4px}.card-description{font-size:8px;margin-bottom:6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-features{display:none}.card-footer{padding-top:6px;margin-top:auto}.card-status{font-size:7px;gap:3px}.status-dot{width:4px;height:4px}.card-arrow{width:20px;height:20px}.card-arrow svg{width:10px;height:10px}}.articles-section{padding:40px 24px 80px;background:#1e3a5f}.articles-container{max-width:900px;margin:0 auto}.articles-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.articles-list{display:flex;flex-direction:column}.no-articles{text-align:center;padding:40px;color:#64748b}.article-card{background:transparent;border:none;border-bottom:1px solid #334155;padding:16px 0;text-decoration:none;color:inherit;display:flex;align-items:center;gap:16px;transition:all .3s ease}.article-card:first-child{border-top:1px solid #334155}.article-card:hover{background:#263c56;transform:translateX(4px)}.article-thumbnail{width:200px;height:140px;background:#334155;border:1px solid #475569;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#94a3b8;overflow:hidden}.article-thumbnail img{width:100%;height:100%;object-fit:cover}.article-thumbnail svg{width:20px;height:20px}.article-info{flex-grow:1;min-width:0}.article-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.article-tag{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:600;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.article-tag.case{background:#1e3a5f;color:#60a5fa;border:1px solid #3b82f6}.article-tag.video{background:#422006;color:#fbbf24;border:1px solid #f59e0b}.article-tag.tool{background:#064e3b;color:#34d399;border:1px solid #10b981}.article-tag.news{background:#2e1065;color:#a78bfa;border:1px solid #8b5cf6}.article-date{font-size:10px;color:#64748b}.article-title{font-size:13px;font-weight:600;color:#fff;line-height:1.4;margin-bottom:2px}.article-description{font-size:11px;color:#94a3b8;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.article-arrow{color:#64748b;flex-shrink:0;transition:all .3s ease}.article-arrow svg{width:18px;height:18px}.article-card:hover .article-arrow{color:#94a3b8;transform:translateX(4px)}@media (max-width:600px){.articles-section{padding:30px 16px 60px}.article-card{padding:12px 0;gap:12px}.article-thumbnail{width:112px;height:84px}.article-thumbnail svg{width:16px;height:16px}.article-title{font-size:11px}.article-description{font-size:10px}.article-tag{font-size:8px;padding:2px 6px}.article-date{font-size:9px}.article-arrow svg{width:16px;height:16px}}.footer{padding:18px;background:#0a1628;border-top:1px solid #1e293b}.footer-content{max-width:900px;margin:0 auto;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-content,.footer-left{display:flex;align-items:center}.footer-left{gap:8px}.footer-logo{font-size:13px;font-weight:700;color:#fff}.footer-copy{font-size:10px;color:#64748b}.footer-links{display:flex;gap:16px}.footer-links a{font-size:11px;color:#64748b;text-decoration:none}.footer-links a:hover{color:#fff}@media (max-width:600px){.footer{padding:16px}.footer-content{flex-direction:column;text-align:center}.footer-logo{font-size:12px}.footer-copy{font-size:9px}.footer-links a{font-size:10px}}