:root{--wou-red: #db0a29;--wou-red-dark: #b30f2f;--wou-red-tint: #fdecee;--wou-red-border: #f2c3ca;--bg-page: #ffffff;--bg-surface: #ffffff;--bg-subtle: #fafafa;--bg-band: #D7D3D3;--bg-footer: #221f1f;--ink: #2f2b24;--text-primary: #333333;--text-secondary: #555555;--text-muted: #888888;--text-inverse: #ffffff;--border: #e6e6e6;--border-mid: #cccccc;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .05);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 6px 24px rgba(0, 0, 0, .18);--sidebar-width: 260px;--content-max: 600px;--radius: 4px;--font-body: "Montserrat", Arial, sans-serif;--green: #3aad6e;--green-dark: #2f8f5b;--duo-green: #6BBF4E;--duo-green-text: #437F2E}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg-page);color:var(--text-primary);line-height:1.6;min-height:100vh}img{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}a{color:var(--wou-red)}.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;height:93px;padding:0 26px 0 16px;background:#fff;border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink)}.brand img{height:56px;width:auto;display:block}.site-nav{display:flex;flex-wrap:wrap;align-items:center;gap:23px}.site-nav a{color:#333;text-decoration:none;font-size:16px;font-weight:500;padding:4px 0}.site-nav a:hover,.site-nav a:focus{color:var(--wou-red)}.site-nav a.icon-link{display:inline-flex;align-items:center;color:#333}.site-nav a.icon-link svg{width:18px;height:18px}.page-title{text-align:center;padding:22px 5% 20px;background:var(--bg-band)}.page-title h1{color:var(--ink);font-size:clamp(1.35rem,2.6vw,1.75rem);font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.page-title .rule{width:56px;height:3px;background:var(--wou-red);margin:10px auto 0}.site-footer{background:var(--bg-footer);color:#b7b3ac;padding:46px 5% 0;font-size:.84rem;line-height:1.7}.site-footer .foot-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px}.site-footer h2{color:#fff;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.site-footer ul{list-style:none}.site-footer ul li{margin-bottom:4px}.site-footer a{color:#e6e2db;text-decoration:none}.site-footer a:hover,.site-footer a:focus{color:#fff;text-decoration:underline}.foot-brand strong{color:#fff;display:block;font-size:.95rem;margin-bottom:6px;letter-spacing:.02em}.foot-social{display:flex;gap:12px;margin-top:18px}.foot-social a{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff}.foot-social a:hover,.foot-social a:focus{background:var(--wou-red);border-color:var(--wou-red);text-decoration:none}.foot-social svg{width:15px;height:15px;fill:currentColor}.land-ack{max-width:1080px;margin:38px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:.78rem;color:#9a958a}.foot-bottom{max-width:1080px;margin:0 auto;padding:18px 0 26px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:.76rem;color:#9a958a}.foot-bottom a{color:#9a958a;text-decoration:underline}.foot-legal{max-width:1080px;margin:0 auto;padding:0 0 26px;font-size:.72rem;color:#7f7a70;line-height:1.6}@media (max-width: 760px){.site-header{height:auto;flex-direction:column;align-items:flex-start;gap:12px;padding:14px 16px}.site-nav{gap:14px}.page-title{padding:18px 5% 16px}.site-footer .foot-inner{grid-template-columns:1fr 1fr}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-animate{animation:fadeSlideIn .35s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion: reduce){.step-animate{animation:none}}.app{display:flex;flex-direction:column;min-height:100vh;background:var(--bg-page)}.app-body{display:flex;flex:1;width:100%;max-width:calc(var(--sidebar-width) + var(--content-max) + 80px);margin:0 auto;padding:0 32px;gap:10px}.app-main{flex:1;padding:22px 0 56px;min-width:0}.progress-sidebar{width:var(--sidebar-width);flex-shrink:0;padding:28px 0}.progress-sidebar__inner{position:sticky;top:24px}.progress-sidebar__heading{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px;padding-left:4px}.progress-track{list-style:none;position:relative}.progress-item{position:relative;padding-bottom:8px}.progress-item__line{position:absolute;left:15px;top:-8px;width:2px;height:8px;background:var(--border);transition:background .3s ease}.progress-item__line--done{background:var(--wou-red)}.progress-item__row{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:var(--radius);transition:background .2s ease}.progress-item--active .progress-item__row{background:var(--wou-red-tint)}.progress-item__dot-wrap{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.progress-item__dot{width:28px;height:28px;border-radius:50%;border:2px solid var(--border-mid);background:var(--bg-surface);display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.progress-item--completed .progress-item__dot{background:var(--wou-red);border-color:var(--wou-red);color:#fff}.progress-item--completed .progress-item__dot svg{width:14px;height:14px}.progress-item--active .progress-item__dot{border-color:var(--wou-red);box-shadow:0 0 0 4px #db0a291f}.progress-item__pulse{width:10px;height:10px;border-radius:50%;background:var(--wou-red)}.progress-item--pending .progress-item__dot{border-color:var(--border);background:var(--bg-subtle)}.progress-item__label-wrap{display:flex;flex-direction:column;gap:2px;padding-top:3px}.progress-item__step-num{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);line-height:1}.progress-item--active .progress-item__step-num{color:var(--wou-red)}.progress-item__label{font-size:13px;font-weight:500;color:var(--text-secondary);line-height:1.3}.progress-item--active .progress-item__label{color:var(--wou-red-dark);font-weight:600}.progress-item--completed .progress-item__label,.progress-item--pending .progress-item__label{color:var(--text-muted)}.progress-item__row--clickable{cursor:pointer}.progress-item--completed .progress-item__row--clickable:hover,.progress-item--pending .progress-item__row--clickable:hover{background:var(--bg-subtle)}.step-content{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md)}.step-content__header{display:flex;align-items:flex-start;gap:20px;padding:26px 40px 22px;border-bottom:1px solid var(--border)}.step-badge{flex-shrink:0;width:46px;height:46px;border-radius:50%;background:var(--wou-red);display:flex;align-items:center;justify-content:center;margin-top:2px}.step-badge__number{font-size:20px;font-weight:700;color:var(--text-inverse);line-height:1}.step-content__title{font-size:26px;font-weight:700;color:var(--ink);line-height:1.25;margin-bottom:6px}.step-content__desc{font-size:15px;color:var(--text-secondary);line-height:1.6}.step-instructions{list-style:none;padding:22px 40px;display:flex;flex-direction:column;gap:16px;border-bottom:1px solid var(--border)}.step-instructions__item{display:flex;align-items:flex-start;gap:14px;font-size:15px;color:var(--text-primary);line-height:1.6}.step-instructions__bullet{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--wou-red);color:#fff;font-size:12px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;margin-top:3px}.step-instructions__sub{display:flex;align-items:baseline;gap:10px;padding-left:38px;padding-top:2px;font-size:14px;color:var(--text-secondary);line-height:1.5}.step-instructions__sub-bullet{flex-shrink:0;color:var(--wou-red);font-size:16px;line-height:1}.step-instructions__choice{display:flex;flex-direction:column;gap:8px}.step-instructions__or{font-size:20px;font-weight:700;line-height:1;letter-spacing:.04em;color:var(--wou-red)}.step-instructions__inline-block{padding:6px 0}.step-instructions__inline-image{padding-left:38px}.step-action{padding:28px 40px 30px;border-bottom:1px solid var(--border);text-align:center}.step-instructions__inline-action{margin:6px -40px;padding:22px 40px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center}.btn--action{padding:16px 32px;font-size:1.02rem}.btn--action svg{width:16px;height:16px;flex:none}.step-action__hint{margin-top:11px;font-size:12.5px;color:var(--text-muted);line-height:1.5}.step-url-callout{padding:14px 18px;background:var(--bg-footer);border-radius:var(--radius);display:flex;align-items:center;gap:16px}.step-url-callout--standalone{margin:24px 40px}.step-url-callout__label{font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffffc7;flex-shrink:0}.step-url-callout__link{font-family:Courier New,Courier,monospace;font-size:14px;color:#7dd3fc;text-decoration:none;word-break:break-all;transition:color .15s ease}.step-url-callout__link:hover{color:#bae6fd;text-decoration:underline}.step-content__image{display:flex;justify-content:center;padding:0 40px;margin-bottom:32px}.step-instructions~.step-content__image,.step-action~.step-content__image{padding-top:28px}.img-wrap{flex-shrink:0;max-width:100%}.step-screenshot{width:100%;display:block;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.img-placeholder{width:100%;aspect-ratio:16 / 9;border:2px dashed var(--border-mid);border-radius:var(--radius);background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,0,0,.018) 10px,rgba(0,0,0,.018) 20px),var(--bg-subtle);display:flex;align-items:center;justify-content:center}.img-placeholder__inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;max-width:420px}.img-placeholder__icon{width:40px;height:40px;color:var(--text-muted);opacity:.6}.img-placeholder__label{font-size:13px;font-weight:500;color:var(--text-secondary);line-height:1.4}.img-placeholder__meta{display:flex;flex-direction:column;align-items:center;gap:6px}.img-placeholder__tag{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);background:var(--border);padding:2px 8px;border-radius:20px}.img-placeholder__filename{font-family:Courier New,Courier,monospace;font-size:11px;color:var(--text-muted);background:var(--bg-subtle);border:1px solid var(--border);padding:4px 10px;border-radius:var(--radius)}.step-nav{display:flex;align-items:center;justify-content:space-between;padding:22px 40px 26px;border-top:1px solid var(--border)}.step-nav__left,.step-nav__right{display:flex;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 30px;border-radius:var(--radius);font-family:inherit;font-size:1rem;font-weight:600;letter-spacing:.02em;border:none;line-height:1;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn--primary{background:var(--wou-red);color:var(--text-inverse)}.btn--primary:hover{background:var(--wou-red-dark)}.btn--primary:focus-visible{outline:3px solid rgba(219,10,41,.4);outline-offset:2px}.btn--finish{background:var(--green)}.btn--finish:hover{background:var(--green-dark)}.btn--ghost{background:#fff;color:var(--text-secondary);border:1px solid var(--border-mid)}.btn--ghost:hover{background:var(--bg-subtle);border-color:#999;color:var(--text-primary)}.btn--home{background:#fff;color:var(--wou-red);border:1px solid var(--wou-red-border)}.btn--home:hover{background:var(--wou-red-tint);border-color:var(--wou-red)}.branch-selector{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);overflow:visible}.branch-selector__header{padding:30px 40px 24px;border-bottom:1px solid var(--border)}.branch-selector__title{font-size:26px;font-weight:700;color:var(--ink);margin-bottom:6px}.branch-selector__subtitle{font-size:15px;color:var(--text-secondary);line-height:1.5}.branch-selector__cards{padding:28px 40px;display:flex;flex-direction:column;gap:14px}.branch-selector__cards+.branch-selector__note{padding-top:0}.branch-selector__note{padding:0 40px 28px}.branch-card{display:flex;align-items:center;gap:20px;padding:20px 24px;background:#fff;border:2px solid var(--border-mid);border-radius:var(--radius);text-align:left;transition:border-color .15s ease,background .15s ease}.branch-card:hover{border-color:var(--wou-red);background:var(--wou-red-tint)}.branch-card:hover .branch-card__label{color:var(--wou-red)}.branch-card:focus-visible{outline:3px solid rgba(219,10,41,.35);outline-offset:2px}.branch-card__icon-wrap{flex-shrink:0;width:46px;height:46px;border-radius:var(--radius);background:var(--wou-red);color:#fff;display:flex;align-items:center;justify-content:center}.branch-card__icon-wrap svg{width:22px;height:22px}.branch-card__content{flex:1;display:flex;flex-direction:column;gap:3px}.branch-card__label{font-size:17px;font-weight:700;color:var(--ink);line-height:1.25}.branch-card__desc{font-size:14px;color:var(--text-secondary);line-height:1.45}.branch-card__arrow{flex-shrink:0;width:20px;height:20px;color:var(--text-muted);transition:color .15s ease}.branch-card:hover .branch-card__arrow{color:var(--wou-red)}.branch-selector__back{padding:0 40px 28px}.duo-word{color:var(--duo-green-text);font-weight:700}.branch-card:hover .duo-word{color:var(--duo-green-text)}.not-word{color:var(--wou-red);font-weight:700}.branch-card:hover .not-word,.branch-card:focus-visible .not-word{color:var(--ink)}.duo-info{position:relative;display:inline-block}.duo-info__trigger{display:inline-flex;align-items:center;gap:7px;background:none;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;color:var(--wou-red);border-bottom:1px dotted var(--wou-red);line-height:1.4}.duo-info__trigger:hover{color:var(--wou-red-dark);border-bottom-color:var(--wou-red-dark)}.duo-info__trigger:focus-visible{outline:3px solid rgba(219,10,41,.35);outline-offset:3px}.duo-info__mark{flex:none;display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:50%;background:var(--wou-red);color:#fff;font-size:11px;font-weight:700;line-height:1}.duo-info__bubble{position:absolute;top:calc(100% + 12px);left:0;z-index:20;width:max-content;max-width:340px;background:var(--bg-footer);color:#e6e2db;padding:13px 16px;border-radius:var(--radius);font-size:13px;font-weight:400;line-height:1.55;box-shadow:0 6px 20px #00000040;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s}.duo-info__bubble:before{content:"";position:absolute;bottom:100%;left:16px;border:7px solid transparent;border-bottom-color:var(--bg-footer)}.duo-info__bubble .duo-word{color:var(--duo-green)}.duo-info:hover .duo-info__bubble,.duo-info:focus-within .duo-info__bubble{opacity:1;visibility:visible;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.duo-info__bubble{transition:none}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:fadeSlideIn .2s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion: reduce){.modal-overlay{animation:none}}.modal{background:var(--bg-surface);border-left:5px solid var(--wou-red);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:520px;overflow:hidden}.modal__header{display:flex;align-items:center;gap:16px;padding:22px 28px 18px;border-bottom:1px solid var(--border)}.modal__icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--wou-red);color:#fff;display:flex;align-items:center;justify-content:center}.modal__icon svg{width:20px;height:20px}.modal__title{font-size:20px;font-weight:700;color:var(--ink);line-height:1.2}.modal__image{padding:20px 28px 0}.modal__text{padding:18px 28px;font-size:15px;color:var(--text-primary);line-height:1.65}.modal__actions{padding:0 28px 24px;display:flex;justify-content:flex-end}.modal__ok{min-width:100px}@media (max-width: 860px){.progress-sidebar{display:none}.app-body{padding:0 16px}.step-content__header,.step-instructions,.step-action,.step-nav,.step-content__image,.branch-selector__header,.branch-selector__cards,.branch-selector__note,.branch-selector__back{padding-left:22px;padding-right:22px}.step-url-callout--standalone{margin-left:22px;margin-right:22px}.step-instructions__inline-action{margin-left:-22px;margin-right:-22px;padding-left:22px;padding-right:22px}.step-instructions__sub,.step-instructions__inline-image{padding-left:0}}@media (max-width: 560px){.duo-info__bubble{max-width:min(340px,calc(100vw - 60px))}}
