:root{--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-primary-light:#dbeafe;--color-secondary:#059669;--color-secondary-light:#d1fae5;--color-accent:#f59e0b;--color-danger:#dc2626;--color-danger-light:#fee2e2;--color-success:#16a34a;--color-success-light:#dcfce7;--color-bg:#f8fafc;--color-surface:#fff;--color-text:#1e293b;--color-text-muted:#64748b;--color-border:#e2e8f0;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--radius:12px;--radius-sm:8px;--font-sans:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;width:100%;min-width:0;min-height:100vh;display:flex}main{width:100%;min-width:0}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border-radius:var(--radius-sm);border:none;font-family:inherit;font-size:.95rem;transition:all .2s}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark)}.btn-secondary{background:var(--color-secondary);color:#fff}.btn-secondary:hover{background:#047857}.btn-outline{border:2px solid var(--color-primary);color:var(--color-primary);background:0 0}.btn-outline:hover{background:var(--color-primary-light)}.btn-danger{background:var(--color-danger);color:#fff}.btn-lg{padding:.875rem 1.75rem;font-size:1.05rem}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--color-border);padding:1.5rem}.card-title{color:var(--color-text);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.page-container{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:1.5rem}.page-title{color:var(--color-text);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.page-subtitle{color:var(--color-text-muted);margin-bottom:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.badge{border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-primary{background:var(--color-primary-light);color:var(--color-primary)}.badge-success{background:var(--color-success-light);color:var(--color-success)}.badge-danger{background:var(--color-danger-light);color:var(--color-danger)}.progress-bar{background:var(--color-border);border-radius:999px;height:8px;overflow:hidden}.progress-bar-fill{background:var(--color-primary);border-radius:999px;height:100%;transition:width .5s}.stat-value{color:var(--color-primary);font-size:2rem;font-weight:800}.stat-label{color:var(--color-text-muted);font-size:.875rem}.choice-btn{text-align:left;background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-sm);width:100%;margin-bottom:.75rem;padding:1rem 1.25rem;font-size:1rem;transition:all .2s;display:block}.choice-btn:hover:not(:disabled),.choice-btn.selected{border-color:var(--color-primary);background:var(--color-primary-light)}.choice-btn.correct{border-color:var(--color-success);background:var(--color-success-light)}.choice-btn.incorrect{border-color:var(--color-danger);background:var(--color-danger-light)}.explanation-box{background:var(--color-primary-light);border-radius:var(--radius-sm);border-left:4px solid var(--color-primary);margin-top:1.5rem;padding:1.25rem}.timer{font-variant-numeric:tabular-nums;color:var(--color-accent);font-size:1.5rem;font-weight:700}.timer.warning{color:var(--color-danger);animation:1s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.nav-card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--color-border);color:inherit;padding:1.5rem;text-decoration:none;transition:all .2s;display:block}.nav-card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary);text-decoration:none;transform:translateY(-2px)}.nav-card-icon{margin-bottom:.75rem;font-size:2rem}.nav-card-title{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.nav-card-desc{color:var(--color-text-muted);font-size:.875rem}@media (width<=640px){.page-container{padding:1rem}.page-title{font-size:1.375rem}.stat-value{font-size:1.5rem}}.header{background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);z-index:100;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1100px;height:60px;margin:0 auto;padding:0 1.5rem;display:flex}.header-logo{color:var(--color-text);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:800;text-decoration:none;display:flex}.header-logo:hover{text-decoration:none}.header-logo-icon{font-size:1.5rem}.header-nav{gap:.25rem;display:flex}.header-nav-link{border-radius:var(--radius-sm);color:var(--color-text-muted);padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.header-nav-link:hover{background:var(--color-primary-light);color:var(--color-primary);text-decoration:none}.header-nav-link.active{background:var(--color-primary);color:#fff}@media (width<=640px){.header-inner{padding:0 1rem}.header-logo-text{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header-nav-link{padding:.4rem .6rem;font-size:.75rem}}.section{margin-top:2.5rem}.section-title{color:var(--color-text);margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.stat-card{text-align:center;padding:1.5rem}.category-stats{flex-direction:column;gap:1rem;display:flex}.category-stat-item{background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--color-border);padding:1rem 1.25rem}.category-stat-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.category-stat-name{font-size:.9rem;font-weight:600}.category-stat-value{color:var(--color-primary);font-weight:700}.category-stat-count{color:var(--color-text-muted);margin-left:.25rem;font-size:.8rem;font-weight:400}@media (width<=640px){.stats-grid{grid-template-columns:1fr}}.practical-task-page{max-width:1180px}.task-hero{color:#fff;background:radial-gradient(circle at 85% 10%,#fdba7459,#0000 30%),linear-gradient(135deg,#172554 0%,#1e3a8a 58%,#1d4ed8 100%);border-radius:22px;justify-content:space-between;align-items:flex-end;gap:2rem;margin:.5rem 0 2rem;padding:1.75rem 2rem;display:flex;box-shadow:0 18px 50px #1e40af33}.task-hero .page-title{color:#fff;letter-spacing:.015em;margin:.25rem 0 .4rem;font-size:clamp(1.65rem,4vw,2.4rem)}.task-hero .page-subtitle{color:#dbeafe;max-width:650px;margin:0}.task-eyebrow{color:#fdba74;letter-spacing:.14em;font-size:.75rem;font-weight:800}.official-source-link{color:#fff;background:#ffffff1f;border:1px solid #ffffff4d;border-radius:999px;flex:none;padding:.7rem 1rem;font-size:.82rem;font-weight:700}.official-source-link:hover{color:#fff;background:#fff3;text-decoration:none}.task-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.75rem;margin-bottom:2rem;display:grid}.task-card{min-height:142px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);text-align:left;border-radius:14px;flex-direction:column;align-items:flex-start;padding:1rem;display:flex;box-shadow:0 4px 18px #0f172a0a}.task-card:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 12px 28px #2563eb1a}.task-card.active{color:#fff;background:linear-gradient(145deg,#1d4ed8,#2563eb);border-color:#2563eb;box-shadow:0 12px 30px #2563eb40}.task-card-topline{justify-content:space-between;align-items:center;width:100%;display:flex}.task-number{color:var(--color-primary);letter-spacing:.06em;font-size:.76rem;font-weight:800}.task-card.active .task-number,.task-card.active .task-time,.task-card.active .task-card-action{color:#dbeafe}.task-title{margin:.55rem 0 auto;font-size:.92rem;font-weight:750;line-height:1.45}.task-time{color:var(--color-text-muted);letter-spacing:.04em;font-size:.68rem;font-weight:700}.task-card-action{color:var(--color-primary);margin-top:.75rem;font-size:.72rem;font-weight:750}.task-detail{border-radius:22px;min-width:0;max-width:100%;margin-top:1rem;padding:clamp(1.1rem,3vw,2.25rem);scroll-margin-top:1rem;overflow:hidden;box-shadow:0 20px 60px #0f172a14}.task-detail-heading{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.task-detail-number{color:#7c3aed;letter-spacing:.12em;font-size:.72rem;font-weight:850}.task-detail-heading h2{margin:.25rem 0 .55rem;font-size:clamp(1.35rem,3vw,1.9rem);line-height:1.35}.task-detail-heading p{max-width:760px;color:var(--color-text-muted)}.exam-time{color:#9a3412;text-align:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:50%;flex:none;place-content:center;width:76px;height:76px;line-height:1;display:grid}.exam-time strong{font-size:1.45rem}.exam-time small{margin-top:.2rem;font-size:.68rem;font-weight:700}.section-heading-row{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.task-detail h3{font-size:1rem;font-weight:800}.diagram-chip{color:#6d28d9;background:#f3e8ff;border-radius:999px;padding:.2rem .6rem;font-size:.68rem;font-weight:750}.candidate-diagram{margin:0}.candidate-diagram svg{width:100%;min-width:620px;display:block}.candidate-diagram figcaption{color:var(--color-text-muted);text-align:center;margin-top:.5rem;font-size:.76rem}.task-detail section[aria-labelledby=diagram-title]{min-width:0;max-width:100%;padding-bottom:.25rem;overflow-x:auto}.diagram-surface{fill:#fafbff;stroke:#e2e8f0}.diagram-wire{fill:none;stroke:#24324a;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round}.diagram-wire.dashed{stroke-dasharray:9 7}.diagram-symbol{stroke:#172554;stroke-width:3px}.diagram-symbol-fill,.diagram-box{fill:#fff}.diagram-box{stroke:#475569;stroke-width:3px}.diagram-detail{fill:none;stroke:#172554;stroke-width:2.5px;stroke-linecap:round}.diagram-switch{fill:#f97316;stroke:#fff;stroke-width:3px;paint-order:stroke}.diagram-pilot{fill:#ef4444;stroke:#172554;stroke-width:2.5px}.diagram-symbol-letter{fill:#172554;text-anchor:middle;font-size:17px;font-weight:800}.diagram-symbol-label,.diagram-detail-label,.diagram-wire-label,.diagram-note{fill:#475569;font-family:var(--font-sans);paint-order:stroke;stroke:#fafbff;stroke-width:6px;stroke-linejoin:round}.diagram-symbol-label{font-size:13px;font-weight:700}.diagram-detail-label{font-size:11px;font-weight:800}.diagram-wire-label{font-size:12px;font-weight:700}.diagram-note{font-size:11px;font-weight:650}.diagram-description{color:#334155;background:#f8fafc;border-left:4px solid #8b5cf6;border-radius:0 8px 8px 0;margin:.8rem 0 2rem;padding:.85rem 1rem;font-size:.88rem}.task-learning-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:1.5rem;display:grid}.material-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:.8rem;list-style:none;display:grid}.material-grid li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.65rem;min-height:58px;padding:.6rem .75rem;font-size:.79rem;font-weight:650;display:flex}.material-icon{color:#2563eb;background:#dbeafe;border-radius:9px;flex:none;place-items:center;width:38px;height:38px;display:grid}.material-icon svg{width:30px;height:30px}.focus-panel{color:#422006;background:linear-gradient(145deg,#fffbeb,#fff7ed);border:1px solid #fde68a;border-radius:14px;padding:1.1rem 1.2rem}.focus-panel ol{counter-reset:focus;gap:.75rem;margin-top:.85rem;padding:0;list-style:none;display:grid}.focus-panel li{counter-increment:focus;grid-template-columns:24px 1fr;align-items:start;gap:.55rem;font-size:.83rem;font-weight:650;display:grid}.focus-panel li:before{content:counter(focus);color:#fff;background:#f97316;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.7rem;font-weight:800;display:grid}.source-note{color:var(--color-text-muted);border-top:1px solid var(--color-border);margin-top:1.5rem;padding-top:1rem;font-size:.72rem}.task-page-footer{margin-top:2rem}@media (width<=760px){.task-hero{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.4rem}.task-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.task-card{min-height:150px}.task-learning-grid,.material-grid{grid-template-columns:1fr}}@media (width<=560px){.task-grid{grid-template-columns:1fr}.task-card{min-height:122px}.task-detail-heading{gap:1rem}.exam-time{width:62px;height:62px}}.connection-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.connection-toolbar-label{font-size:.9rem;font-weight:700}.connection-colors,.connection-edit-actions,.connection-primary-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.connection-edit-actions{margin-left:auto}.connection-primary-actions{margin-top:1.5rem}.connection-card{overflow:hidden}.connection-canvas-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.connection-svg{border-radius:var(--radius-sm);border:1px solid var(--color-border);touch-action:manipulation;background:#fafafa;width:100%;max-width:700px;margin:0 auto;display:block}.connection-terminal{cursor:pointer;touch-action:manipulation;outline:none}.connection-terminal:focus-visible circle:last-of-type{stroke:var(--color-primary);stroke-width:4px}.connection-terminal[aria-disabled=true]{cursor:default}.connection-hint{text-align:center;color:var(--color-text-muted);margin-top:.75rem;font-size:.875rem}.color-btn{touch-action:manipulation;border:2px solid #0000;border-radius:999px;min-height:42px;padding:.45rem 1rem;font-size:.8rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.color-btn.active{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}.color-white{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.color-black{color:#fff;background:#1e293b}.color-red{color:#dc2626;background:#fee2e2}.color-green{color:#15803d;background:#dcfce7}.judge-result{border-radius:var(--radius-sm);border-left:4px solid;margin-top:1.5rem;padding:1.25rem}.judge-result.success{background:var(--color-success-light);border-color:var(--color-success)}.judge-result.fail{background:var(--color-danger-light);border-color:var(--color-danger)}.judge-result h3{margin-bottom:.75rem}.judge-result ul{padding-left:1.25rem;line-height:1.7}.judge-summary{list-style:none;padding-left:0!important}.judge-details{border-top:1px solid #64748b40;margin-top:1rem;padding-top:1rem}.judge-details h4{margin-bottom:.4rem;font-size:.9rem}.judge-details li{font-size:.875rem}.rules-box{background:var(--color-bg);border-radius:var(--radius-sm);border:1px solid var(--color-border);margin-top:1.5rem;padding:1.25rem}.rules-box h3{margin-bottom:.75rem;font-size:.95rem;font-weight:700}.rules-box ul{color:var(--color-text-muted);padding-left:1.5rem;font-size:.9rem;line-height:1.8;list-style:outside}@media (width<=640px){.connection-edit-actions{width:100%;margin-left:0}.connection-edit-actions .btn,.connection-primary-actions .btn{flex:150px}.connection-card{padding:.75rem}.connection-svg{min-width:560px}}.checklist-summary{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:400px;margin-bottom:2rem;display:grid}.defect-list{flex-direction:column;gap:.75rem;display:flex}.defect-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:all .2s;overflow:hidden}.defect-item.checked{border-color:var(--color-success);background:var(--color-success-light)}.defect-header{align-items:center;gap:.75rem;padding:1rem;display:flex}.defect-checkbox{cursor:pointer;align-items:center;display:flex;position:relative}.defect-checkbox input{cursor:pointer;width:20px;height:20px;accent-color:var(--color-success)}.defect-title-btn{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:.75rem;padding:0;display:flex}.severity-badge{white-space:nowrap;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.severity-badge.major{background:var(--color-danger-light);color:var(--color-danger)}.severity-badge.minor{color:#d97706;background:#fef3c7}.defect-title{font-size:.95rem;font-weight:600}.defect-body{border-top:1px solid var(--color-border);margin-top:-.25rem;padding:1rem 1rem 1rem 3rem}.defect-desc{color:var(--color-text-muted);margin-bottom:.75rem;line-height:1.7}.prevention-box{background:var(--color-primary-light);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.9rem;line-height:1.6}@media (width<=640px){.checklist-summary{grid-template-columns:1fr}}
