@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--primary: #111827;--primary-hover: #4b5563;--background: #ffffff;--surface: #ffffff;--text-main: #111827;--text-muted: #64748b;--border: #f1f1f1;--border-strong: #e2e8f0;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05);--shadow-premium: 0 10px 25px -10px rgba(0, 0, 0, .05);--transition: all .25s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--background);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Outfit,sans-serif;font-weight:600}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:var(--transition)}input,select{font-family:inherit;outline:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.25rem}}.navbar{position:sticky;top:0;z-index:100;height:75px;background:var(--surface);display:flex;align-items:center}@media(max-width:768px){.navbar{height:65px}}.nav-content{display:flex;align-items:center;justify-content:space-between;width:100%}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-main);font-weight:700;font-size:1.15rem}.logo-box{width:28px;height:28px;background:var(--primary);border-radius:6px;display:flex;align-items:center;justify-content:center}.logo-icon{width:14px;height:14px;border:2px solid white;border-radius:3px}.nav-links{display:flex;gap:1.5rem}.nav-link{text-decoration:none;color:var(--text-muted);font-weight:500;font-size:.9rem}.nav-link.active{color:var(--primary)}.contact-btn{padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.85rem;color:var(--text-muted);border:1px solid var(--border-strong);transition:all .2s ease}.contact-btn:hover{background:#f3f4f6;color:#111827;border-color:#e5e7eb}@media(max-width:480px){.contact-btn{padding:.4rem .75rem;font-size:.8rem}}.library-page{background:#fff;min-height:100vh}.library-header{padding:1.6rem 0 1.5rem;background:#fff}.breadcrumbs{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;background:none;padding:0;border-radius:0}.update-time{font-size:.85rem;color:var(--text-muted)}.status-badge{background:#f1f5f9;color:#475569;padding:.3rem .8rem;border-radius:20px;font-size:.78rem;font-weight:600;border:1px solid #e2e8f0;display:inline-flex;align-items:center}.page-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#111827;line-height:1.2}@media(max-width:768px){.page-title{font-size:1.5rem}}.page-subtitle{color:var(--text-muted);font-size:.95rem;max-width:500px;line-height:1.55;margin-bottom:0}@media(max-width:768px){.page-subtitle{font-size:.88rem}}.header-main{display:flex;justify-content:space-between;align-items:flex-start;overflow:visible}@media(max-width:850px){.header-main{flex-direction:column;gap:1.25rem}}.header-actions{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}@media(max-width:850px){.header-actions{width:100%;flex-direction:column;align-items:stretch;gap:.75rem}}.sort-container{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-main);border:1px solid var(--border-strong);padding:.5rem .9rem;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative}.sort-container:hover{border-color:#c5c9d4;box-shadow:0 1px 4px #0000000f}.custom-dropdown{display:flex;align-items:center;gap:.4rem;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.sort-value{font-weight:500;color:var(--text-main)}.dropdown-arrow{transition:transform .2s ease;color:#64748b}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;left:auto;background:#fff;border:1px solid var(--border-strong);border-radius:8px;box-shadow:0 6px 16px #00000014;z-index:9999;min-width:160px;overflow:hidden}.dropdown-item{padding:10px 12px;cursor:pointer;transition:background-color .2s ease;font-size:.85rem;color:var(--text-main)}.dropdown-item:hover{background-color:#f8fafc}.dropdown-item.active{background-color:#3b82f6;color:#fff;font-weight:500}.dropdown-item.active:hover{background-color:#2563eb}.sort-select{border:none;background:transparent;font-weight:500;font-size:.85rem;color:var(--text-main);cursor:pointer;outline:none}.search-container{display:flex;align-items:center;gap:.6rem;border:1px solid var(--border-strong);padding:.5rem 1rem;border-radius:8px;background:#fff;width:300px;transition:all .2s ease}@media(max-width:1100px){.search-container{width:240px}}@media(max-width:850px){.search-container{width:100%}}.search-container:focus-within{border-color:#111827;box-shadow:0 4px 12px #0000000a}.search-input{border:none;background:transparent;width:100%;font-size:.88rem;color:#111827;outline:none}.search-input::placeholder{color:#94a3af}.category-bar{background:#fff;padding:.85rem 0;margin-bottom:0}.categories{display:flex;gap:.25rem;align-items:center;overflow-x:auto;padding-bottom:4px}.categories::-webkit-scrollbar{height:4px}.categories::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.cat-btn{padding:.5rem 1.1rem;border-radius:24px;font-weight:500;font-size:.9rem;color:#6b7280;background:transparent;border:none;cursor:pointer;transition:all .18s ease;white-space:nowrap}.cat-btn:hover{color:#111827;background:#f3f4f6}.cat-btn.active{background:#f3f4f6;color:#111827;font-weight:600;border:1px solid #e5e7eb}.forms-grid-container{padding-top:2rem;padding-bottom:5rem}.forms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.forms-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.forms-grid{grid-template-columns:1fr;gap:1.5rem}}.form-card{background:#fff;border-radius:12px;border:1px solid #f1f1f1;box-shadow:0 2px 8px #0000000a;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-card:hover{box-shadow:0 12px 30px #00000014;transform:translateY(-5px);border-color:#e2e8f0}.card-top-border{height:5px;width:100%;flex-shrink:0}.fcard-inner{display:flex;flex-direction:column;flex:1;padding:2.25rem 1.75rem}@media(max-width:640px){.fcard-inner{padding:1.5rem 1.25rem}}.fcard-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1.25rem;padding:0;background:transparent;border:none}.card-category-text{font-size:.8rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.025em}.fcard-body{flex:1;display:flex;flex-direction:column;padding:0}.fcard-body h3{font-size:1.15rem;margin-bottom:.75rem;color:#0f172a;font-weight:700;line-height:1.3}.fcard-body p{font-size:.925rem;color:#475569;line-height:1.6;flex-grow:1;margin-bottom:2rem}.fcard-footer{padding:0;margin-top:auto;background:transparent;border:none}.open-form-btn{width:100%;padding:.6rem 1rem;border:1px solid #d1d5db;border-radius:7px;font-weight:600;font-size:.88rem;color:#374151;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center}.open-form-btn:hover{background:#f1f5f9;color:#111827;border-color:#cbd5e1;box-shadow:none}.no-results{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.viewer-page{min-height:calc(100vh - 70px)}.viewer-header{padding:1.5rem 0;background:#fff;border-bottom:1px solid var(--border)}.header-flex{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.header-flex{flex-direction:column;align-items:flex-start;gap:1.25rem}}.header-left{display:flex;align-items:center;gap:2rem}@media(max-width:768px){.header-left{gap:1rem;width:100%}}.header-right{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.header-right{width:100%;justify-content:space-between}}@media(max-width:480px){.header-right{flex-direction:column;align-items:stretch}}.back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--text-muted);transition:var(--transition);background:#f8fafc;border:1px solid var(--border)}.back-btn:hover{color:var(--primary);background:#f1f5f9;transform:translate(-2px)}.header-title{display:flex;flex-direction:column;gap:.2rem}.header-title h2{font-size:1.4rem;line-height:1.2}@media(max-width:640px){.header-title h2{font-size:1.15rem}}.subtitle{font-size:.85rem;color:var(--text-muted)}.open-external-btn{background:#f3f4f6;color:#111827;border:1px solid #e5e7eb;padding:.5rem 1.2rem;border-radius:8px;font-weight:600;font-size:.85rem;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:var(--transition)}.open-external-btn:hover{background:#e5e7eb;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d;text-decoration:none;color:#111827}.status-indicator{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.85rem;padding:.45rem 1rem;border:1px solid var(--border);border-radius:20px;background:var(--background)}.dot{width:8px;height:8px;border-radius:50%}.embed-container{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.embed-container{padding:1.25rem 1rem}}.info-alert{display:flex;align-items:center;gap:.75rem;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:1rem 1.25rem;border-radius:10px;font-size:.9rem}.form-portal-wrapper{background:#fff;border:1px solid var(--border-strong);border-radius:12px;min-height:800px;box-shadow:var(--shadow-md);padding:2rem}@media(max-width:768px){.form-portal-wrapper{padding:1rem;min-height:600px}}.pagination{display:flex;justify-content:center;gap:.4rem;margin:3rem 0;flex-wrap:wrap}.page-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--border);font-size:.85rem;font-weight:500;color:var(--text-muted)}.page-btn.active{background:var(--primary);color:#fff;border:none}.library-page .sort-container{position:relative!important}.library-page .sort-container .dropdown-menu{position:absolute!important;top:100%!important;right:0!important;left:auto!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:0 4px 12px #00000014!important;z-index:9999!important;overflow:hidden!important;min-width:160px!important;display:block!important;padding:4px 0!important;margin:4px 0 0!important;float:none!important}@media(max-width:850px){.library-page .sort-container .dropdown-menu{width:100%!important;right:0!important;left:0!important}}.library-page .sort-container .dropdown-menu[style]{top:100%!important;right:0!important;left:auto!important;transform:none!important}.library-page .sort-container .dropdown-item{padding:8px 12px!important;cursor:pointer!important;transition:background-color .15s ease!important;font-size:.85rem!important;color:#475569!important;display:block!important;width:100%!important;text-align:left!important;border:none!important;background:transparent!important;margin:0!important;line-height:1.5!important;font-weight:400!important}.library-page .sort-container .dropdown-item:hover{background-color:#f1f5f9!important;color:#1e293b!important}.library-page .sort-container .dropdown-item.active{background-color:#e2e8f0!important;color:#1e293b!important;font-weight:500!important}.library-page .sort-container .dropdown-item.active:hover{background-color:#cbd5e1!important;color:#0f172a!important}.loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;width:100%;padding:4rem 0}.premium-spinner{width:42px;height:42px;border:3px solid #f1f5f9;border-top-color:#111827;border-radius:50%;animation:spin .8s cubic-bezier(.4,0,.2,1) infinite;margin-bottom:1.25rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:.95rem;font-weight:500;color:#64748b;letter-spacing:.01em}.form-portal-wrapper.is-loading{background:#fcfcfc;display:flex;align-items:center;justify-content:center}
