:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--secondary-color: #64748b;--background-color: #f8fafc;--surface-color: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--border-color: #e2e8f0;--radius: .5rem;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--background-color);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;height:100%;overflow:hidden;overscroll-behavior:none}html{height:100%;overflow:hidden}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.app-layout{display:flex;flex-direction:column;position:fixed;inset:0;height:100dvh;width:100%;max-width:600px;margin:0 auto;background-color:var(--surface-color);box-shadow:0 0 20px #0000000d;z-index:1}.main-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.home-shortcut{position:absolute;top:calc(12px + env(safe-area-inset-top));right:12px;width:36px;height:36px;border-radius:999px;background-color:#fff;border:1px solid var(--border-color);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);z-index:110}.favorite-shortcut{position:absolute;top:calc(12px + env(safe-area-inset-top));right:56px;width:36px;height:36px;border-radius:999px;background-color:#fff;border:1px solid var(--border-color);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);z-index:110}.bottom-nav{position:absolute;bottom:0;left:0;right:0;height:64px;background-color:var(--surface-color);border-top:1px solid var(--border-color);display:flex;justify-content:space-around;align-items:center;z-index:100;padding-bottom:env(safe-area-inset-bottom);height:calc(64px + env(safe-area-inset-bottom))}.nav-item{display:flex;flex-direction:column;align-items:center;font-size:.75rem;color:var(--text-secondary);gap:4px;padding:8px;width:100%}.nav-item.active{color:var(--primary-color)}.font-bold{font-weight:600}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.p-4{padding:1rem}.mt-4{margin-top:1rem}.role-card{background-color:#fff;border-radius:var(--radius);border:1px solid var(--border-color);padding:1rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.75rem}.role-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.role-card-title{font-weight:600;font-size:.95rem}.role-card-subtitle{color:var(--text-secondary);font-size:.85rem}.role-card-helper{font-size:.8rem;color:var(--text-secondary)}.role-select{width:100%;border-radius:.5rem;border:1px solid var(--border-color);padding:.65rem .75rem;font-size:.95rem;background-color:#fff}.checklist-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#fff;border-radius:var(--radius);box-shadow:var(--shadow);text-decoration:none;color:var(--text-primary)}.checklist-card-icon{background-color:#fef3c7;color:#b45309;border-radius:.75rem;padding:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.checklist-card-title{font-weight:600;margin-bottom:.25rem}.checklist-card-summary{font-size:.85rem;color:var(--text-secondary)}.checklist-markdown{display:flex;flex-direction:column;gap:1rem;line-height:1.6}.checklist-markdown h1,.checklist-markdown h2,.checklist-markdown h3{margin-top:1rem;margin-bottom:.5rem;font-weight:600}.checklist-markdown h1{font-size:1.25rem}.checklist-markdown h2{font-size:1.05rem;color:var(--text-primary)}.checklist-markdown .checklist-list{list-style:none;padding-left:.5rem;display:flex;flex-direction:column;gap:.5rem}.checklist-markdown .checklist-list li{display:flex;align-items:flex-start;gap:.5rem}.checklist-markdown .checklist-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}.checklist-markdown .bullet-list{list-style:disc;padding-left:1.5rem;display:flex;flex-direction:column;gap:.35rem}.simple-markdown{display:flex;flex-direction:column;gap:.75rem;line-height:1.6}.simple-markdown h1,.simple-markdown h2,.simple-markdown h3{font-weight:600}.simple-markdown h1{font-size:1.05rem;color:var(--text-primary)}.simple-markdown h2{font-size:1rem;color:var(--text-primary)}.simple-markdown h3{font-size:.95rem;color:var(--text-primary)}.simple-markdown p{color:var(--text-secondary)}.simple-bullet-list{list-style:disc;padding-left:1.5rem;display:flex;flex-direction:column;gap:.4rem;color:var(--text-secondary)}.checklist-markdown input[type=checkbox]{width:1.05rem;height:1.05rem;margin-top:.2rem;accent-color:var(--primary-color)}.checklist-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem;border-top:1px solid var(--border-color)}.checklist-progress{color:var(--text-secondary);font-size:.85rem}.checklist-reset{border:1px solid var(--border-color);border-radius:999px;padding:.35rem .9rem;font-size:.85rem;color:var(--text-secondary);background-color:#fff}.protocol-file-card{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#fff;border-radius:var(--radius);box-shadow:var(--shadow);text-decoration:none;color:var(--text-primary)}.protocol-file-icon{background-color:#e0f2fe;color:#0284c7;border-radius:.75rem;padding:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.protocol-file-title{font-weight:600}.protocol-file-name{font-size:.8rem;color:var(--text-secondary)}.algorithm-list-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#fff;border-radius:var(--radius);box-shadow:var(--shadow);text-decoration:none;color:var(--text-primary)}.algorithm-list-icon{background-color:#fee2e2;color:#b91c1c;border-radius:.75rem;padding:.5rem;display:flex;align-items:center;justify-content:center}.algorithm-list-title{font-weight:600;margin-bottom:.2rem}.algorithm-list-subtitle{font-size:.85rem;color:var(--text-secondary)}.algorithm-intro{background-color:#f1f5f9;border-radius:var(--radius);padding:.9rem 1rem;color:var(--text-secondary);margin-bottom:1rem}.algorithm-card{background-color:#fff;border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.75rem}.algorithm-card-title{font-size:1.05rem;font-weight:600}.algorithm-card-text{color:var(--text-secondary);font-size:.95rem}.algorithm-options{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.algorithm-option{width:100%;text-align:left;padding:.85rem 1rem;border-radius:.75rem;border:1px solid var(--border-color);background-color:#f8fafc;font-weight:600;color:var(--text-primary)}.algorithm-result{display:flex;flex-direction:column;gap:1rem}.algorithm-result-text{font-size:.98rem;color:var(--text-primary);line-height:1.5}.algorithm-path{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.algorithm-path-header{display:flex;flex-direction:column;gap:.25rem}.algorithm-path-title{font-size:1.05rem;font-weight:700;color:var(--text-primary)}.algorithm-path-intro{color:var(--text-secondary);font-size:.9rem}.algorithm-actions{display:flex;gap:.75rem;flex-wrap:wrap}.algorithm-primary{padding:.65rem 1.2rem;border-radius:999px;background-color:var(--primary-color);color:#fff;font-weight:600}.algorithm-secondary{padding:.6rem 1.1rem;border-radius:999px;border:1px solid var(--border-color);background-color:#fff;color:var(--text-secondary);font-weight:600}.filter-bar{display:flex;align-items:center;gap:.6rem;padding:.65rem .9rem;border-radius:999px;border:1px solid var(--border-color);background-color:#fff;box-shadow:var(--shadow);margin-bottom:1.5rem}.filter-bar input{border:none;outline:none;font-size:.95rem;width:100%}.tools-section{margin-top:2rem}.tools-section-title{font-size:.95rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem}.tools-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cpt-category{margin-bottom:1.5rem}.cpt-category-title{font-size:.9rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem}.cpt-table{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border-color)}.cpt-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .9rem;background-color:#fff}.cpt-row-alt{background-color:#e0f2fe}.cpt-code{font-weight:700;font-variant-numeric:tabular-nums;color:var(--text-primary);min-width:4rem}.cpt-description{text-align:right;color:var(--text-secondary);flex:1}.empty-state{padding:2rem;text-align:center;color:var(--text-secondary);background-color:#fff;border-radius:var(--radius);border:1px dashed var(--border-color)}
