:root{--doc-explorer-primary: #0A2540;--doc-explorer-accent: #D91E2A;--doc-explorer-text: #1f2937;--doc-explorer-text-light: #6b7280;--doc-explorer-white: #ffffff;--doc-explorer-bg-light: #F8F9FA;--doc-explorer-bg-medium: #EEF2F7;--doc-explorer-border: #E5E7EB;--doc-explorer-radius: 12px;--doc-explorer-radius-sm: 8px;--doc-explorer-shadow-sm: 0 2px 8px rgba(0,0,0,.08);--doc-explorer-shadow-md: 0 4px 16px rgba(0,0,0,.12);--doc-explorer-focus-ring: 0 0 0 3px rgba(13,110,253,.24);--doc-explorer-hover-bg: #f8f9fa;--doc-explorer-active-bg: #e9ecef;--doc-explorer-h1: clamp(1.4rem, 1.1rem + 1.2vw, 2rem);--doc-explorer-h2: clamp(1.1rem, .95rem + .6vw, 1.35rem);--doc-explorer-body: 1rem;--doc-explorer-small: .86rem}.toolkit-doc-explorer-section .section-title{text-align:center;margin:0 0 2rem}.toolkit-doc-explorer-section .section-title h2{font-size:var(--doc-explorer-h1);font-weight:600;line-height:1.428;color:var(--doc-explorer-text);margin:0 0 .5rem}.toolkit-doc-explorer-section .section-title p{margin:0;color:var(--doc-explorer-text-light);font-size:var(--doc-explorer-body);line-height:1.5}.doc-explorer-container{margin:1.25rem auto 2rem;max-width:1200px;background:var(--doc-explorer-white);border-radius:var(--doc-explorer-radius);box-shadow:var(--doc-explorer-shadow-sm);overflow:hidden;position:relative}.doc-explorer-table{display:flex;min-height:700px;max-height:700px;position:relative}.doc-explorer-sidebar{width:30%;min-width:280px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-right:1px solid rgba(229,231,235,.4);overflow-y:auto;max-height:700px;position:relative;z-index:15;box-shadow:1px 0 4px #0000000d;border-bottom:none}.doc-explorer-sidebar-header{padding:20px;border-bottom:2px solid var(--doc-explorer-border);background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:25;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:space-between;gap:16px}.doc-explorer-sidebar-header h3{margin:0;font-size:var(--doc-explorer-h2);font-weight:600;color:var(--doc-explorer-primary);display:flex;align-items:center;gap:8px;padding:4px 0;flex-shrink:0}.doc-mobile-dropdown-container{display:none;margin-left:auto}.doc-explorer-sidebar-header h3:before{content:"\1f4c1";font-size:1.2em}.doc-category-groups{padding:6px 0}.doc-category-group{margin-bottom:2px}.doc-category-group:last-child{margin-bottom:0}.doc-category-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;background:var(--doc-explorer-white);transition:all .2s ease;border:none;width:100%;text-align:left;font-family:inherit;border-radius:6px;margin:2px 8px}.doc-category-header:hover{background:var(--doc-explorer-hover-bg);transform:translate(4px);box-shadow:var(--doc-explorer-shadow-sm)}.doc-category-header.active{background:var(--doc-explorer-accent);color:#fff;transform:translate(4px);box-shadow:var(--doc-explorer-shadow-sm)}.doc-category-header.active .doc-category-title,.doc-category-header.active .doc-category-count{color:#fff}.doc-category-title{font-weight:600;color:var(--doc-explorer-primary);font-size:.9rem;margin:0;flex:1;text-align:left}.doc-category-count{background:var(--doc-explorer-accent);color:#fff;padding:3px 6px;border-radius:10px;font-size:.7rem;font-weight:600;min-width:20px;text-align:center;margin-right:8px}.doc-category-arrow{width:14px;height:14px;transition:transform .2s ease;color:var(--doc-explorer-text-light);flex-shrink:0}.doc-category-header.active .doc-category-arrow{color:#fff}.doc-explorer-content{flex:1;background:var(--doc-explorer-white);overflow-y:auto;max-height:700px;position:relative;z-index:5}.doc-explorer-content-header{padding:20px;border-bottom:1px solid var(--doc-explorer-border);background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:20;box-shadow:0 2px 4px rgba(0,0,0,0,.05)}.doc-explorer-content-header h3{margin:0;font-size:var(--doc-explorer-h2);font-weight:600;color:var(--doc-explorer-primary);display:flex;align-items:center;gap:8px;padding:4px 0}.doc-explorer-content-header h3:before{content:"\1f4c4";font-size:1.2em}.doc-explorer-content-header .doc-category-description{margin:8px 0 0;color:var(--doc-explorer-text-light);font-size:var(--doc-explorer-small);line-height:1.4}.doc-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;padding:20px}.doc-card{display:flex;align-items:flex-start;background:var(--doc-explorer-white);border:1px solid var(--doc-explorer-border);border-radius:var(--doc-explorer-radius-sm);padding:16px;cursor:pointer;transition:all .2s ease;box-shadow:var(--doc-explorer-shadow-sm);position:relative;overflow:hidden;min-height:100px}.doc-card:hover{transform:translateY(-2px);box-shadow:var(--doc-explorer-shadow-md);border-color:var(--doc-explorer-accent)}.doc-card:focus-within{outline:none;box-shadow:var(--doc-explorer-focus-ring),var(--doc-explorer-shadow-sm)}.doc-card.doc-card-highlight{background:color-mix(in oklab,var(--doc-explorer-accent) 8%,var(--doc-explorer-white));border-color:var(--doc-explorer-accent)}.doc-icon{width:40px;height:40px;margin-right:16px;display:flex;align-items:center;justify-content:center;background:var(--doc-explorer-bg-light);border-radius:var(--doc-explorer-radius-sm);flex-shrink:0}.doc-icon svg{width:20px;height:20px;fill:var(--doc-explorer-primary)}.doc-content{flex:1;min-width:0;padding-right:50px;min-height:70px;display:flex;flex-direction:column;justify-content:flex-start}.doc-card .doc-name,.doc-card h3.doc-name{margin:0 0 8px!important;padding:0!important;color:var(--doc-explorer-primary);font-weight:600;font-size:var(--doc-explorer-body);line-height:1.3;display:block!important;clear:none!important;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.doc-card .doc-desc,.doc-card p.doc-desc{margin:0!important;padding:0!important;color:var(--doc-explorer-text-light);font-size:var(--doc-explorer-small);line-height:1.4;display:block!important;clear:none!important;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word}.doc-file-type{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.doc-file-type img{width:32px;height:32px;border-radius:4px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.1))}@media(min-width:992px){.doc-explorer-sidebar{border-right:1px solid rgba(229,231,235,.4);border-bottom:none;box-shadow:1px 0 4px #0000000d}.doc-explorer-table{border:none}}@media(max-width:991px){.doc-explorer-container{margin:1rem auto 1.5rem}.doc-explorer-sidebar{min-width:250px}.doc-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;padding:16px}}@media(max-width:767px){.doc-explorer-container{margin:.75rem auto 1.25rem;border-radius:8px}.doc-explorer-table{flex-direction:column;min-height:auto;max-height:none}.doc-explorer-sidebar{width:100%;min-width:auto;border-right:none;border-bottom:2px solid var(--doc-explorer-primary);max-height:300px;position:relative;z-index:15;box-shadow:3px 0 12px #00000026}.doc-explorer-content{width:100%;max-height:500px;position:relative;z-index:5;margin-top:8px}.doc-explorer-sidebar-header,.doc-explorer-content-header{padding:16px;position:sticky;top:0;z-index:20;gap:12px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #00000014;border-bottom:1px solid var(--doc-explorer-border)}.doc-explorer-sidebar-header h3,.doc-explorer-content-header h3{font-size:var(--doc-explorer-body)}.doc-category-groups{padding:0 16px 16px}.doc-category-group{margin-bottom:0}.doc-category-header{display:none}.doc-mobile-dropdown-container{display:flex!important;margin-left:auto;padding:0}.doc-category-groups{display:none}.doc-mobile-dropdown{display:block;width:auto;min-width:200px;padding:8px 32px 8px 12px;font-size:.9rem;border:1px solid var(--doc-explorer-border);border-radius:6px;background:var(--doc-explorer-white);color:var(--doc-explorer-text);font-family:inherit;font-weight:500;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:14px;height:36px;line-height:1.2;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.doc-mobile-dropdown-container{display:none!important}.doc-category-groups{display:block!important}.doc-category-header{display:flex!important}}.doc-mobile-dropdown:focus{outline:none;border-color:var(--doc-explorer-accent);box-shadow:0 0 0 3px #d91e2a1a}.doc-mobile-dropdown option{padding:8px 12px;font-size:1rem;height:auto}.doc-explorer-sidebar,.doc-explorer-content{padding-top:0}.doc-card-grid{grid-template-columns:1fr;gap:12px;padding:16px}.doc-card{padding:14px;min-height:90px}.doc-content{padding-right:45px;min-height:60px}.doc-file-type{top:14px;right:14px;width:28px;height:28px}.doc-file-type img{width:28px;height:28px}}@media(max-width:480px){.doc-explorer-container{margin:.5rem auto 1rem}.doc-explorer-sidebar{max-height:250px}.doc-explorer-content{max-height:450px}.doc-explorer-sidebar-header,.doc-explorer-content-header{padding:12px;gap:8px;position:sticky;top:0;z-index:20;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #00000014;border-bottom:1px solid var(--doc-explorer-border)}.doc-category-groups{padding:0 12px 12px}.doc-category-header{display:none}.doc-mobile-dropdown{padding:6px 28px 6px 10px;font-size:.85rem;height:32px;min-width:180px}.doc-mobile-dropdown option{padding:6px 10px;font-size:.95rem;height:auto}.doc-card-grid{padding:12px;gap:10px}.doc-card{padding:12px;min-height:85px}.doc-content{padding-right:46px;min-height:55px}.doc-card .doc-name,.doc-card h3.doc-name{font-size:.9rem!important;-webkit-line-clamp:2!important;white-space:normal!important}.doc-card .doc-desc,.doc-card p.doc-desc{font-size:.8rem!important;-webkit-line-clamp:2!important}.doc-icon{width:36px;height:36px;margin-right:12px}.doc-icon svg{width:18px;height:18px}.doc-file-type{width:32px!important;height:32px!important;right:8px!important}.doc-file-type img{width:32px!important;height:32px!important}}.doc-explorer-error{text-align:center;padding:clamp(24px,4vw,48px);border-radius:var(--doc-explorer-radius);background:var(--doc-explorer-bg-medium);color:var(--doc-explorer-accent);font-weight:600;border:1px dashed color-mix(in oklab,var(--doc-explorer-accent) 50%,var(--doc-explorer-border))}.doc-explorer-loading,.doc-explorer-empty{text-align:center;padding:40px;color:var(--doc-explorer-text-light)}.doc-explorer-empty:before{content:"\1f4ed";font-size:3rem;display:block;margin-bottom:16px}@media print{.doc-explorer-container{box-shadow:none;border:1px solid #ccc}.doc-explorer-sidebar{border-right:1px solid #ccc}.doc-card{box-shadow:none;border:1px solid #ccc;break-inside:avoid}.doc-category-header{background:#f5f5f5!important}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/toolkit-document-explorer.css.map */
