:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:all .25s;border:1px solid #e0e0e0}button:hover{border-color:#646cff;background-color:#f0f0f0}button:disabled{opacity:.5;cursor:not-allowed}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{width:100%;min-height:100vh}.app{max-width:1200px;margin:0 auto;padding:0;min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#fff,#f8f9fa);border-bottom:1px solid #e0e0e0;padding:0;margin:0;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem}.header-logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;transition:transform .2s ease}.header-logo:hover{transform:translate(2px)}.logo-icon-wrapper{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#646cff,#535bf2);border-radius:10px;flex-shrink:0;box-shadow:0 2px 8px #646cff40;transition:transform .2s ease,box-shadow .2s ease}.header-logo:hover .logo-icon-wrapper{transform:scale(1.05);box-shadow:0 4px 12px #646cff59}.logo-icon{font-size:1.5em;line-height:1;filter:grayscale(100%) brightness(200%)}.logo-text{display:flex;flex-direction:column;gap:.15rem}.logo-title{font-size:1.5em;margin:0;color:#213547;font-weight:700;line-height:1.2;letter-spacing:-.02em}.logo-subtitle{font-size:.85em;margin:0;color:#666;font-weight:400;line-height:1.3}.app-main{width:100%;padding:2rem;flex:1}.category-list{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.category-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-list-header h2{margin:0;font-size:1.5em;color:#213547}.category-list-toggle{padding:.5rem 1rem;background-color:#646cff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9em;transition:background-color .25s}.category-list-toggle:hover{background-color:#535bf2}.category-list-grid{display:flex;flex-direction:column;gap:.75rem}.category-item{display:flex;flex-direction:row;align-items:center;padding:1rem 1.5rem;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .25s;text-align:left;gap:1rem;text-decoration:none;color:inherit}.category-item:hover{border-color:#646cff;background:#f0f0ff;box-shadow:0 2px 8px #0000001a}.category-item.active{border-color:#646cff;background:#e8e9ff;font-weight:600}.category-code{font-size:1.1em;font-weight:700;color:#646cff;min-width:60px;flex-shrink:0}.category-item.active .category-code{color:#535bf2}.category-name{font-size:1em;color:#555;line-height:1.4;flex:1}.category-item.active .category-name{color:#213547}.category-list-loading{text-align:center;padding:2rem;color:#666}.category-page{width:100%}.category-page-header{margin-bottom:2rem}.category-page-title{display:flex;flex-direction:column;gap:.5rem;margin:0 0 1rem}.category-page-title .category-code{font-size:2em;font-weight:700;color:#646cff}.category-page-title .category-name{font-size:1.5em;color:#213547;font-weight:400}.category-page-empty,.category-page-loading,.category-page-error{text-align:center;padding:3rem;color:#666}.category-page-error{color:#d32f2f}.subcategory-list{margin-top:2rem}.subcategory-list h2{margin:0 0 1.5rem;color:#213547;font-size:1.5em}.subcategory-grid{display:flex;flex-direction:column;gap:.75rem}.subcategory-item{display:flex;flex-direction:row;align-items:center;padding:1rem 1.5rem;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;text-decoration:none;color:inherit;transition:all .25s;gap:1rem}.subcategory-item:hover{border-color:#646cff;background:#f0f0ff;box-shadow:0 2px 8px #0000001a}.subcategory-code{font-size:1.1em;font-weight:700;color:#646cff;min-width:100px;flex-shrink:0}.subcategory-name{font-size:1em;color:#555;line-height:1.4;flex:1}.subcategory-page{width:100%}.breadcrumbs{margin-bottom:1.5rem;color:#666;font-size:.95em}.breadcrumbs a{color:#646cff;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs span{margin:0 .5rem;color:#999}.subcategory-page-header{margin-bottom:2rem}.subcategory-page-title{display:flex;flex-direction:column;gap:.5rem;margin:0 0 1rem}.subcategory-page-title .subcategory-code{font-size:2em;font-weight:700;color:#646cff}.subcategory-page-title .subcategory-name{font-size:1.5em;color:#213547;font-weight:400}.subcategory-category{color:#666;font-size:1em;margin:0}.subcategory-category a{color:#646cff;text-decoration:none}.subcategory-category a:hover{text-decoration:underline}.subcategory-page-loading,.subcategory-page-error{text-align:center;padding:3rem;color:#666}.subcategory-page-error{color:#d32f2f}.search-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #0000001a}.search-bar{display:flex;gap:1rem;margin-bottom:1.5rem}.search-input{flex:1;padding:.75rem 1rem;font-size:1em;border:2px solid #e0e0e0;border-radius:8px;transition:border-color .25s}.search-input:focus{outline:none;border-color:#646cff}.search-button{padding:.75rem 2rem;background-color:#646cff;color:#fff;border:none;font-weight:600}.search-button:hover{background-color:#535bf2}.category-filter{display:flex;gap:1.5rem;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.filter-group label{font-weight:500;color:#555;font-size:.9em}.filter-select{padding:.6rem;font-size:1em;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .25s}.filter-select:focus{outline:none;border-color:#646cff}.gost-list{width:100%}.gost-list-header{margin-bottom:1.5rem}.gost-list-count{color:#666;font-size:.95em;margin:0}.gost-list-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.gost-list-loading,.gost-list-error,.gost-list-empty{text-align:center;padding:3rem;color:#666;font-size:1.1em}.gost-list-error{color:#d32f2f}.gost-card{display:flex;flex-direction:row;align-items:flex-start;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:1rem 1.5rem;transition:all .25s;box-shadow:0 2px 4px #0000000d;gap:1.5rem;cursor:pointer}.gost-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#646cff;background:#f8f9ff}.gost-card-header{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.gost-card-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.gost-designation{font-size:1.2em;font-weight:600;color:#646cff;margin:0}.gost-status{padding:.25rem .75rem;border-radius:6px;font-size:.85em;font-weight:500;white-space:nowrap;align-self:flex-start}.status-действующий{background-color:#4caf50;color:#fff}.status-отменен{background-color:#f44336;color:#fff}.status-заменен{background-color:#ff9800;color:#fff}.gost-name{color:#555;margin:.5rem 0 0;font-size:1em;line-height:1.5;flex:1}.gost-meta{display:flex;flex-direction:column;gap:.25rem;font-size:.9em;color:#666;min-width:150px;flex-shrink:0}.gost-meta-item{display:block}.gost-actions{display:flex;gap:.75rem;flex-shrink:0;align-items:flex-start}.btn{padding:.6rem 1.2rem;border-radius:8px;font-size:.9em;font-weight:500;text-decoration:none;display:inline-block;transition:all .25s;border:none;cursor:pointer}.btn-primary{background-color:#646cff;color:#fff}.btn-primary:hover{background-color:#535bf2}.btn-secondary{background-color:#f0f0f0;color:#213547;border:1px solid #e0e0e0}.btn-secondary:hover{background-color:#e0e0e0}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem}.pagination-button{padding:.6rem 1.5rem}.pagination-info{color:#666;font-size:.95em}.gost-detail{max-width:100%;width:100%}.back-link{display:inline-block;margin-bottom:2rem;color:#646cff;font-weight:500;text-decoration:none;background:none;border:none;cursor:pointer;font-size:1em;padding:0;transition:color .25s}.back-link:hover{text-decoration:underline;color:#535bf2}.gost-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.gost-detail-designation{font-size:2.5em;margin:0;color:#213547;flex:1}.gost-detail-name{font-size:1.5em;color:#555;margin:0 0 2rem;font-weight:400}.gost-detail-info{display:flex;flex-direction:column;gap:2rem}.info-section{background:#f8f9fa;padding:1.5rem;border-radius:12px}.info-section h3{margin:0 0 1rem;color:#213547;font-size:1.3em}.info-list{display:grid;grid-template-columns:auto 1fr;gap:.75rem 1.5rem;margin:0}.info-list dt{font-weight:600;color:#555}.info-list dd{margin:0;color:#333}.file-links{display:flex;flex-direction:column;gap:1rem}.file-link{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;text-decoration:none;color:#213547;transition:all .25s}.file-link:hover{border-color:#646cff;background:#f8f9ff}.file-link-icon{font-size:2em}.file-link-info{display:flex;flex-direction:column;gap:.25rem}.file-link-name{font-weight:600;font-size:1.1em}.file-link-size{font-size:.9em;color:#666}.full-text-content{background:#fff;padding:1.5rem;border-radius:8px;line-height:1.6;color:#333}.full-text-content h1,.full-text-content h2,.full-text-content h3,.full-text-content h4,.full-text-content h5,.full-text-content h6{margin:1.5em 0 .75em;color:#213547;font-weight:600}.full-text-content h1{font-size:1.8em}.full-text-content h2{font-size:1.5em}.full-text-content h3{font-size:1.3em}.full-text-content p{margin:1em 0;text-align:justify}.full-text-content table{width:100%;border-collapse:collapse;margin:1.5em 0}.full-text-content table td,.full-text-content table th{border:1px solid #e0e0e0;padding:.75rem;text-align:left}.full-text-content table th{background-color:#f8f9fa;font-weight:600}.full-text-content ul,.full-text-content ol{margin:1em 0;padding-left:2em}.full-text-content li{margin:.5em 0}.full-text-content img{max-width:100%;height:auto;border-radius:4px}.full-text-content strong,.full-text-content b{font-weight:600}.full-text-content em,.full-text-content i{font-style:italic}.full-text-content code{background-color:#f5f5f5;padding:.2em .4em;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.full-text-content pre{background-color:#f5f5f5;padding:1rem;border-radius:4px;overflow-x:auto;margin:1em 0}.full-text-content blockquote{border-left:4px solid #646cff;padding-left:1rem;margin:1em 0;color:#666;font-style:italic}.metadata-content{background:#fff;padding:1rem;border-radius:8px;overflow-x:auto;font-size:.9em;max-height:400px;overflow-y:auto}.gost-detail-loading,.gost-detail-error{text-align:center;padding:3rem;color:#666;font-size:1.1em}.gost-detail-error{color:#d32f2f}@media(max-width:768px){.app{padding:1rem}.header-container{padding:.875rem 1rem}.logo-icon-wrapper{width:42px;height:42px}.logo-icon,.logo-title{font-size:1.3em}.logo-subtitle{font-size:.75em}.header-logo{gap:.75rem}.app-main{padding:1rem}.category-list-grid{gap:.5rem}.category-item{padding:.875rem 1rem;flex-direction:column;align-items:flex-start;gap:.5rem}.category-code{min-width:auto;font-size:1em}.category-name{font-size:.9em}.category-list-header{flex-direction:column;align-items:flex-start;gap:1rem}.category-page,.subcategory-page{padding:0}.category-page-title .category-code,.subcategory-page-title .subcategory-code{font-size:1.5em}.category-page-title .category-name,.subcategory-page-title .subcategory-name{font-size:1.2em}.subcategory-grid{gap:.5rem}.subcategory-item{flex-direction:column;align-items:flex-start;padding:1rem;gap:.5rem}.search-bar{flex-direction:column}.gost-list-items{gap:.5rem}.gost-card{flex-direction:column;padding:1rem;gap:1rem}.gost-card-header{width:100%}.gost-meta{min-width:auto;width:100%}.gost-actions{width:100%;flex-wrap:wrap}.gost-detail-designation{font-size:1.8em}.info-list{grid-template-columns:1fr}.info-list dt{margin-top:.5rem}.info-list dt:first-child{margin-top:0}}
