.home{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home-header{text-align:center;color:#fff;padding:3rem 2rem 2rem;animation:fadeInDown .6s ease-out}.home-header h1{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.home-subtitle{font-size:1.3rem;opacity:.9;font-weight:300}.home-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.home-content{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:3rem;animation:fadeInUp .8s ease-out}.home-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.home-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #0003;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.home-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.card-icon{font-size:4rem;margin-bottom:1.5rem}.home-card h2{font-size:2rem;color:#1f2937;margin-bottom:1rem;font-weight:600}.home-card p{font-size:1.1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.card-button{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #667eea66}.card-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.home-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{background:#fffffff2;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0000001a}.feature:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.feature-icon{font-size:3rem;display:block;margin-bottom:1rem}.feature h3{font-size:1.3rem;color:#1f2937;margin-bottom:.75rem;font-weight:600}.feature p{color:#6b7280;line-height:1.6;font-size:.95rem}.home-footer{text-align:center;color:#fff;padding:2rem;opacity:.8;font-size:.9rem}@media(max-width:768px){.home-header h1{font-size:2.5rem}.home-subtitle{font-size:1.1rem}.home-main{padding:1rem}.home-cards-container{grid-template-columns:1fr;gap:1.5rem}.home-card{padding:2rem 1.5rem}.card-icon{font-size:3rem}.home-card h2{font-size:1.5rem}.home-card p{font-size:1rem}.card-button{padding:.875rem 2rem;font-size:1rem}.home-features{grid-template-columns:1fr;gap:1.5rem}.feature{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{text-align:center;color:#fff;margin-bottom:3rem;animation:fadeInDown .6s ease-out;position:relative}.header-nav{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:flex-start;padding:0 2rem}.back-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;background:#fff3;transition:background .3s ease,transform .2s ease;display:inline-block}.back-link:hover{background:#ffffff4d;transform:translate(-3px)}.header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.subtitle{font-size:1.2rem;opacity:.9;font-weight:300}.workflow-container{max-width:1200px;margin:0 auto}.workflow-timeline{display:flex;flex-direction:column;gap:1.5rem;position:relative}.workflow-step{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;cursor:pointer;transition:all .3s ease;position:relative;animation:fadeInUp .6s ease-out;animation-fill-mode:both}.workflow-step:nth-child(1){animation-delay:.1s}.workflow-step:nth-child(2){animation-delay:.2s}.workflow-step:nth-child(3){animation-delay:.3s}.workflow-step:nth-child(4){animation-delay:.4s}.workflow-step:nth-child(5){animation-delay:.5s}.workflow-step:nth-child(6){animation-delay:.6s}.workflow-step:nth-child(7){animation-delay:.7s}.workflow-step:nth-child(8){animation-delay:.8s}.workflow-step:nth-child(9){animation-delay:.9s}.workflow-step:nth-child(10){animation-delay:1s}.workflow-step:nth-child(11){animation-delay:1.1s}.workflow-step:hover{transform:translateY(-4px);box-shadow:0 10px 15px #00000026,0 4px 6px #0000001a}.workflow-step.active{border:3px solid var(--actor-color);transform:translateY(-4px) scale(1.02);box-shadow:0 10px 25px #0003,0 0 0 4px #3b82f61a}.step-connector{position:absolute;left:2rem;top:0;bottom:0;width:3px;display:flex;flex-direction:column;align-items:center}.connector-line{width:3px;height:calc(100% + 1.5rem);background:linear-gradient(to bottom,var(--actor-color),rgba(59,130,246,.3));margin-top:4rem;border-radius:2px}.workflow-step:last-child .connector-line{display:none}.step-content{display:flex;gap:1.5rem;align-items:flex-start;margin-left:3rem}.step-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0;border:2px solid var(--actor-color)}.step-info{flex:1}.step-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.step-header-left{display:flex;align-items:baseline;gap:.75rem;flex:1}.step-number{color:var(--actor-color);font-size:1.1rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.step-header h3{font-size:1.5rem;color:#1f2937;font-weight:600;margin:0}.step-time{font-size:.875rem;color:#6b7280;background:#f3f4f6;padding:.25rem .75rem;border-radius:8px;white-space:nowrap;font-weight:500}.step-description{color:#4b5563;line-height:1.6;margin-bottom:1rem;font-size:1rem}.sub-steps-inline{margin:1.5rem 0;padding:1rem;background:#f9fafb;border-radius:10px;border-left:3px solid var(--actor-color)}.sub-steps-list-inline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.sub-step-item-inline{background:#fff;border-radius:8px;padding:.875rem;box-shadow:0 1px 3px #0000000d}.sub-step-content-inline{display:flex;gap:.875rem;align-items:flex-start}.sub-step-number-inline{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;flex-shrink:0}.sub-step-info-inline{flex:1}.sub-step-info-inline h4{color:#1f2937;font-size:.95rem;font-weight:600;margin-bottom:.375rem}.sub-step-info-inline p{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:.5rem}.sub-step-actor-inline{display:inline-block;color:#fff;padding:.25rem .625rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.step-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem}.step-actor{color:#fff;padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.step-detail{margin-top:2rem;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 25px #00000026;animation:slideInUp .4s ease-out}.detail-content h2{color:#1f2937;font-size:2rem;margin-bottom:1rem}.detail-content p{color:#4b5563;line-height:1.8;font-size:1.1rem;margin-bottom:1.5rem}.sub-steps{margin:2rem 0;padding:1.5rem;background:#f9fafb;border-radius:12px;border-left:4px solid #8b5cf6}.sub-steps h3{color:#1f2937;font-size:1.25rem;margin-bottom:1rem;font-weight:600}.sub-steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.sub-step-item{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.sub-step-item:hover{transform:translate(4px);box-shadow:0 4px 8px #0000001a}.sub-step-content{display:flex;gap:1rem;align-items:flex-start}.sub-step-number{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.sub-step-info{flex:1}.sub-step-info h4{color:#1f2937;font-size:1rem;font-weight:600;margin-bottom:.5rem}.sub-step-info p{color:#6b7280;font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.sub-step-actor{display:inline-block;color:#fff;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.detail-meta{display:flex;gap:2rem;padding-top:1rem;border-top:2px solid #e5e7eb}.detail-meta span{color:#6b7280;font-weight:500}.footer{text-align:center;color:#fff;margin-top:3rem;opacity:.8;font-size:.9rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.app{padding:1rem}.header-nav{padding:0 1rem}.back-link{font-size:.9rem;padding:.4rem .8rem}.header h1{font-size:2rem}.subtitle{font-size:1rem}.step-content{flex-direction:column;margin-left:0;gap:1rem}.step-connector{display:none}.step-header{flex-direction:column;align-items:flex-start}.step-header-left{flex-direction:column;align-items:flex-start;gap:.5rem}.step-number{font-size:.95rem}.step-icon{width:50px;height:50px;font-size:1.5rem}.step-header h3{font-size:1.25rem}.detail-content h2{font-size:1.5rem}.detail-meta{flex-direction:column;gap:.5rem}.sub-steps{padding:1rem}.sub-steps h3{font-size:1.1rem}.sub-step-item{padding:.75rem}.sub-step-content{gap:.75rem}.sub-step-number{width:28px;height:28px;font-size:.75rem}.sub-step-info h4{font-size:.9rem}.sub-step-info p{font-size:.85rem}.sub-steps-inline{padding:.75rem;margin:1rem 0}.sub-step-item-inline{padding:.625rem}.sub-step-content-inline{gap:.625rem}.sub-step-number-inline{width:24px;height:24px;font-size:.7rem}.sub-step-info-inline h4{font-size:.875rem}.sub-step-info-inline p{font-size:.8rem}.sub-step-actor-inline{font-size:.65rem;padding:.2rem .5rem}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
