@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;background-color:#f8fafc;background-image:radial-gradient(at 0% 0%,hsla(253,16%,7%,1) 0,transparent 50%),radial-gradient(at 50% 0%,hsla(225,39%,30%,1) 0,transparent 50%),radial-gradient(at 100% 0%,hsla(339,49%,30%,1) 0,transparent 50%);background-attachment:fixed;color:#1e293b;margin:0;display:flex;flex-direction:column;min-height:100vh}body{background:#fdfdfd;background-image:radial-gradient(circle at top right,#f1f5f9,#fff)}header{background-color:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1.25rem 2rem;border-bottom:1px solid rgba(226,232,240,.8);position:sticky;top:0;z-index:100}header h1{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;color:#0f172a}.breadcrumbs{font-size:.85rem;color:#64748b;margin-top:.5rem}.breadcrumbs a{color:#2563eb;text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:#1d4ed8;text-decoration:underline}main{flex:1;padding:3rem 2rem;max-width:1000px;margin:0 auto;width:100%;box-sizing:border-box}.content-container{background-color:#fff;padding:3rem;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d}footer{background-color:#0f172a;color:#f8fafc;padding:3rem 1.5rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.footer-logo .logo-text{font-size:1.5rem;font-weight:800;display:block;margin-bottom:.5rem;color:#fff}.footer-logo p{color:#94a3b8;font-size:.9rem}.footer-links h4{margin-bottom:1.5rem;font-size:1.1rem;color:#fff}.parent-links{display:flex;flex-direction:column;gap:.75rem}.parent-links a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .2s}.parent-links a:hover{color:#3b82f6}.footer-info p{color:#64748b;font-size:.85rem}@media(max-width:768px){footer{padding:2rem 1rem;text-align:center}.footer-content{gap:2rem}.parent-links{align-items:center}}.hero{padding:3rem 2rem;border-radius:12px;margin-bottom:2rem;text-align:center;background:#fff9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.hero h2{margin-top:0;margin-bottom:.5rem;font-size:2.2rem;font-weight:700;color:#1f2937}.hero p{margin:0 auto;max-width:600px;font-size:1.1rem;line-height:1.5;color:#4b5563}.file-list{list-style:none;padding:0}.file-list li a{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;text-decoration:none;color:#1e293b;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:1rem;background-color:#fff;border:1px solid #f1f5f9;box-shadow:0 1px 2px #0000000d}.file-list li a:hover{background-color:#fff;transform:translateY(-2px);border-color:#3b82f6;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.list-icon{font-size:1.75rem;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:12px;flex-shrink:0;transition:all .3s ease}.file-list li a:hover .list-icon{background:#eff6ff;transform:scale(1.1)}.list-content{display:flex;flex-direction:column;gap:.25rem}.list-title{font-weight:600;font-size:1.1rem;color:#0f172a}.list-meta{font-size:.85rem;color:#64748b;display:flex;gap:.75rem}.list-meta span{display:flex;align-items:center;gap:.25rem}.file-list li a.folder .list-icon:before{content:"📁"}.content-container h1,.content-container h2,.content-container h3{border-bottom:1px solid #eee;padding-bottom:.3em;margin-top:1.5em}.fab{position:fixed;right:25px;z-index:1000;width:55px;height:55px;border-radius:50%;box-shadow:0 4px 10px #00000040;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff;text-decoration:none;cursor:pointer;border:none}.fab:hover{transform:translateY(-4px);box-shadow:0 6px 12px #0000004d}.fab svg{stroke:currentColor;fill:none}.fab-back{bottom:25px;background-color:#3498db}.fab-back:hover{background-color:#2980b9}.fab-print{bottom:95px;background-color:#e74c3c}.fab-print:hover{background-color:#c0392b}.search-container{padding:1.5rem 0;margin-bottom:1rem}#searchInput{width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;border-radius:8px;border:1px solid #d1d5db;box-shadow:0 1px 3px #0000000d;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%239ca3af" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');background-repeat:no-repeat;background-position:1rem center}#searchInput:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}header{background-color:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.75rem 1.5rem;border-bottom:1px solid rgba(226,232,240,.8);position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;gap:1.5rem;width:100%}.logo-area{display:flex;flex-direction:column;flex-shrink:0}.logo-area h1{font-size:1.25rem;margin:0}.logo-area h1 a{text-decoration:none;color:#0f172a;font-weight:800}.search-area{flex:1;max-width:500px;position:relative}.search-box{position:relative;width:100%}#globalSearchInput{width:100%;padding:.6rem 1rem .6rem 2.5rem;font-size:.95rem;border-radius:12px;border:1px solid #e2e8f0;background-color:#f1f5f9;transition:all .2s;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%2364748b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');background-repeat:no-repeat;background-position:.8rem center}#globalSearchInput:focus{outline:none;background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.search-results-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e2e8f0;max-height:400px;overflow-y:auto;z-index:2000;display:none}.search-result-item{display:block;padding:.75rem 1rem;text-decoration:none;color:#1e293b;border-bottom:1px solid #f1f5f9;transition:background-color .2s}.search-result-item:hover{background-color:#eff6ff}.result-row{display:flex;align-items:center;gap:.75rem}.result-icon{font-size:1.25rem;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:8px;flex-shrink:0}.result-text{display:flex;flex-direction:column;overflow:hidden}.result-title{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-path{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){header{padding:1rem}.header-content{flex-direction:column;align-items:stretch;gap:1rem}.search-area{max-width:none;order:2}.logo-area{order:1}main{padding:1.5rem 1rem}.content-container{padding:1.5rem}.list-icon{width:2.5rem;height:2.5rem;font-size:1.25rem}}.fab-container{position:fixed;bottom:2rem;right:2rem;display:flex;flex-direction:column;gap:1rem;z-index:1000}.fab{width:3.5rem;height:3.5rem;border-radius:50%;background-color:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.fab:hover{transform:translateY(-5px) scale(1.1);background-color:#2563eb;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.fab-print{background-color:#0f172a}.fab-print:hover{background-color:#1e293b}.fab-back{background-color:#64748b}.fab-back:hover{background-color:#475569}@media(max-width:768px){.fab-container{bottom:1.5rem;right:1.5rem;gap:.75rem}.fab{width:3rem;height:3rem}}@media print{header,footer,.fab,.search-container,.hero{display:none!important}body{background:#fff;color:#000}main,.content-container{width:100%;max-width:100%;margin:0;padding:0;box-shadow:none;border:none}}
