:root{--black: #060606;--white: #ffffff;--dark-green: #97051D;--light-green: #76ba9d;--fon: #F5F5F5;--red: #CA182E;--light-red: #f8d7da;--dark-red: #97051D;--light-greeen:rgb(242, 251, 224);--indigo: var(--black);--green: #CA182E;--violet: #640fce;--violet_light: #C2B6FE;--yellow: #FFA509;--orange: #FF7C00}body{min-height:100vh;color:var(--black);background:var(--white);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{color:var(--green)}.button{background-color:var(--light-greeen);color:var(--white);padding:10px 20px;border-radius:5px;border:none;cursor:pointer;transition:background-color .3s;width:fit-content;min-width:0;box-sizing:border-box}.button:hover{background-color:var(--green)}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}.p-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #ddd}.p-name{font-weight:700;color:var(--green);text-decoration:none}.p-name:hover{text-decoration:underline}.p-note{color:#555;margin-left:10px}.button-group{display:flex;gap:10px}.edit-button,.delete-button{background:none;border:none;cursor:pointer}.edit-button:hover,.delete-button:hover{opacity:.7}.sidebar{padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.sidebar-title{font-size:30px;margin-bottom:15px;color:var(--green)}.confirmation{background-color:#ffffffe6;border:1px solid #ccc;border-radius:8px;padding:20px;box-shadow:0 4px 8px #0003;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}.add-button{position:static;display:inline-flex;align-items:center;justify-content:center;transform:rotate(180deg) scaleX(-1) scaleY(-1);min-height:38px;vertical-align:top;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 20px;border:none;border-radius:50px;cursor:pointer;font-size:16px;font-weight:300;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 10px #667eea47;width:fit-content;min-width:0;margin-top:15px;box-sizing:border-box;white-space:nowrap}.sidebar>.add-button:first-child{position:absolute;right:1%;top:325px}.add-button:hover{transform:rotate(180deg) scaleX(-1) scaleY(-1) translateY(-2px);box-shadow:0 6px 14px #667eea5c}.add-button:active{transform:rotate(180deg) scaleX(-1) scaleY(-1) translateY(0)}.confirmation-content{text-align:center}.confirmation-buttons{margin-top:15px;display:flex;justify-content:center}.confirm-button,.cancel-button{background-color:#ff4d4d;color:#fff;border:none;padding:10px 20px;border-radius:100px;cursor:pointer;font-size:16px;transition:background-color .3s;width:fit-content;min-width:0;min-height:40px;text-align:center;margin:0 10px;box-sizing:border-box;white-space:nowrap}.confirm-button:hover{background-color:#ff1a1a}.cancel-button{background-color:#ccc;color:#000}.cancel-button:hover{background-color:#b3b3b3}.styled-table{width:100%;max-width:100%;table-layout:auto;border-collapse:collapse;margin-top:20px}.styled-table th,.styled-table td{padding:8px;border:1px solid #ddd;text-align:left;max-width:min(320px,35vw);overflow:hidden;text-overflow:ellipsis}.styled-table th{background:#eef2ff;color:#434190;font-weight:700}.styled-table tbody tr{transition:background-color .3s}.styled-table tbody tr:hover{background-color:#f1f1f1}.styled-select{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;margin-bottom:20px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2}.modal{background-color:#fff;padding:20px;border-radius:10px;width:400px;box-shadow:0 4px 8px #0003}label{display:block;margin-bottom:5px;font-weight:700}input,textarea{width:100%;padding:8px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px}button{background-color:transparent;border:none;cursor:pointer;margin-right:10px;width:fit-content;min-width:0;box-sizing:border-box}button:hover{opacity:.8}.button-group{display:flex;justify-content:space-between}.button-group button{padding:8px 14px;border:none;border-radius:4px;cursor:pointer;width:fit-content;min-width:0;white-space:nowrap;box-sizing:border-box}.button-group button[type=but]{background-color:#fff;color:#000;width:fit-content;min-width:0;white-space:nowrap}.button-group button[type=submit]{background-color:#4caf50;color:#fff}.button-group button[type=button]{background-color:#f44336;color:#fff}.btn{padding:10px 20px;font-size:16px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s,transform .2s;width:fit-content;min-width:0;box-sizing:border-box;white-space:nowrap}.add-btn{background-color:#4caf50;color:#fff}.add-btn:hover{background-color:#45a049;transform:scale(1.05)}.cancel-btn{background-color:#f44336;color:#fff}.cancel-btn:hover{background-color:#e53935;transform:scale(1.05)}.card-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;z-index:1}.clinical-case-container{display:flex;flex-direction:column;gap:20px;padding:20px}.search-section{margin-bottom:20px}.content-section{flex:1}.card-container{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.sidebar{padding:15px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.filter-title{cursor:pointer;padding:12px 15px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:500;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.filter-title:hover{background-color:#f9f9f9}.toggle-arrow{font-size:14px;color:#7f8c8d}.checkbox-group{margin:12px 0;padding:0 15px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;max-height:300px;overflow-y:auto}.checkbox-container{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f0f0f0}.checkbox-container:last-child{border-bottom:none}.checkbox-container label{display:flex;align-items:center;width:100%;cursor:pointer}.checkbox-container input[type=checkbox]{margin-left:10px;width:18px;height:18px;cursor:pointer}.filter-section{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;max-height:65vh}.filter-content{flex:1 1 auto;overflow-y:auto;min-height:0}.filter-actions-row{flex:0 0 auto;display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px;margin-bottom:10px}.filter-actions-row .filter-buttons{margin-top:0;margin-bottom:0}.filter-toggle-button{width:fit-content;white-space:nowrap}.filter-buttons{display:flex;gap:10px;margin-top:10px;margin-bottom:10px}.search-button,.reset-button{padding:10px 18px;border:none;border-radius:50px;cursor:pointer;transition:transform .2s,box-shadow .2s,background-color .2s,color .2s,border-color .2s;width:fit-content;min-width:0;white-space:nowrap;box-sizing:border-box}.search-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.reset-button{background:#fff;color:#667eea;border:1px solid #667eea}.search-button:hover,.reset-button:hover{transform:translateY(-1px);box-shadow:0 4px 10px #667eea40}@media (max-width: 768px){:root{font-size:14px}body{padding:0;overflow-x:hidden}.header-content{flex-direction:column;padding:10px}.project-info{margin-bottom:10px}.app-title{font-size:1.2rem}.main-nav{flex-wrap:wrap;gap:8px;justify-content:center}.nav-item{padding:8px 12px;font-size:.9rem}.sidebar{width:100%;padding:15px;position:static;margin-bottom:15px}.sidebar-title{font-size:1.5rem}.styled-table{display:block;overflow-x:auto;white-space:nowrap}input,textarea,.styled-select{padding:10px;font-size:1rem}.button,.add-button,.confirm-button,.cancel-button{padding:12px 15px;font-size:.9rem;width:100%;max-width:none}.button-group{flex-direction:column;gap:10px}.button-group button{width:100%}.modal,.confirmation{width:90%;padding:15px}.confirmation-buttons{flex-direction:column;gap:10px}.confirm-button,.cancel-button{margin:0;width:100%}.p-item{flex-direction:column;align-items:flex-start;gap:8px}.p-note{margin-left:0}}@media (max-width: 414px){:root{font-size:13px}body{padding:0;overflow-x:hidden}.table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0;padding:0;border:1px solid #eee;border-radius:5px}.styled-table{width:100%;min-width:100%;font-size:.8rem;margin:0}.styled-table th,.styled-table td{padding:6px 4px;white-space:nowrap}.styled-table th{font-size:.85rem;padding:8px 4px}.card-container{display:flex;flex-direction:column;gap:8px;width:100%;margin:0;padding:5px;box-sizing:border-box}.card{width:100%;margin:0;padding:10px;box-sizing:border-box;box-shadow:0 1px 2px #0000001a}.sidebar{padding:10px}.sidebar-title{font-size:1.2rem}.button{padding:8px 12px;font-size:.8rem}.p-item{padding:6px}@media (orientation: portrait){.styled-table{font-size:.75rem}.styled-table th,.styled-table td{padding:4px 3px}.card{padding:8px}}@media (max-height: 914px){.modal{max-height:85vh;overflow-y:auto}.confirmation{top:30%;width:95%}}.table-wrapper{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #eee;border-radius:5px;margin:5px 0}}@media (max-width: 360px){.styled-table{font-size:.7rem}.styled-table th,.styled-table td{padding:3px 2px}.card{padding:6px}.search-container{display:flex;gap:20px;padding:20px}.sidebar{flex:0 0 300px;padding:15px;border-right:1px solid #e0e0e0;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-height:calc(100vh - 100px);overflow-y:auto}.results{flex:1;padding:15px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.filter-title{cursor:pointer;padding:8px 12px;background-color:#e9e9e9;border-radius:4px;margin:5px 0;font-size:14px;display:flex;justify-content:space-between;align-items:center}.filter-title:hover{background-color:#e0e0e0}.checkbox-group{margin-bottom:15px;padding:0 10px}.checkbox-container{display:flex;align-items:center;justify-content:space-between;padding:5px 0;font-size:13px}.checkbox-container input[type=checkbox]{margin-left:10px}.filter-buttons{display:flex;flex-direction:column;gap:10px;margin-top:10px;margin-bottom:10px}.search-button,.reset-button,.filter-toggle-button{padding:8px 12px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.search-button{background-color:var(--green);color:#fff}.search-button:hover{background-color:var(--dark-green)}.reset-button{background-color:#f44336;color:#fff}.reset-button:hover{background-color:#d32f2f}.filter-toggle-button{background-color:#e0e0e0;color:#333}.filter-toggle-button:hover{background-color:#d0d0d0}.styled-table{width:100%;border-collapse:collapse;margin-top:15px;font-size:14px;color:#333}.styled-table th,.styled-table td{padding:10px;border:1px solid #ddd;text-align:left;vertical-align:top}.styled-table th{background:#eef2ff;color:#434190;font-weight:700}.card-content{padding:10px}.card-content p{margin:5px 0;font-size:13px}.card-content p strong{color:#333}.complications-section{margin-top:10px;padding:10px;background-color:#f5f5f5;border-radius:4px}.complications-section h3{margin:0 0 5px;font-size:14px;color:#333}.complications-section ul{margin:0;padding-left:20px}.complications-section li{font-size:13px;margin-bottom:3px}.subtable{width:100%;border-collapse:collapse;font-size:12px}.subtable th,.subtable td{padding:6px 8px;border:1px solid #ccc;text-align:left;background-color:#fafafa;color:#555}.subtable th{background-color:#e9e9e9;font-weight:600}.styled-table td>.subtable{border:1px solid #ccc;border-radius:4px;overflow:hidden}@media (max-width: 1200px){.search-container{display:flex;flex-direction:column;gap:15px;padding:10px}.sidebar{flex:1;padding:12px;border-right:none;border-bottom:1px solid #e0e0e0;background-color:#f9f9f9;border-radius:8px;box-shadow:0 1px 3px #0000001a;max-height:none;overflow-y:visible;margin-bottom:15px}.results{flex:1;padding:12px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow-x:auto}.filter-title{padding:10px;font-size:15px;margin:8px 0}.checkbox-group{margin-bottom:12px;padding:0 8px}.checkbox-container{padding:8px 0;font-size:14px}.filter-buttons{flex-direction:row;gap:8px;margin-top:12px}.search-button,.reset-button,.filter-toggle-button{padding:10px 15px;font-size:15px;flex:1;min-height:44px}.styled-table{font-size:13px;display:block;overflow-x:auto;white-space:nowrap}.styled-table th,.styled-table td{padding:8px;min-width:100px;white-space:normal}.card-content{padding:8px}.card-content p{font-size:14px;margin:6px 0}.complications-section{margin-top:8px;padding:8px}.complications-section h3{font-size:15px}.complications-section li{font-size:14px}.subtable{font-size:12px}.subtable th,.subtable td{padding:4px 6px;white-space:normal}.filter-group{transition:all .3s ease;overflow:hidden}}}a{text-decoration:none;color:#01004c;transition:.4s;padding:3px}.db-structure-view[data-v-4f8e2850]{padding:1.5rem;max-width:640px}.structure-message[data-v-4f8e2850]{margin-bottom:1.5rem}.structure-title[data-v-4f8e2850]{font-size:1.25rem;font-weight:700;color:#374151;margin:0 0 .5rem}.structure-hint[data-v-4f8e2850]{color:#6b7280;font-size:.95rem;margin:0;line-height:1.5}.structure-list[data-v-4f8e2850]{list-style:none;padding:0;margin:0 0 1.5rem;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.structure-item[data-v-4f8e2850]{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;border-bottom:1px solid #f3f4f6;font-size:.95rem;color:#4b5563}.structure-item[data-v-4f8e2850]:last-child{border-bottom:none}.structure-icon[data-v-4f8e2850]{font-size:1.1rem}.structure-name[data-v-4f8e2850]{font-weight:500}.structure-cta[data-v-4f8e2850]{font-size:.9rem;color:#667eea;font-weight:600;margin:0}.app-shell{min-height:100vh;background:#f5f7fa}.app-header{position:sticky;top:0;z-index:200;padding:1rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:none;box-shadow:0 4px 12px #0000002e}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:1.25rem}.project-info{display:flex;align-items:center;gap:.6rem;min-width:0}.project-image-link{display:block;border:none;outline:none;color:#fff;line-height:0}.project-image{width:46px;height:46px;display:block;fill:currentColor;stroke:none;border:none;outline:none;background:transparent}.app-title{color:#fff;margin:0;font-size:1.1rem;font-weight:700;line-height:1.2}.main-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-left:auto}.nav-item{color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.3);padding:.4rem .75rem;border-radius:50px;text-decoration:none;font-size:.85rem;font-weight:600;transition:background-color .2s ease,color .2s ease,border-color .2s ease;line-height:1.3;text-align:center;width:fit-content;min-width:0;box-sizing:border-box}.nav-item:hover,.nav-item-active{background:#fff;color:#667eea;border-color:#fff}.btn-cabinet{font-weight:700}.btn-cabinet.nav-item-active{background:#fff;color:#667eea;border-color:#fff}.btn-cabinet:hover{background:#eef2ff;color:#5a67d8;border-color:#eef2ff;box-shadow:0 2px 8px #0000001f}.auth-area{margin-left:auto}.login-inline{display:flex;align-items:center;gap:.5rem}.auth-input{width:130px;height:36px;border:none;border-radius:50px;padding:0 .7rem;font-size:.9rem;background:#fffffff2;margin:0;box-sizing:border-box}.auth-input:focus{outline:none;box-shadow:0 0 0 3px #ffffff59;background:#fff}.btn-auth,.btn-register,.btn-logout{border:0;border-radius:50px;height:36px;padding:0 1rem;font-size:.88rem;font-weight:600;cursor:pointer;margin:0;box-sizing:border-box;width:fit-content;min-width:0;white-space:nowrap}.btn-auth{border-radius:50px;background:#fff;color:#667eea;transition:transform .2s ease,box-shadow .2s ease}.btn-auth:disabled{opacity:.6;cursor:not-allowed}.btn-register{border-radius:50px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.75);transition:transform .2s ease,background-color .2s ease,color .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:.88rem;font-weight:600;cursor:pointer}.btn-register:hover{background:#fff;color:#667eea}.btn-auth:hover,.btn-register:hover,.btn-logout:hover{transform:translateY(-1px);box-shadow:0 4px 10px #00000029}.user-session{display:flex;align-items:center;gap:.6rem}.user-session-info{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.username{font-weight:600;color:#fff;font-size:.95rem}.user-role{font-size:.75rem;color:#ffffffd9;font-weight:500}.btn-logout{border-radius:50px;background:#fffffff2;color:#dc2626;transition:transform .2s ease,box-shadow .2s ease}.login-error{max-width:1400px;margin:.55rem auto 0;color:#fff5f5;font-size:.88rem;font-weight:600}.unconfirmed-notice{max-width:1400px;margin:1rem auto;padding:1.25rem 1.5rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:12px;color:#92400e}.unconfirmed-text{margin:0;font-size:1rem;line-height:1.5}.image-text-container{max-width:1400px;margin:1rem auto 0;display:grid;grid-template-columns:1.05fr .95fr;border-radius:18px;overflow:hidden;box-shadow:0 8px 26px #0000001f}.text-block{display:flex;flex-direction:column;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.main-title{margin:0 0 1rem;color:#fff;font-size:2rem;font-weight:700;line-height:1.2}.subtitle{margin:0;font-size:1.06rem;line-height:1.5;opacity:.95;text-align:justify}.hero-links{margin:1rem 0 0;padding:0;list-style:none;font-size:.95rem;opacity:.95}.hero-links li{margin-bottom:.5rem}.hero-links .link-btn{background:none;border:none;padding:0;color:#fffffff2;text-decoration:underline;cursor:pointer;font:inherit;text-align:left;transition:color .2s ease}.hero-links .link-btn:hover{color:#fff}.hero-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem}.btn-more{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;border-radius:50px;border:2px solid rgba(255,255,255,.9);background:#fff3;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;width:fit-content;white-space:nowrap}.btn-more:hover{background:#fffffff2;color:#667eea;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-popup{position:relative;background:#fff;border-radius:12px;padding:1.5rem 2rem;max-width:420px;width:100%;box-shadow:0 12px 40px #0003}.modal-popup--wide{max-width:1200px;max-height:85vh;overflow-y:auto}.modal-close{position:absolute;top:.5rem;right:.75rem;border:0;background:none;font-size:1.5rem;line-height:1;color:#6b7280;cursor:pointer;padding:.25rem}.modal-close:hover{color:#374151}.modal-text{margin:0;font-size:1rem;color:#374151;line-height:1.5;text-align:justify}.modal-text p{margin:0 0 .75rem}.modal-text p:last-of-type{margin-bottom:.5rem}.modal-text ul,.modal-text ol{margin:.25rem 0 .75rem 1.25rem;padding-left:1.25rem}.modal-text li{margin-bottom:.35rem}.modal-text strong{font-weight:600}.btn-browse-db{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;border-radius:50px;border:2px solid rgba(255,255,255,.9);background:#fff3;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;width:fit-content;white-space:nowrap}.btn-browse-db:hover{background:#fffffff2;color:#667eea;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.big-buttons-container{margin-top:1.8rem;display:flex;gap:.8rem}.big-button{position:relative;border:0;border-radius:12px;padding:.95rem 1.1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:left;cursor:pointer;font-size:1rem;font-weight:700;transition:transform .2s ease,box-shadow .2s ease;width:fit-content;min-width:0;box-sizing:border-box}.big-button:hover{transform:translateY(-1px);box-shadow:0 6px 14px #667eea59}.button-description{margin-top:.5rem;font-size:.86rem;opacity:.9;font-weight:500}.image-block{background:#fff;display:flex;align-items:center;justify-content:center}.image-block img{width:100%;height:100%;object-fit:contain}.container-nav{display:flex}.app-content{display:flex;gap:.75rem;padding:.75rem 1rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.sidebar-nav{display:none;flex-shrink:0;width:280px;max-width:280px;background:linear-gradient(180deg,#fff,#f5f7ff);border-radius:10px;padding:.75rem;box-shadow:0 6px 18px #764ba226;align-self:flex-start}.sidebar-nav.active{display:block}@media (min-width: 769px){.sidebar-nav{display:block}}.sidebar-title{color:#5a67d8;font-size:1rem;margin-bottom:.75rem;padding-bottom:.35rem;border-bottom:1px solid #e0e7ff}.db-nav{display:flex;flex-direction:column;gap:.35rem}.db-nav-section{text-align:left;font-size:.9rem;font-weight:600;color:#4338ca;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe;border-radius:8px;padding:.5rem .65rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.db-nav-section:hover{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-color:#a5b4fc}.db-nav-section--open{background:linear-gradient(135deg,#c7d2fe,#a5b4fc);border-color:#818cf8;color:#3730a3}.db-nav-sub{display:flex;flex-direction:column;gap:.2rem;padding-left:.5rem;margin-bottom:.25rem;border-left:2px solid #c7d2fe}.db-nav-item{color:#4c51bf;text-decoration:none;font-size:.85rem;padding:.45rem .55rem;border-radius:8px;background:#eef2ff;border:1px solid #dbe2ff;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.db-nav-item:hover{transform:none;background:#e4e9ff;color:#434190;box-shadow:none}.db-nav-item.router-link-active,.db-nav-item--active{background:#fff;color:#5a67d8;border-color:#c7d2fe;box-shadow:0 1px 2px #5a67d81f}.db-nav-item--guest{cursor:default;opacity:.9}.db-nav-exit{margin-top:.75rem;width:fit-content;min-width:0;padding:.55rem .7rem;text-align:center;background:#fef2f2;color:#dc2626;border-color:#fecaca;font-weight:600;cursor:pointer;box-sizing:border-box;white-space:nowrap}.db-nav-exit:hover{background:#fee2e2;color:#b91c1c}.content{flex:1;background-color:#f4f4f4;min-height:0}.content-area{flex:1;display:flex;flex-direction:column;gap:0;min-width:0}.sidebar-toggle-icon{display:none;flex-shrink:0;align-self:flex-start;width:36px;height:36px;margin-bottom:.5rem;padding:0;border:0;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.25rem;line-height:1;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 2px 8px #667eea4d;transition:transform .2s ease,box-shadow .2s ease}.sidebar-toggle-icon:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea66}@media (max-width: 1150px){.header-content{flex-wrap:wrap}.main-nav{order:3;width:100%;margin-left:0}.nav-item{font-size:.8rem;padding:.35rem .55rem}}@media (max-width: 600px){.nav-item{white-space:normal;word-break:break-word;font-size:.78rem;padding:.4rem .6rem}}@media (max-width: 900px){.image-text-container{grid-template-columns:1fr}}@media (max-width: 768px){.app-title{font-size:1rem}.login-inline{flex-wrap:wrap;justify-content:flex-end}.auth-input{width:140px}.app-content{flex-direction:column;padding:.8rem}.sidebar-nav{position:static;max-height:none}.sidebar-toggle-icon{display:flex}}.modal[data-v-72935c15]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.login-container[data-v-72935c15]{max-width:400px;width:100%;padding:20px;border:1px solid #ccc;border-radius:8px;box-shadow:0 0 10px #0000001a;background-color:#f9f9f9;position:relative}.btn-close[data-v-72935c15]{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer}.login-title[data-v-72935c15]{text-align:center;margin-bottom:20px}.form-group[data-v-72935c15]{margin-bottom:15px}label[data-v-72935c15]{display:block;margin-bottom:5px;font-weight:700}input[type=text][data-v-72935c15],input[type=password][data-v-72935c15]{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.button-group[data-v-72935c15]{display:flex;justify-content:space-between}.btn-login[data-v-72935c15],.btn-cancel[data-v-72935c15]{padding:10px 15px;border:none;border-radius:4px;cursor:pointer}.btn-login[data-v-72935c15]{background-color:#4caf50;color:#fff}.btn-cancel[data-v-72935c15]{background-color:#f44336;color:#fff}.btn-login[data-v-72935c15]:hover{background-color:#45a049}.btn-cancel[data-v-72935c15]:hover{background-color:#e53935}.overlay[data-v-d04ffdf8]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.logout-container[data-v-d04ffdf8]{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;text-align:center}.button-group[data-v-d04ffdf8]{display:flex;justify-content:space-between;margin-top:20px}.btn-yes[data-v-d04ffdf8],.btn-no[data-v-d04ffdf8]{padding:10px 15px;border:none;border-radius:5px;cursor:pointer}.btn-yes[data-v-d04ffdf8]{background-color:#f44336;color:#fff}.btn-no[data-v-d04ffdf8]{background-color:#4caf50;color:#fff}.btn-yes[data-v-d04ffdf8]:hover{background-color:#e53935}.btn-no[data-v-d04ffdf8]:hover{background-color:#45a049}.signup-container[data-v-98a1deaf]{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:2rem;background:#f5f7fa}.signup-card[data-v-98a1deaf]{background:#fff;border-radius:18px;box-shadow:0 8px 26px #0000001f;padding:2rem 2.5rem;width:100%;max-width:480px}.signup-form .required[data-v-98a1deaf]{color:#dc2626}.signup-header[data-v-98a1deaf]{text-align:center;margin-bottom:1.5rem}.signup-title[data-v-98a1deaf]{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.signup-subtitle[data-v-98a1deaf]{color:#6b7280;font-size:.95rem;margin:0}.signup-form .form-group[data-v-98a1deaf]{margin-bottom:1rem}.signup-form .form-label[data-v-98a1deaf]{display:block;font-weight:600;color:#374151;margin-bottom:.35rem;font-size:.9rem}.signup-form .form-control[data-v-98a1deaf]{width:100%;height:40px;border:1px solid #e5e7eb;border-radius:8px;padding:0 .75rem;font-size:1rem;box-sizing:border-box;background:#f9fafb}.signup-form .form-control[data-v-98a1deaf]:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea26}.signup-form .form-text[data-v-98a1deaf]{display:block;font-size:.8rem;color:#6b7280;margin-top:.35rem}.signup-error[data-v-98a1deaf]{color:#dc2626;font-size:.9rem;margin:0 0 1rem}.signup-actions[data-v-98a1deaf]{display:flex;align-items:center;gap:1rem;margin-top:1.25rem}.btn-signup-submit[data-v-98a1deaf]{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;font-weight:600;padding:.6rem 1.25rem;border-radius:50px;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-signup-submit[data-v-98a1deaf]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-signup-submit[data-v-98a1deaf]:disabled{opacity:.7;cursor:not-allowed}.btn-signup-cancel[data-v-98a1deaf]{color:#667eea;text-decoration:none;font-size:.95rem;font-weight:500}.btn-signup-cancel[data-v-98a1deaf]:hover{text-decoration:underline}.styled-table th[data-v-c15d5792]:nth-child(1),.styled-table td[data-v-c15d5792]:nth-child(1){width:30%}.styled-table th[data-v-c15d5792]:nth-child(2),.styled-table td[data-v-c15d5792]:nth-child(2){width:60%}.styled-table th[data-v-c15d5792]:nth-child(4),.styled-table td[data-v-c15d5792]:nth-child(4){width:10%}.styled-table th[data-v-c620d469]:nth-child(1),.styled-table td[data-v-c620d469]:nth-child(1){width:30%}.styled-table th[data-v-c620d469]:nth-child(2),.styled-table td[data-v-c620d469]:nth-child(2){width:30%}.styled-table th[data-v-c620d469]:nth-child(3),.styled-table td[data-v-c620d469]:nth-child(3){width:40%}.styled-table th[data-v-c620d469]:nth-child(4),.styled-table td[data-v-c620d469]:nth-child(4){width:10%}.styled-table th[data-v-69222b55]:nth-child(1),.styled-table td[data-v-69222b55]:nth-child(1){width:10%}.styled-table th[data-v-69222b55]:nth-child(2),.styled-table td[data-v-69222b55]:nth-child(2){width:50%}.styled-table th[data-v-69222b55]:nth-child(3),.styled-table td[data-v-69222b55]:nth-child(3){width:40%}.styled-table th[data-v-69222b55]:nth-child(4),.styled-table td[data-v-69222b55]:nth-child(4){width:10%}.styled-table th[data-v-8d754677]:nth-child(1),.styled-table td[data-v-8d754677]:nth-child(1){width:30%}.styled-table th[data-v-8d754677]:nth-child(2),.styled-table td[data-v-8d754677]:nth-child(2){width:30%}.styled-table th[data-v-8d754677]:nth-child(3),.styled-table td[data-v-8d754677]:nth-child(3){width:40%}.styled-table th[data-v-8d754677]:nth-child(4),.styled-table td[data-v-8d754677]:nth-child(4){width:10%}.modal-overlay[data-v-a5d9b582]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn-a5d9b582 .3s ease}.modal-container[data-v-a5d9b582]{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp-a5d9b582 .3s ease}.modal-header[data-v-a5d9b582]{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background-color:#fff;z-index:10}.modal-header-actions[data-v-a5d9b582]{display:flex;align-items:center;gap:.5rem}.modal-btn[data-v-a5d9b582]{padding:.45rem .9rem;border-radius:8px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s}.modal-btn--edit[data-v-a5d9b582]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modal-btn--edit[data-v-a5d9b582]:hover{transform:translateY(-1px);box-shadow:0 4px 10px #667eea66}.modal-btn--delete[data-v-a5d9b582]{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff}.modal-btn--delete[data-v-a5d9b582]:hover{transform:translateY(-1px);box-shadow:0 4px 10px #e53e3e66}.modal-header h2[data-v-a5d9b582]{margin:0;font-size:1.5rem;color:#2c3e50}.close-button[data-v-a5d9b582]{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.close-button[data-v-a5d9b582]:hover{background-color:#f5f5f5}.modal-content[data-v-a5d9b582]{padding:20px}.section[data-v-a5d9b582]{margin-bottom:25px}.section-title[data-v-a5d9b582]{font-size:1.2rem;color:#ca182e;margin-top:0;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid #f0f0f0}.info-grid[data-v-a5d9b582]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.info-item[data-v-a5d9b582]{display:flex;flex-direction:column}.info-label[data-v-a5d9b582]{font-weight:600;color:#555;font-size:.9rem;margin-bottom:4px}.info-value[data-v-a5d9b582]{color:#333;font-size:1rem;word-break:break-word}.complications-list[data-v-a5d9b582]{list-style-type:none;padding:0;margin:0}.complication-item[data-v-a5d9b582]{padding:10px 15px;background-color:#f9f9f9;border-radius:6px;margin-bottom:8px;font-size:.95rem}.sources-list[data-v-a5d9b582]{list-style-type:none;padding:0;margin:0}.source-item[data-v-a5d9b582]{padding:8px 0;border-bottom:1px solid #eee}.source-item a[data-v-a5d9b582]{color:#3498db;text-decoration:none;transition:color .2s}.source-item a[data-v-a5d9b582]:hover{color:#2980b9;text-decoration:underline}.results-table-container[data-v-a5d9b582]{overflow-x:auto;margin-top:10px}.results-table[data-v-a5d9b582]{width:100%;border-collapse:collapse;font-size:.9rem}.results-table th[data-v-a5d9b582],.results-table td[data-v-a5d9b582]{padding:12px 15px;text-align:left;border-bottom:1px solid #eee}.results-table th[data-v-a5d9b582]{background-color:#f5f7fa;font-weight:600;color:#555}.results-table tr:hover td[data-v-a5d9b582]{background-color:#f9f9f9}.notes-content[data-v-a5d9b582]{padding:15px;background-color:#f9f9f9;border-radius:6px;line-height:1.5}@keyframes fadeIn-a5d9b582{0%{opacity:0}to{opacity:1}}@keyframes slideUp-a5d9b582{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.modal-container[data-v-a5d9b582]{max-height:85vh}.modal-header h2[data-v-a5d9b582]{font-size:1.3rem}.info-grid[data-v-a5d9b582]{grid-template-columns:1fr}.results-table th[data-v-a5d9b582],.results-table td[data-v-a5d9b582]{padding:8px 10px;font-size:.85rem}.section-title[data-v-a5d9b582]{font-size:1.1rem}}@media (max-width: 480px){.modal-overlay[data-v-a5d9b582]{padding:10px}.modal-header[data-v-a5d9b582],.modal-content[data-v-a5d9b582]{padding:15px}}.modal-overlay[data-v-31950e33]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center}.modal[data-v-31950e33]{background-color:#fff;padding:20px;border-radius:10px;width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 8px #0003}.modal-overlay[data-v-b3b40b1c]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center}.modal[data-v-b3b40b1c]{background-color:#fff;padding:20px;border-radius:10px;width:100%;max-width:400px;max-height:92vh;min-height:70vh;overflow-y:auto;box-shadow:0 4px 8px #0003}@media (min-width: 600px){.modal[data-v-b3b40b1c]{max-width:880px;min-height:75vh}}.form-grid[data-v-b3b40b1c]{display:grid;grid-template-columns:1fr;gap:.45rem 0}.form-grid .form-field[data-v-b3b40b1c]{display:flex;flex-direction:column;gap:.2rem}.form-grid .form-field label[data-v-b3b40b1c]{font-weight:500;font-size:.9rem}.form-grid .form-field input[data-v-b3b40b1c],.form-grid .form-field select[data-v-b3b40b1c],.form-grid .form-field textarea[data-v-b3b40b1c]{width:100%;min-width:0;box-sizing:border-box;height:2.25rem;min-height:2.25rem}.form-grid .form-field textarea[data-v-b3b40b1c]{height:auto;min-height:2.25rem;resize:vertical}@media (min-width: 600px){.form-grid[data-v-b3b40b1c]{grid-template-columns:repeat(3,1fr);gap:.5rem 1rem}.form-field--full[data-v-b3b40b1c]{grid-column:1 / -1}}.confirm-changes[data-v-b3b40b1c]{margin:1rem 0;padding:1rem;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #a5b4fc;border-radius:8px}.confirm-changes-title[data-v-b3b40b1c]{margin:0 0 .5rem;font-weight:600;color:#4338ca}.changes-list[data-v-b3b40b1c]{margin:0;padding-left:1.25rem;font-size:.9rem}.changes-list li[data-v-b3b40b1c]{margin:.25rem 0}.search-input[data-v-77ac2a36]{width:100%;padding:5px 8px;margin-bottom:8px;box-sizing:border-box}.styled-table th[data-v-bad90061]:nth-child(1),.styled-table td[data-v-bad90061]:nth-child(1){width:80%}.styled-table th[data-v-bad90061]:nth-child(2),.styled-table td[data-v-bad90061]:nth-child(2){width:10%}.styled-table th[data-v-bad90061]:nth-child(3),.styled-table td[data-v-bad90061]:nth-child(3){width:10%}.styled-table th[data-v-a77bf0d4]:nth-child(1),.styled-table td[data-v-a77bf0d4]:nth-child(1){width:20%}.styled-table th[data-v-a77bf0d4]:nth-child(2),.styled-table td[data-v-a77bf0d4]:nth-child(2){width:20%}.styled-table th[data-v-a77bf0d4]:nth-child(3),.styled-table td[data-v-a77bf0d4]:nth-child(3){width:15%}.styled-table th[data-v-a77bf0d4]:nth-child(4),.styled-table td[data-v-a77bf0d4]:nth-child(4){width:30%}.styled-table th[data-v-a77bf0d4]:nth-child(5),.styled-table td[data-v-a77bf0d4]:nth-child(5){width:20%}.search-input[data-v-bc6de42e]{width:100%;padding:5px 8px;margin-bottom:8px;box-sizing:border-box}.highlight-link{color:#007bff;font-weight:600;text-decoration:none;padding:2px 6px;border-radius:4px;transition:background-color .3s ease}.highlight-link:hover{background-color:#007bff;color:#fff;text-decoration:none;cursor:pointer}.styled-table th[data-v-edeb4a93]:nth-child(1),.styled-table td[data-v-edeb4a93]:nth-child(1){width:80%}.styled-table th[data-v-edeb4a93]:nth-child(2),.styled-table td[data-v-edeb4a93]:nth-child(2){width:10%}.styled-table th[data-v-edeb4a93]:nth-child(3),.styled-table td[data-v-edeb4a93]:nth-child(3){width:10%}.case-card-root[data-v-cf1237ec]{width:320px;min-width:320px;max-width:320px}.card[data-v-cf1237ec]{background:linear-gradient(165deg,#fff,#f6f7f9 40%,#f0f2f5);border-radius:10px;padding:12px 14px;margin:0;box-shadow:0 2px 8px #0000001f;transition:transform .2s,box-shadow .2s;width:100%;min-height:520px;max-height:none;position:relative;z-index:1;display:flex;flex-direction:column;cursor:pointer}.card[data-v-cf1237ec]:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000004d}.card-title[data-v-cf1237ec]{font-size:1.15rem;color:#333;margin-bottom:6px;flex-shrink:0}.card-content[data-v-cf1237ec]{flex:1;min-height:0;overflow-y:auto}.card-content p[data-v-cf1237ec]{margin:3px 0;color:#555;font-size:.8rem;line-height:1.35}.card .button-group[data-v-cf1237ec]{flex-shrink:0;display:flex;flex-wrap:nowrap;gap:.4rem;margin-top:.4rem}.card .button-group button[data-v-cf1237ec]{width:fit-content;min-width:0;white-space:nowrap;padding:.35rem .65rem;border-radius:6px;font-size:.78rem;font-weight:600;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center}.card .button-group button[data-v-cf1237ec]:not(.edit-button):not(.delete-button){background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 6px #667eea59}.card .button-group button[data-v-cf1237ec]:not(.edit-button):not(.delete-button):hover{transform:translateY(-1px);box-shadow:0 4px 10px #667eea73}.card .button-group .edit-button[data-v-cf1237ec]{background:linear-gradient(135deg,#5a67d8,#6b46c1);color:#fff;padding:.4rem}.card .button-group .edit-button[data-v-cf1237ec]:hover{transform:translateY(-1px);box-shadow:0 2px 8px #5a67d866}.card .button-group .delete-button[data-v-cf1237ec]{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;padding:.4rem}.card .button-group .delete-button[data-v-cf1237ec]:hover{transform:translateY(-1px);box-shadow:0 2px 8px #e53e3e66}strong[data-v-cf1237ec]{font-weight:700}.modal-overlay[data-v-cf1237ec]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content[data-v-cf1237ec]{background:#fff;padding:20px;width:800px;max-height:90vh;overflow-y:auto;border-radius:8px;position:relative}.modal-close[data-v-cf1237ec]{position:absolute;top:5px;right:10px;background:transparent;font-size:24px;border:none;cursor:pointer}.filter-section[data-v-3c3e569c]{display:flex;flex-direction:column;align-items:flex-start}.filter-column[data-v-3c3e569c]{align-self:flex-start;flex-shrink:0;max-width:100%;box-sizing:border-box}.filter-loading[data-v-3c3e569c]{margin:.5rem 0;color:#6b7280;font-size:.9rem}.filter-error[data-v-3c3e569c]{margin:.5rem 0;color:#dc2626;font-size:.9rem}.pagination-bar[data-v-3c3e569c]{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem;padding:.75rem 0;border-top:1px solid #e5e7eb}.pagination-info[data-v-3c3e569c]{font-size:.9rem;color:#374151}.pagination-size select[data-v-3c3e569c]{margin-left:.35rem;padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:4px}.pagination-buttons[data-v-3c3e569c]{display:flex;gap:.5rem}.pagination-btn[data-v-3c3e569c]{padding:.35rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer}.pagination-btn[data-v-3c3e569c]:hover:not(:disabled){background:#f3f4f6}.pagination-btn[data-v-3c3e569c]:disabled{opacity:.5;cursor:not-allowed}.cards-per-row-control[data-v-3c3e569c]{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.cards-per-row-label[data-v-3c3e569c]{font-size:.9rem;color:#374151}.cards-per-row-select[data-v-3c3e569c]{padding:.35rem .6rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.9rem;cursor:pointer}.card-container[data-v-3c3e569c]{--cards-gap: 15px;--card-fixed-width: 320px;max-width:100%;display:grid;grid-template-columns:repeat(var(--cards-per-row),var(--card-fixed-width));justify-content:start;gap:var(--cards-gap);margin-bottom:20px;z-index:1;padding:1rem;border-radius:10px;background:linear-gradient(145deg,#f0f2f5,#e4e8ec,#f5f6f8);min-height:200px;box-sizing:border-box}.clinical-case-container[data-v-3c3e569c]{display:flex;flex-direction:column;gap:20px;padding:20px}.search-section[data-v-3c3e569c]{margin-bottom:20px}.content-section[data-v-3c3e569c]{flex:1}.sidebar[data-v-3c3e569c]{align-self:flex-start;flex-shrink:0;max-width:100%;padding:15px;border-radius:8px;box-shadow:0 2px 4px #0000001a;background:linear-gradient(180deg,#f8f9fb,#eef0f4);min-height:100%;box-sizing:border-box}.add-button--fixed[data-v-3c3e569c]{position:static;box-shadow:0 4px 12px #00000026}.filter-title[data-v-3c3e569c]{cursor:pointer;padding:12px 15px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:500;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.filter-title[data-v-3c3e569c]:hover{background-color:#f9f9f9}.toggle-arrow[data-v-3c3e569c]{font-size:14px;color:#7f8c8d}.checkbox-group[data-v-3c3e569c]{margin:12px 0;padding:0 15px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;max-height:300px;overflow-y:auto}.checkbox-container[data-v-3c3e569c]{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f0f0f0}.checkbox-container[data-v-3c3e569c]:last-child{border-bottom:none}.checkbox-container label[data-v-3c3e569c]{display:flex;align-items:center;width:100%;cursor:pointer}.checkbox-container input[type=checkbox][data-v-3c3e569c]{margin-left:10px;width:18px;height:18px;cursor:pointer}.filter-buttons[data-v-3c3e569c]{display:flex;gap:10px;margin-top:10px;margin-bottom:10px}.search-button[data-v-3c3e569c],.reset-button[data-v-3c3e569c]{padding:10px 15px;border:none;border-radius:50px;cursor:pointer;transition:transform .2s,box-shadow .2s,background-color .2s,color .2s,border-color .2s}.search-button[data-v-3c3e569c]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.reset-button[data-v-3c3e569c]{background:#fff;color:#667eea;border:1px solid #667eea}.search-button[data-v-3c3e569c]:hover,.reset-button[data-v-3c3e569c]:hover{transform:translateY(-1px);box-shadow:0 4px 10px #667eea40}@media (max-width: 768px){.clinical-case-container[data-v-3c3e569c]{flex-direction:column}.card-container[data-v-3c3e569c]{grid-template-columns:var(--card-fixed-width);justify-content:center}}.styled-table th[data-v-782cfe70]:nth-child(1),.styled-table td[data-v-782cfe70]:nth-child(1){width:20%}.styled-table th[data-v-782cfe70]:nth-child(2),.styled-table td[data-v-782cfe70]:nth-child(2){width:70%}.styled-table th[data-v-782cfe70]:nth-child(3),.styled-table td[data-v-782cfe70]:nth-child(3){width:10%}.styled-table th[data-v-80937d61]:nth-child(1),.styled-table td[data-v-80937d61]:nth-child(1){width:30%}.styled-table th[data-v-80937d61]:nth-child(2),.styled-table td[data-v-80937d61]:nth-child(2){width:30%}.styled-table th[data-v-80937d61]:nth-child(3),.styled-table td[data-v-80937d61]:nth-child(3){width:40%}.styled-table th[data-v-80937d61]:nth-child(4),.styled-table td[data-v-80937d61]:nth-child(4){width:10%}.styled-table th[data-v-7c365084]:nth-child(1),.styled-table td[data-v-7c365084]:nth-child(1){width:30%}.styled-table th[data-v-7c365084]:nth-child(2),.styled-table td[data-v-7c365084]:nth-child(2){width:30%}.styled-table th[data-v-7c365084]:nth-child(3),.styled-table td[data-v-7c365084]:nth-child(3){width:40%}.styled-table th[data-v-7c365084]:nth-child(4),.styled-table td[data-v-7c365084]:nth-child(4){width:10%}.styled-table th[data-v-a29bbb4f]:nth-child(1),.styled-table td[data-v-a29bbb4f]:nth-child(1){width:30%}.styled-table th[data-v-a29bbb4f]:nth-child(2),.styled-table td[data-v-a29bbb4f]:nth-child(2){width:30%}.styled-table th[data-v-a29bbb4f]:nth-child(3),.styled-table td[data-v-a29bbb4f]:nth-child(3){width:40%}.styled-table th[data-v-a29bbb4f]:nth-child(4),.styled-table td[data-v-a29bbb4f]:nth-child(4){width:10%}.styled-table th[data-v-09058df0]:nth-child(1),.styled-table td[data-v-09058df0]:nth-child(1){width:30%}.styled-table th[data-v-09058df0]:nth-child(2),.styled-table td[data-v-09058df0]:nth-child(2){width:30%}.styled-table th[data-v-09058df0]:nth-child(3),.styled-table td[data-v-09058df0]:nth-child(3){width:40%}.styled-table th[data-v-09058df0]:nth-child(4),.styled-table td[data-v-09058df0]:nth-child(4){width:10%}.active-filters[data-v-09f73eda]{background-color:#f8f9fa;border-radius:8px;padding:16px;margin-bottom:20px;border-left:3px solid #4c51bf}.active-filters-header[data-v-09f73eda]{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:1.05rem;color:#2d3748}.filter-chips[data-v-09f73eda]{display:flex;flex-wrap:wrap;gap:10px}.filter-chip[data-v-09f73eda]{background-color:#e9d8fd;color:#553c9a;border-radius:16px;padding:6px 16px;font-size:.9rem;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000001a}.remove-filter[data-v-09f73eda]{cursor:pointer;font-size:1.2rem;line-height:1;padding:0 4px;border-radius:50%}.remove-filter[data-v-09f73eda]:hover{background-color:#d6bcfa;color:#322659}@media (max-width: 768px){.filter-chips[data-v-09f73eda]{gap:8px}.filter-chip[data-v-09f73eda]{padding:5px 12px;font-size:.85rem}}.compact-summary[data-v-09f73eda]{margin-top:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:14px}.compact-header[data-v-09f73eda]{display:flex;align-items:center;margin-bottom:16px}.compact-header h3[data-v-09f73eda]{font-size:1.2rem;font-weight:700;margin:0;color:#2d3748}.compact-icon[data-v-09f73eda]{width:20px;height:20px;fill:#4c51bf;margin-right:8px}.compact-info[data-v-09f73eda]{background:#f8f9fa;border-radius:6px;padding:10px 12px;margin-bottom:16px;display:flex;align-items:flex-start;border-left:2px solid #4c51bf;font-size:.95em}.info-icon[data-v-09f73eda]{width:16px;height:16px;fill:#4c51bf;margin-right:8px;margin-top:2px;flex-shrink:0}.compact-card[data-v-09f73eda]{background:#fff;border-radius:8px;padding:12px 14px;margin-bottom:16px;box-shadow:0 1px 4px #0000000d;border:1px solid #edf2f7;flex:1;min-width:280px;max-width:calc(50% - 8px)}.cards-container[data-v-09f73eda]{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}.card-header[data-v-09f73eda]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-header h4[data-v-09f73eda]{font-size:1.05rem;font-weight:600;margin:0;color:#2d3748}.card-header span[data-v-09f73eda]{color:#4c51bf;font-weight:500}.measure-count[data-v-09f73eda]{background:#e9d8fd;color:#553c9a;font-size:.8rem;padding:3px 10px;border-radius:12px;font-weight:500}.avg-value[data-v-09f73eda]{text-align:center;background:#f8fafc;border-radius:6px;padding:10px;margin-bottom:12px}.avg-value .value[data-v-09f73eda]{font-size:1.4rem;font-weight:700;color:#4c51bf;line-height:1.2}.avg-value .unit[data-v-09f73eda]{font-size:.9rem;color:#718096;margin-left:2px;font-weight:400}.avg-value .label[data-v-09f73eda]{font-size:.9rem;color:#718096}.minmax-grid[data-v-09f73eda]{display:grid;grid-template-columns:1fr 1fr;gap:10px}.min-card[data-v-09f73eda],.max-card[data-v-09f73eda]{border-radius:6px;padding:10px;font-size:.9em}.min-card[data-v-09f73eda]{background:#ebf8ff;border:1px solid #bee3f8}.max-card[data-v-09f73eda]{background:#fffbeb;border:1px solid #fefcbf}.value-title[data-v-09f73eda]{display:flex;align-items:center;font-weight:600;margin-bottom:6px;font-size:.95em}.min-card .value-title[data-v-09f73eda]{color:#2b6cb0}.max-card .value-title[data-v-09f73eda]{color:#b7791f}.min-icon[data-v-09f73eda],.max-icon[data-v-09f73eda]{width:14px;height:14px;margin-right:6px}.min-icon[data-v-09f73eda]{fill:#2b6cb0}.max-icon[data-v-09f73eda]{fill:#b7791f}.min-value[data-v-09f73eda],.max-value[data-v-09f73eda]{font-size:1.2rem;font-weight:700;margin-bottom:6px;text-align:center}.min-value[data-v-09f73eda]{color:#2b6cb0}.max-value[data-v-09f73eda]{color:#b7791f}.min-details[data-v-09f73eda],.max-details[data-v-09f73eda]{font-size:.85em;color:#4a5568;line-height:1.5}.min-details span[data-v-09f73eda],.max-details span[data-v-09f73eda]{color:#718096;font-weight:500;display:inline-block;min-width:50px}.unit[data-v-09f73eda]{font-size:.8em;color:#718096;margin-left:2px}@media (max-width: 480px){.minmax-grid[data-v-09f73eda]{grid-template-columns:1fr}.compact-card[data-v-09f73eda]{padding:10px}.compact-header h3[data-v-09f73eda]{font-size:1.1rem}}.search-container[data-v-09f73eda]{display:flex;gap:20px;padding:20px}.sidebar[data-v-09f73eda]{flex:0 0 300px;padding:15px;border-right:1px solid #e0e0e0;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-height:calc(100vh - 100px);overflow-y:auto}.results[data-v-09f73eda]{flex:1;padding:15px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.filter-title[data-v-09f73eda]{cursor:pointer;padding:8px 12px;background-color:#e9e9e9;border-radius:4px;margin:5px 0;font-size:14px;display:flex;justify-content:space-between;align-items:center}.filter-title[data-v-09f73eda]:hover{background-color:#e0e0e0}.checkbox-group[data-v-09f73eda]{margin-bottom:15px;padding:0 10px}.checkbox-container[data-v-09f73eda]{display:flex;align-items:center;justify-content:space-between;padding:5px 0;font-size:13px}.checkbox-container input[type=checkbox][data-v-09f73eda]{margin-left:10px}.filter-buttons[data-v-09f73eda]{display:flex;flex-direction:column;gap:10px;margin-top:10px;margin-bottom:10px}.search-button[data-v-09f73eda],.reset-button[data-v-09f73eda],.filter-toggle-button[data-v-09f73eda]{padding:8px 12px;border:none;border-radius:50px;cursor:pointer;font-size:14px;transition:transform .2s,box-shadow .2s,background-color .2s,color .2s,border-color .2s}.search-button[data-v-09f73eda]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.search-button[data-v-09f73eda]:hover{transform:translateY(-1px);box-shadow:0 4px 10px #667eea4d}.reset-button[data-v-09f73eda]{background:#fff;color:#667eea;border:1px solid #667eea}.reset-button[data-v-09f73eda]:hover{background:#f8faff;transform:translateY(-1px);box-shadow:0 4px 10px #667eea33}.filter-toggle-button[data-v-09f73eda]{background-color:#e0e0e0;color:#333}.filter-toggle-button[data-v-09f73eda]:hover{background-color:#d0d0d0}.styled-table[data-v-09f73eda]{width:100%;border-collapse:collapse;margin-top:15px;font-size:14px;color:#333}.styled-table th[data-v-09f73eda],.styled-table td[data-v-09f73eda]{padding:10px;border:1px solid #ddd;text-align:left;vertical-align:top}.styled-table th[data-v-09f73eda]{background:#eef2ff;color:#434190;font-weight:700}.card-content[data-v-09f73eda]{padding:10px}.card-content p[data-v-09f73eda]{margin:5px 0;font-size:13px}.card-content p strong[data-v-09f73eda]{color:#333}.complications-section[data-v-09f73eda]{margin-top:10px;padding:10px;background-color:#f5f5f5;border-radius:4px}.complications-section h3[data-v-09f73eda]{margin:0 0 5px;font-size:14px;color:#333}.complications-section ul[data-v-09f73eda]{margin:0;padding-left:20px}.complications-section li[data-v-09f73eda]{font-size:13px;margin-bottom:3px}.subtable[data-v-09f73eda]{width:100%;border-collapse:collapse;font-size:12px}.subtable th[data-v-09f73eda],.subtable td[data-v-09f73eda]{padding:6px 8px;border:1px solid #ccc;text-align:left;background-color:#fafafa;color:#555}.subtable th[data-v-09f73eda]{background-color:#e9e9e9;font-weight:600}.styled-table td>.subtable[data-v-09f73eda]{border:1px solid #ccc;border-radius:4px;overflow:hidden}@media (max-width: 1200px){.search-container[data-v-09f73eda]{display:flex;flex-direction:column;gap:15px;padding:10px}.sidebar[data-v-09f73eda]{flex:1;padding:12px;border-right:none;border-bottom:1px solid #e0e0e0;background-color:#f9f9f9;border-radius:8px;box-shadow:0 1px 3px #0000001a;max-height:none;overflow-y:visible;margin-bottom:15px}.results[data-v-09f73eda]{flex:1;padding:12px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow-x:auto}.filter-title[data-v-09f73eda]{padding:10px;font-size:15px;margin:8px 0}.checkbox-group[data-v-09f73eda]{margin-bottom:12px;padding:0 8px}.checkbox-container[data-v-09f73eda]{padding:8px 0;font-size:14px}.filter-buttons[data-v-09f73eda]{flex-direction:row;gap:8px;margin-top:12px}.search-button[data-v-09f73eda],.reset-button[data-v-09f73eda],.filter-toggle-button[data-v-09f73eda]{padding:10px 15px;font-size:15px;flex:1;min-height:44px}.styled-table[data-v-09f73eda]{font-size:13px;display:block;overflow-x:auto;white-space:nowrap}.styled-table th[data-v-09f73eda],.styled-table td[data-v-09f73eda]{padding:8px;min-width:100px;white-space:normal}.card-content[data-v-09f73eda]{padding:8px}.card-content p[data-v-09f73eda]{font-size:14px;margin:6px 0}.complications-section[data-v-09f73eda]{margin-top:8px;padding:8px}.complications-section h3[data-v-09f73eda]{font-size:15px}.complications-section li[data-v-09f73eda]{font-size:14px}.subtable[data-v-09f73eda]{font-size:12px}.subtable th[data-v-09f73eda],.subtable td[data-v-09f73eda]{padding:4px 6px;white-space:normal}.filter-group[data-v-09f73eda]{transition:all .3s ease;overflow:hidden}}.styled-table th[data-v-7814faea]:nth-child(1),.styled-table td[data-v-7814faea]:nth-child(1){width:30%}.styled-table th[data-v-7814faea]:nth-child(2),.styled-table td[data-v-7814faea]:nth-child(2){width:30%}.styled-table th[data-v-7814faea]:nth-child(3),.styled-table td[data-v-7814faea]:nth-child(3){width:40%}.styled-table th[data-v-7814faea]:nth-child(4),.styled-table td[data-v-7814faea]:nth-child(4){width:10%}.card[data-v-f8b21e19]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 14px #667eea59;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;min-height:200px;width:300px;border:none;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.card[data-v-f8b21e19]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea73}.card-name[data-v-f8b21e19]{font-size:1.5rem;margin:0 0 4px;font-weight:700;color:#fff}.card-short-name[data-v-f8b21e19]{font-size:1rem;color:#fffc}.card-note[data-v-f8b21e19]{font-size:.85rem;color:#ffffffb3;margin-top:auto}.cards-container[data-v-b7544446]{display:flex;flex-wrap:wrap;gap:16px}.card[data-v-d520ef73]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 14px #667eea59;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;min-height:200px;width:300px;border:none;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.card[data-v-d520ef73]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea73}.card-name[data-v-d520ef73]{font-size:1.5rem;margin:0 0 4px;font-weight:700;color:#fff}.card-short-name[data-v-d520ef73]{font-size:1rem;color:#fffc}.card-note[data-v-d520ef73]{font-size:.85rem;color:#ffffffb3;margin-top:auto}.cards-container[data-v-70b0d038]{display:flex;flex-wrap:wrap;gap:16px}.admin-cabinet-page[data-v-8c02777b]{min-height:60vh;background:#f5f7fa}.admin-cabinet[data-v-8c02777b]{max-width:1000px;margin:0 auto;padding:1.5rem}.cabinet-back[data-v-8c02777b]{display:inline-block;margin-bottom:1rem;color:#667eea;font-size:.9rem;font-weight:600;text-decoration:none}.cabinet-back[data-v-8c02777b]:hover{text-decoration:underline}.cabinet-header[data-v-8c02777b]{margin-bottom:1.5rem;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem}.cabinet-title[data-v-8c02777b]{margin:0 0 .25rem;font-size:1.5rem;color:#374151;width:100%}.cabinet-desc[data-v-8c02777b]{margin:0;color:#6b7280;font-size:.95rem;flex:1;min-width:200px}.btn-add-user[data-v-8c02777b]{padding:.5rem 1rem;border-radius:8px;border:0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;white-space:nowrap;width:fit-content;min-width:0;box-sizing:border-box}.btn-add-user[data-v-8c02777b]:hover{opacity:.95}.cabinet-error[data-v-8c02777b]{color:#dc2626;padding:1rem}.cabinet-table-wrap[data-v-8c02777b]{overflow-x:auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.cabinet-table[data-v-8c02777b]{width:100%;border-collapse:collapse}.cabinet-table th[data-v-8c02777b],.cabinet-table td[data-v-8c02777b]{padding:.65rem .75rem;text-align:left;border-bottom:1px solid #f3f4f6}.cabinet-table th[data-v-8c02777b]{background:#f9fafb;font-weight:600;color:#374151}.cabinet-table tbody tr[data-v-8c02777b]:hover{background:#f9fafb}.cabinet-notice[data-v-8c02777b]{margin-bottom:1rem;padding:1rem 1.25rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:10px;color:#92400e;font-size:.95rem}.cabinet-notice strong[data-v-8c02777b]{font-weight:700}.row-inactive[data-v-8c02777b]{opacity:.7}.row-unconfirmed[data-v-8c02777b]{background:#fef2f2!important}.row-unconfirmed[data-v-8c02777b]:hover{background:#fee2e2!important}.role-unconfirmed[data-v-8c02777b]{color:#dc2626;font-weight:600}.role-hint[data-v-8c02777b]{font-size:.85rem;color:#b91c1c}.cabinet-bulk-bar[data-v-8c02777b]{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.5rem 0}.cabinet-bulk-text[data-v-8c02777b]{font-size:.9rem;color:var(--text-muted, #6b7280)}.btn-bulk-delete[data-v-8c02777b]{padding:.4rem .75rem;border-radius:6px;border:1px solid #dc2626;background:#fff;color:#dc2626;font-size:.9rem;cursor:pointer}.btn-bulk-delete[data-v-8c02777b]:hover{background:#fef2f2}.col-checkbox[data-v-8c02777b]{width:2.5rem;text-align:left;vertical-align:middle;padding-right:.25rem}.col-checkbox input[type=checkbox][data-v-8c02777b]{cursor:pointer;vertical-align:middle;margin:0}.cell-no-check[data-v-8c02777b]{color:var(--text-muted, #9ca3af);font-size:.9rem;vertical-align:middle}.cell-actions[data-v-8c02777b]{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.btn-edit[data-v-8c02777b]{padding:.4rem .75rem;border-radius:6px;border:1px solid #667eea;background:#fff;color:#667eea;font-size:.85rem;cursor:pointer;white-space:nowrap;width:fit-content;min-width:0;box-sizing:border-box}.btn-edit[data-v-8c02777b]:hover{background:#eef2ff}.btn-delete[data-v-8c02777b]{padding:.4rem .75rem;border-radius:6px;border:1px solid #dc2626;background:#fff;color:#dc2626;font-size:.85rem;cursor:pointer;white-space:nowrap;width:fit-content;min-width:0;box-sizing:border-box}.btn-delete[data-v-8c02777b]:hover:not(:disabled){background:#fef2f2}.btn-delete[data-v-8c02777b]:disabled{opacity:.5;cursor:not-allowed;border-color:#9ca3af;color:#9ca3af}.modal-overlay[data-v-8c02777b]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-popup[data-v-8c02777b]{position:relative;background:#fff;border-radius:12px;padding:1.5rem 2rem;max-width:420px;width:100%;box-shadow:0 12px 40px #0003}.modal-popup--wide[data-v-8c02777b]{max-width:440px}.modal-close[data-v-8c02777b]{position:absolute;top:.5rem;right:.75rem;border:0;background:none;font-size:1.5rem;line-height:1;color:#6b7280;cursor:pointer}.modal-title[data-v-8c02777b]{margin:0 0 1rem;font-size:1.15rem;color:#374151}.cabinet-form .form-label[data-v-8c02777b]{display:block;margin-bottom:.75rem}.cabinet-form .form-label span[data-v-8c02777b]{display:block;margin-bottom:.25rem;font-size:.875rem;color:#4b5563}.form-input[data-v-8c02777b]{width:100%;padding:.5rem .6rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem}.form-label--row[data-v-8c02777b]{display:flex;align-items:center;gap:.5rem}.form-label--row input[data-v-8c02777b]{margin:0}.form-error[data-v-8c02777b]{color:#dc2626;font-size:.875rem;margin:0 0 .5rem}.form-actions[data-v-8c02777b]{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.btn-cancel[data-v-8c02777b],.btn-submit[data-v-8c02777b]{padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;width:fit-content;min-width:0;box-sizing:border-box}.btn-cancel[data-v-8c02777b]{border:1px solid #d1d5db;background:#fff}.btn-submit[data-v-8c02777b]{border:0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-submit[data-v-8c02777b]:disabled{opacity:.6;cursor:not-allowed}.structure-page[data-v-fb89e12e]{display:flex;gap:1.5rem;padding:1.5rem;max-width:1400px;margin:0 auto;min-height:100%}.structure-sidebar[data-v-fb89e12e]{flex-shrink:0;width:300px;background:linear-gradient(180deg,#fff,#f5f7ff);border-radius:12px;padding:1.25rem;box-shadow:0 4px 16px #667eea1f;border:1px solid #e0e7ff;align-self:flex-start;position:sticky;top:1rem}.structure-sidebar-title[data-v-fb89e12e]{font-size:1.1rem;color:#5a67d8;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e7ff}.structure-nav[data-v-fb89e12e]{display:flex;flex-direction:column;gap:.35rem}.structure-nav-item[data-v-fb89e12e]{display:block;width:100%;text-align:left;padding:.6rem .85rem;border:1px solid #dbe2ff;border-radius:8px;background:#eef2ff;color:#4c51bf;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.structure-nav-item[data-v-fb89e12e]:hover{background:#e4e9ff;color:#4338ca;border-color:#c7d2fe}.structure-nav-item--active[data-v-fb89e12e]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.structure-nav-item--section[data-v-fb89e12e]{font-weight:600}.structure-sub-list[data-v-fb89e12e]{margin-left:.75rem;margin-bottom:.5rem;padding-left:.5rem;border-left:2px solid #c7d2fe;display:flex;flex-direction:column;gap:.25rem}.structure-nav-item--row[data-v-fb89e12e]{font-size:.82rem;font-weight:500;padding:.45rem .65rem;background:#f8faff;color:#4338ca}.structure-nav-item--row[data-v-fb89e12e]:hover{background:#eef2ff}.structure-nav-item--row.structure-nav-item--active[data-v-fb89e12e]{background:linear-gradient(135deg,#5a67d8,#6b46c1);color:#fff}.sub-list-enter-active[data-v-fb89e12e],.sub-list-leave-active[data-v-fb89e12e]{transition:opacity .2s ease,transform .2s ease}.sub-list-enter-from[data-v-fb89e12e],.sub-list-leave-to[data-v-fb89e12e]{opacity:0;transform:translateY(-4px)}.structure-content[data-v-fb89e12e]{flex:1;min-width:0;background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-left:.5rem;box-shadow:0 2px 12px #0000000f;border:1px solid #e5e7eb}.structure-content--single[data-v-fb89e12e]{padding:1.75rem 2.25rem}.structure-title[data-v-fb89e12e]{font-size:1.35rem;margin:0 0 1rem;color:#1f2937}.structure-title--small[data-v-fb89e12e]{font-size:1.2rem;margin-bottom:.75rem}.structure-desc[data-v-fb89e12e]{color:#6b7280;font-size:.95rem;line-height:1.5;margin:0}.structure-descriptions[data-v-fb89e12e]{display:flex;flex-direction:column;gap:1.25rem}.structure-block[data-v-fb89e12e]{padding-bottom:1.25rem;border-bottom:1px solid #f3f4f6}.structure-block[data-v-fb89e12e]:last-child{border-bottom:none;padding-bottom:0}.structure-row-name[data-v-fb89e12e]{font-size:1.05rem;font-weight:600;color:#374151;margin:0 0 .5rem}.structure-row-desc[data-v-fb89e12e]{font-size:.95rem;color:#4b5563;line-height:1.5;margin:0;text-align:justify}.structure-row-desc--single[data-v-fb89e12e]{font-size:1rem;line-height:1.6}@media (max-width: 768px){.structure-page[data-v-fb89e12e]{flex-direction:column}.structure-sidebar[data-v-fb89e12e]{width:100%;position:static}.structure-content[data-v-fb89e12e]{margin-left:0}}.editor-structure-page[data-v-8642a189]{padding:1rem 1.5rem;max-width:1200px}.page-title[data-v-8642a189]{font-size:1.35rem;margin:0 0 1rem;color:#1f2937}.toolbar[data-v-8642a189]{margin-bottom:1rem}.btn-add[data-v-8642a189]{padding:.5rem 1rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-add[data-v-8642a189]:hover{box-shadow:0 4px 12px #667eea66}.table-wrap[data-v-8642a189]{overflow-x:auto}.data-table[data-v-8642a189]{width:100%;border-collapse:collapse;font-size:.95rem}.data-table th[data-v-8642a189],.data-table td[data-v-8642a189]{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.data-table th[data-v-8642a189]{background:#f8fafc;color:#374151;font-weight:600}.th-actions[data-v-8642a189],.td-actions[data-v-8642a189]{width:200px;white-space:nowrap}.td-name[data-v-8642a189]{font-weight:500;color:#1f2937}.td-desc[data-v-8642a189]{color:#4b5563;max-width:400px;white-space:pre-wrap}.td-empty[data-v-8642a189]{color:#9ca3af;font-style:italic;text-align:center;padding:2rem}.btn-edit[data-v-8642a189],.btn-delete[data-v-8642a189]{padding:.35rem .65rem;margin-right:.5rem;border-radius:6px;font-size:.85rem;border:none;cursor:pointer}.btn-edit[data-v-8642a189]{background:#e0e7ff;color:#4338ca}.btn-delete[data-v-8642a189]{background:#fee2e2;color:#b91c1c}.modal-overlay[data-v-8642a189]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-box[data-v-8642a189]{background:#fff;border-radius:12px;padding:1.5rem 2rem;max-width:500px;width:90%;box-shadow:0 12px 40px #0003}.modal-box--confirm[data-v-8642a189]{max-width:380px}.modal-title[data-v-8642a189]{margin:0 0 1rem;font-size:1.2rem;color:#1f2937}.structure-form .form-row[data-v-8642a189]{margin-bottom:1rem}.structure-form label[data-v-8642a189]{display:block;font-weight:500;margin-bottom:.35rem;color:#374151}.structure-form input[data-v-8642a189],.structure-form textarea[data-v-8642a189]{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;box-sizing:border-box}.form-actions[data-v-8642a189]{display:flex;gap:.75rem;margin-top:1.25rem}.btn-save[data-v-8642a189]{padding:.5rem 1.25rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-cancel[data-v-8642a189]{padding:.5rem 1.25rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;cursor:pointer;color:#374151}
