*{margin:0;padding:0;box-sizing:border-box}:root{--teal: #14b8a6;--teal-dark: #0d9488;--teal-darker: #115e59;--bg: #f0fdf9;--white: #fff;--gray: #64748b;--gray-light: #94a3b8;--border: #e2e8f0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--teal-darker)}a{color:inherit;text-decoration:none}nav{display:flex;align-items:center;gap:2rem;padding:1rem 2.5rem;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.brand{display:flex;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:700}.brand em{font-style:normal;color:var(--teal)}.brand-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--teal),var(--teal-dark));border-radius:10px;display:grid;place-items:center;color:#fff}.brand-icon svg{width:20px;height:20px}.nav-links{display:flex;gap:1.5rem;margin-left:auto}.nav-links a{font-size:.9rem;font-weight:500;padding:.5rem 0;border-bottom:2px solid transparent;transition:.2s}.nav-links a:hover,.nav-link-btn:hover{color:var(--teal);border-color:var(--teal)}.nav-link-btn{font-size:.9rem;font-weight:500;padding:.5rem 0;border:none;border-bottom:2px solid transparent;background:none;color:var(--teal-darker);cursor:pointer;transition:.2s}.admin-btn{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;color:var(--gray);padding:.5rem 1rem;border:1px solid var(--border);border-radius:8px;transition:.2s}.admin-btn svg{width:16px;height:16px}.admin-btn:hover{border-color:var(--teal);color:var(--teal)}header{display:flex;justify-content:space-between;align-items:center;padding:2.5rem 2.5rem 2rem;background:linear-gradient(135deg,var(--white) 0%,#ccfbf1 100%);border-bottom:1px solid var(--border)}.headline h1{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.25rem}.headline p{font-size:.95rem;color:var(--gray)}.pulse-toggle{display:flex;align-items:center;gap:.75rem;background:var(--white);padding:.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000f}.pulse-label{font-size:.8rem;font-weight:500;color:var(--gray);padding-left:.5rem}.pulse-btn{padding:.5rem 1rem;font-size:.85rem;font-weight:500;border:none;background:transparent;color:var(--gray);border-radius:8px;cursor:pointer;transition:.2s}.pulse-btn:hover{background:var(--bg)}.pulse-btn.active{background:var(--teal);color:#fff}.journey-bar{background:var(--white);border-bottom:1px solid var(--border);padding:1.5rem 2.5rem;overflow-x:auto}.journey-track{display:flex;gap:0;min-width:max-content;position:relative}.journey-stage{flex:1;min-width:180px;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;position:relative;z-index:1}.stage-top{display:flex;align-items:center;width:100%;position:relative}.journey-stage:not(:last-child) .stage-top:after{content:"";position:absolute;top:50%;left:36px;right:4px;height:2px;background:var(--teal);transform:translateY(-50%)}.stage-dot{width:32px;height:32px;background:var(--teal);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:.85rem;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px #14b8a64d;position:relative;z-index:2}.stage-info{display:flex;flex-direction:column;gap:.1rem;padding-left:.25rem}.stage-name{font-size:.85rem;font-weight:600;color:var(--teal-darker)}.stage-desc{font-size:.7rem;color:var(--gray);max-width:160px}.start-here{padding:2rem 2.5rem;background:linear-gradient(135deg,#f0fdfa,#ccfbf1)}.start-here-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--teal-dark);margin-bottom:1rem}.start-here-badge svg{width:16px;height:16px;fill:#fbbf24;stroke:#f59e0b}.start-here-card{display:flex;align-items:center;gap:1.5rem;background:var(--white);padding:1.5rem 2rem;border-radius:16px;box-shadow:0 4px 24px #14b8a626;border:2px solid var(--teal);transition:transform .25s,box-shadow .25s;max-width:800px}.start-here-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #14b8a633}.start-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--c),color-mix(in srgb,var(--c) 80%,black));border-radius:16px;display:grid;place-items:center;color:#fff;flex-shrink:0;box-shadow:0 4px 16px color-mix(in srgb,var(--c) 40%,transparent)}.start-icon svg{width:32px;height:32px}.start-content{flex:1}.start-content h2{font-size:1.35rem;font-weight:700;margin-bottom:.25rem}.start-content p{font-size:.95rem;color:var(--gray);margin-bottom:.5rem}.start-context{display:inline-block;font-size:.8rem;font-weight:500;color:var(--teal-dark);background:#ccfbf1;padding:.35rem .75rem;border-radius:6px}.start-arrow{width:40px;height:40px;background:var(--teal);border-radius:50%;display:grid;place-items:center;color:#fff;flex-shrink:0}.start-arrow svg{width:20px;height:20px}#apps{padding:2rem 2.5rem;max-width:1400px;margin:0 auto}.category-section{margin-bottom:2.5rem}.category-title{font-size:1.1rem;font-weight:700;color:var(--teal-darker);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--teal);display:inline-block}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;transition:transform .25s,box-shadow .25s;position:relative}.card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #14b8a626}.card:hover .micro-context{opacity:1;transform:translateY(0)}.card-top{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 1rem;background:linear-gradient(135deg,color-mix(in srgb,var(--c) 8%,white),#fff)}.icon{width:52px;height:52px;background:linear-gradient(135deg,var(--c),color-mix(in srgb,var(--c) 80%,black));border-radius:14px;display:grid;place-items:center;color:#fff;box-shadow:0 4px 12px color-mix(in srgb,var(--c) 40%,transparent)}.icon svg{width:26px;height:26px}.badges{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .5rem;border-radius:5px}.approved-badge{background:var(--teal);color:#fff}.start-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 #fbbf2466}50%{box-shadow:0 0 0 6px #fbbf2400}}.priority-badge{background:var(--badge-color);color:#fff}.card-body{padding:0 1.5rem 1.5rem}.card-body h2{font-size:1.2rem;font-weight:700;margin-bottom:.3rem;letter-spacing:-.02em}.card-body>p{font-size:.85rem;color:var(--gray);line-height:1.5;margin-bottom:.75rem}.audit-context{margin-bottom:.75rem}.audit-context span{display:block;font-size:.8rem;font-weight:500;color:var(--teal-dark);background:#f0fdfa;padding:.5rem .75rem;border-radius:8px;border-left:3px solid var(--teal)}.dependency-hint{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--gray-light);margin-bottom:.75rem}.dependency-hint svg{width:14px;height:14px;flex-shrink:0}.card-foot{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid var(--border)}.stage-indicator{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-light);background:var(--bg);padding:.3rem .5rem;border-radius:4px}.micro-context{position:absolute;bottom:100%;left:1rem;right:1rem;background:var(--teal-darker);color:#fff;font-size:.75rem;font-weight:500;padding:.6rem 1rem;border-radius:8px;margin-bottom:8px;opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s;pointer-events:none;z-index:10}.micro-context:after{content:"";position:absolute;top:100%;left:24px;border:6px solid transparent;border-top-color:var(--teal-darker)}.modal-overlay{position:fixed;inset:0;background:#115e5999;backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.modal-overlay.open{opacity:1;visibility:visible}.modal{background:var(--white);border-radius:20px;width:100%;max-width:800px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 80px #0000004d;transform:scale(.95) translateY(20px);transition:transform .3s}.modal-overlay.open .modal{transform:scale(1) translateY(0)}.modal-close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;border:none;background:var(--bg);border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--gray);transition:.2s}.modal-close:hover{background:var(--teal);color:#fff}.modal-close svg{width:18px;height:18px}.modal-header{padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,var(--white) 0%,#ccfbf1 100%);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:1rem;position:relative}.modal-icon{width:48px;height:48px;background:var(--teal);border-radius:12px;display:grid;place-items:center;color:#fff}.modal-icon svg{width:24px;height:24px}.modal-header h2{font-size:1.5rem;font-weight:700;color:var(--teal-darker)}.modal-body{padding:1.5rem 2rem;overflow-y:auto;flex:1}.legislation-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.legislation-box h3{font-size:1rem;font-weight:700;color:#92400e;margin-bottom:.5rem}.legislation-box p{font-size:.9rem;line-height:1.6;color:#78350f;margin-bottom:.5rem}.legislation-box p:last-child{margin-bottom:0}.affected-section h3{font-size:1.1rem;font-weight:700;color:var(--teal-darker);margin-bottom:.5rem}.affected-intro{font-size:.9rem;color:var(--gray);margin-bottom:1rem}.search-box{display:flex;align-items:center;gap:.75rem;background:var(--bg);border:2px solid var(--border);border-radius:10px;padding:.75rem 1rem;margin-bottom:1.25rem;transition:border-color .2s}.search-box:focus-within{border-color:var(--teal)}.search-box svg{width:20px;height:20px;color:var(--gray);flex-shrink:0}.search-box input{flex:1;border:none;background:none;font-size:.95rem;color:var(--teal-darker);outline:none}.search-box input::placeholder{color:var(--gray-light)}.org-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-bottom:1rem}.org-category{background:var(--bg);border-radius:10px;padding:1rem}.org-category h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--teal);margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:2px solid var(--teal)}.org-category ul{list-style:none;display:flex;flex-direction:column;gap:.35rem}.org-category li{font-size:.8rem;color:var(--teal-darker);padding:.25rem 0;border-bottom:1px solid var(--border)}.org-category li:last-child{border-bottom:none}.org-count{text-align:center;font-size:.9rem;color:var(--gray);padding:1rem;background:var(--bg);border-radius:8px}.org-count span{font-weight:700;color:var(--teal);font-size:1.1rem}.modal-footer{padding:1.25rem 2rem;border-top:1px solid var(--border);background:var(--bg)}.modal-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--teal);transition:.2s}.modal-link:hover{color:var(--teal-darker)}.modal-link svg{width:16px;height:16px}footer{text-align:center;padding:2rem;font-size:.85rem;color:var(--gray);border-top:1px solid var(--border);background:var(--white)}@media(max-width:768px){nav{padding:1rem;gap:1rem}.nav-links{gap:1rem}.nav-links a:not(.nav-link-btn){display:none}.nav-link-btn{font-size:.8rem}.modal-overlay{padding:1rem}.modal{max-height:90vh}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h2{font-size:1.25rem}.modal-body,.modal-footer{padding:1rem 1.5rem}.org-categories{grid-template-columns:1fr}header{flex-direction:column;gap:1.5rem;text-align:center;padding:1.5rem 1rem}.headline h1{font-size:1.35rem}.journey-bar{padding:1rem}.journey-stage{min-width:160px}.start-here{padding:1.5rem 1rem}.start-here-card{flex-direction:column;text-align:center;padding:1.5rem}.start-arrow{display:none}#apps{padding:1.5rem}.cards-grid{grid-template-columns:1fr}}
