*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.App{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.btn-large{padding:16px 32px;font-size:18px}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2d3748}.navigation{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-brand{flex:1}.nav-logo{font-size:1.5rem;font-weight:700;color:#667eea;text-decoration:none;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;gap:2rem;flex:1;justify-content:center}.nav-link{color:#4a5568;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#667eea}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-actions{display:flex;gap:1rem;flex:1;justify-content:flex-end}@media (max-width: 768px){.nav-container{flex-direction:column;height:auto;padding:1rem 20px}.nav-menu{margin:1rem 0;gap:1rem}.nav-actions{justify-content:center}}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;line-height:1.5;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;height:2.75rem;min-height:2.75rem;max-height:2.75rem}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input.invalid{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-group input.invalid:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-group input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.form-group select{width:100%;padding:.5rem 2.25rem .5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;line-height:1.5;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;height:2.75rem;min-height:2.75rem;max-height:2.75rem;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-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='%23666' 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 .75rem center;background-size:.75rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group select.invalid{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-group select.invalid:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-group select:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.form-group select option:disabled{color:#9ca3af;background:#f9fafb}@supports not (appearance: none){.form-group select{background-image:none;padding-right:.75rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:6px;font-weight:500;font-size:.875rem;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;gap:.5rem}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-secondary{background:#93c5fd;color:#1e3a8a}.btn-secondary:hover:not(:disabled){background:#60a5fa}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-outline:hover:not(:disabled){background:#f3f4f6;color:#374151}.btn-success{background:#10b981;color:#fff}.btn-success:hover:not(:disabled){background:#059669}.btn-warn{background:#f59e0b;color:#111827}.btn-warn:hover:not(:disabled){background:#d97706}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-full-height{height:100%}.btn-icon{display:inline-flex;align-items:center}.btn-label{line-height:1}.btn-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 480px){.btn{width:100%}}.form-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.form-header h2{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.form-content{display:flex;flex-direction:column;gap:1rem}.form-fields{display:flex;flex-wrap:wrap;gap:1rem}.form-fields>*{flex:1;min-width:15rem}.form-field-display{display:flex;flex-direction:column;gap:.5rem}.form-field-display label{font-weight:500;color:#374151;font-size:.875rem}.display-value{color:#374151;font-size:1rem;font-weight:500;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;min-height:2.75rem;display:flex;align-items:center}.with-inline-actions{align-items:flex-end}.form-actions-inline{display:flex;gap:.75rem;align-items:center;justify-content:flex-end;min-width:15rem}@media (max-width: 768px){.form-fields{flex-direction:column}.form-fields>*{min-width:auto;flex:none}.form-header{flex-direction:column;align-items:flex-start;gap:1rem}}.confirm-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-modal{background:#fff;width:100%;max-width:520px;border-radius:8px;box-shadow:0 10px 25px #00000026;overflow:hidden}.confirm-modal.info .confirm-header{border-bottom:3px solid #2563eb}.confirm-modal.warn .confirm-header{border-bottom:3px solid #f59e0b}.confirm-modal.error .confirm-header{border-bottom:3px solid #dc2626}.confirm-header{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem}.confirm-header .icon{font-size:1.25rem}.confirm-header h3{margin:0;font-size:1.125rem;color:#111827}.confirm-body{padding:1rem 1.25rem;color:#374151}.confirm-actions{padding:.75rem 1.25rem 1.25rem;display:flex;gap:.5rem;justify-content:space-between}.confirm-actions .left-actions,.confirm-actions .right-actions{display:flex;gap:.5rem}.btn{padding:.5rem .9rem;border-radius:6px;border:1px solid transparent;cursor:pointer}.btn-primary{background:#2563eb;color:#fff}.btn-outline{background:#fff;color:#374151;border-color:#d1d5db}.btn:disabled{opacity:.6;cursor:not-allowed}.home{flex:1}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;min-height:80vh;display:flex;align-items:center}.hero-container{margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{animation:fadeInUp 1s ease-out}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-large{font-size:1rem;padding:.875rem 1.25rem}.hero-image{display:flex;justify-content:center;align-items:center;animation:fadeInRight 1s ease-out}.hero-placeholder{background:#ffffff1a;border-radius:20px;padding:3rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.security-icon{font-size:4rem;margin-bottom:1rem}.features{padding:6rem 0;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.feature-card p{color:#718096;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-actions{justify-content:center}.features-grid{grid-template-columns:1fr}}.contact{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 0}.contact .container{max-width:1200px;margin:0 auto;padding:0 1rem}.contact-header{text-align:center;margin-bottom:3rem;color:#fff}.contact-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;color:#fff}.contact-info h2{font-size:2rem;margin-bottom:1rem}.contact-info p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{background:#ffffff1a;border-radius:.5rem;padding:1.5rem}.contact-method h3{font-size:1.2rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.contact-method p{margin:0;font-size:1rem;opacity:.9}.contact-form-container{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 20px 40px #0000001a}.contact-form h2{font-size:1.8rem;margin-bottom:1.5rem;color:#333}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-select{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-select:focus{outline:none;border-color:#667eea}.form-textarea{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:.5rem;font-size:1rem;font-family:inherit;resize:vertical;min-height:120px;transition:border-color .2s}.form-textarea:focus{outline:none;border-color:#667eea}.contact-success{text-align:center;background:#fff;border-radius:1rem;padding:3rem 2rem;box-shadow:0 20px 40px #0000001a;max-width:500px;margin:0 auto}.contact-success h1{color:#4ade80;font-size:2.5rem;margin-bottom:1rem}.contact-success p{color:#666;font-size:1.1rem;margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}}.support{flex:1;padding:4rem 0;background:#f8fafc;min-height:80vh}.support-header{text-align:center;margin-bottom:4rem}.support-header h1{font-size:3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.support-header p{font-size:1.25rem;color:#718096}.support-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.support-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.support-section:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.support-section h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.support-section p{color:#718096;margin-bottom:1.5rem;line-height:1.6}@media (max-width: 768px){.support-header h1{font-size:2.5rem}.support-content{grid-template-columns:1fr}}.pricing-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease;position:relative;min-width:300px;display:flex;flex-direction:column;height:100%}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.pricing-card.featured{border:2px solid #667eea;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-card h3{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.price{margin-bottom:2rem}.currency{font-size:1.5rem;vertical-align:top;color:#718096}.amount{font-size:3rem;font-weight:700;color:#2d3748}.period{font-size:1rem;color:#718096;margin-left:.5rem}.contact-price{text-align:center;margin:1rem 0}.contact-text{font-size:1.5rem;font-weight:600;color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-list{list-style:none;margin-bottom:2rem;text-align:left;flex:1}.features-list li{padding:.5rem 0;color:#4a5568;display:flex;align-items:center;gap:.5rem}.plan-details{margin:1.5rem 0;padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid #667eea;text-align:left}.plan-details h4{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.plan-details p{color:#4a5568;margin-bottom:1rem;line-height:1.5}.plan-details ul{list-style:none;margin:0;padding:0}.plan-details ul li{color:#4a5568;position:relative;padding:.25rem 0 .25rem 1.5rem}.plan-details ul li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.button-row{display:flex;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1.5rem}.button-row .btn{flex:1;min-height:44px;display:flex;align-items:center;justify-content:center;gap:.5rem}.details-btn{display:flex;align-items:center;justify-content:center;gap:.5rem}.chevron{font-size:.8rem;transition:transform .3s ease;display:inline-block}.chevron-down{transform:rotate(0)}.chevron-up{transform:rotate(180deg)}@media (max-width: 768px){.pricing-card{padding:1.5rem}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-5px)}.button-row{flex-direction:column;gap:.75rem}.button-row .btn{min-height:48px}.plan-details{padding:1rem;margin:1rem 0}}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.modal-header h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0}.modal-close-btn{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:.5rem;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-btn:hover{background-color:#f7fafc;color:#2d3748}.modal-body{padding:2rem;flex:1;display:flex;flex-direction:column}.plan-info{text-align:center;margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:12px}.plan-name{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.plan-price .currency{font-size:1.25rem;color:#718096;font-weight:500}.plan-price .amount{font-size:2.5rem;font-weight:700;color:#2d3748}.plan-price .period{font-size:1rem;color:#718096;font-weight:500}.plan-contact{text-align:center}.plan-contact .contact-text{font-size:1.5rem;font-weight:600;color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.plan-description{margin-bottom:2rem}.modal-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1.5rem;border-top:1px solid #e2e8f0}.modal-actions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.modal-actions .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.plan-description p{color:#4a5568;line-height:1.6;margin:0}.plan-features h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.features-list{list-style:none;margin:0;padding:0}.features-list li{padding:.75rem 0;color:#4a5568;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #f1f5f9}.features-list li:last-child{border-bottom:none}.features-list li:before{content:"✓";color:#48bb78;font-weight:700;font-size:1rem;flex-shrink:0}@media (max-width: 768px){.modal-overlay{padding:.5rem}.modal-content{max-height:95vh}.modal-header{padding:1rem 1.5rem}.modal-header h2{font-size:1.25rem}.modal-body{padding:1.5rem}.plan-info{padding:1rem}.plan-name{font-size:1.25rem}.plan-price .amount{font-size:2rem}}.prices{flex:1;padding:4rem 0;background:#f8fafc;min-height:80vh}.prices-header{text-align:center;margin-bottom:4rem}.prices-header h1{font-size:3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.prices-header p{font-size:1.25rem;color:#718096}.currency-toggle{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.currency-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;color:#4a5568;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.currency-btn:hover{border-color:#667eea;color:#667eea}.currency-btn.active{background:#667eea;border-color:#667eea;color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1600px;margin:0 auto}@media (max-width: 1200px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px}}.plan-details-section{margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.plan-details-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;border-left:4px solid #667eea}.plan-details-card h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.plan-details-card p{color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.plan-details-features{list-style:none;margin:0;padding:0}.plan-details-features li{color:#4a5568;position:relative;padding:.5rem 0 .5rem 1.5rem}.plan-details-features li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem}@media (max-width: 768px){.prices-header h1{font-size:2.5rem}.pricing-grid{grid-template-columns:1fr;gap:1.5rem;max-width:400px}.plan-details-card{padding:1.5rem;margin:0 1rem}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:2rem 2rem 1rem;text-align:center}.modal-header h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.modal-header p{color:#4a5568;font-size:1rem;margin:0}.modal-body{padding:0 2rem 1rem}.organizations-list{display:flex;flex-direction:column;gap:1rem}.organization-card{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#f8fafc}.organization-card:hover{border-color:#667eea;background:#f0f4ff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.organization-info h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.organization-info p{color:#718096;font-size:.875rem;margin:0}.organization-arrow{color:#667eea;font-size:1.5rem;font-weight:700}.modal-actions{display:flex;justify-content:center;padding:1.5rem 2rem 2rem;border-top:1px solid #e2e8f0}.modal-actions .btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.modal-actions .btn-outline{background:transparent;color:#718096;border:1px solid #e2e8f0}.modal-actions .btn-outline:hover{background:#f7fafc;color:#2d3748;border-color:#cbd5e0}@media (max-width: 768px){.modal-overlay{padding:.5rem}.modal-content{max-height:95vh}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h2{font-size:1.25rem}.modal-body{padding:0 1.5rem 1rem}.organization-card{padding:1rem}.organization-info h3{font-size:1.1rem}.modal-actions{padding:1rem 1.5rem 1.5rem}}.signin{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}.signin-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;max-width:1000px;width:100%;min-height:600px}.signin-form{padding:3rem;display:flex;flex-direction:column;justify-content:center}.signin-header{text-align:center;margin-bottom:2rem}.signin-header h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.signin-header p{color:#718096;font-size:1.1rem}.form{display:flex;flex-direction:column;gap:1.5rem}.signin-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.signin-info{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;display:flex;align-items:center;justify-content:center}.features-list{list-style:none;text-align:left;max-width:300px;margin:0 auto}.features-list li{padding:.5rem 0;font-size:1rem;opacity:.9}@media (max-width: 768px){.signin-container{grid-template-columns:1fr;max-width:500px}.signin-info{display:none}.signin-form{padding:2rem}.signin-header h1{font-size:2rem}}.payment-processing{text-align:center;padding:3rem 2rem;background:#f0f9ff;border:2px solid #0ea5e9;border-radius:12px;margin:2rem 0}.processing-icon{font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.payment-processing h2{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:1rem}.payment-processing p{color:#4a5568;font-size:1.1rem;margin-bottom:1rem;line-height:1.6}.payment-status{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin:1rem 0;text-align:left}.payment-status p{margin:.5rem 0;font-size:1rem}.payment-status strong{color:#2d3748;font-weight:600}.error-message{background:#fed7d7;color:#c53030;padding:1rem;border-radius:8px;border:1px solid #feb2b2;font-size:.9rem;margin:1rem 0}.error-message p{margin-bottom:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.payment-processing{padding:2rem 1.5rem;margin:1rem 0}.processing-icon{font-size:3rem}.payment-processing h2{font-size:1.5rem}.payment-processing p{font-size:1rem}}.success-message{text-align:center;padding:4rem 3rem;background:linear-gradient(135deg,#f0fff4,#e6fffa);border-radius:16px;margin:2rem 0;box-shadow:0 10px 30px #68d39133;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.success-message:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.success-icon{font-size:3rem;margin-bottom:2rem;animation:bounce 1s ease-in-out;display:inline-block;border-radius:50%;width:100px;height:100px;line-height:100px;color:#fff;box-shadow:0 8px 25px #68d3914d}.success-message h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.success-message .success-description{color:#4a5568;font-size:1.2rem;margin-bottom:2.5rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.success-message .success-actions{display:flex;flex-direction:column;align-items:center;gap:1rem}.success-message .success-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;min-width:200px}.success-message .success-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.success-message .success-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(104,211,145,.3);color:#718096;font-size:.95rem}.success-message .success-footer a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.success-message .success-footer a:hover{color:#764ba2}@media (max-width: 768px){.success-message{padding:2.5rem 1.5rem;margin:1rem 0}.success-icon{font-size:4rem;width:80px;height:80px;line-height:80px}.success-message h2{font-size:2rem;margin-bottom:1rem}.success-message .success-description{font-size:1.1rem;margin-bottom:2rem}.success-message .success-button{padding:.875rem 2rem;font-size:1rem;min-width:180px}}.payment-error{text-align:center;padding:4rem 3rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #f87171;border-radius:16px;margin:2rem 0;box-shadow:0 10px 30px #f8717133;position:relative;overflow:hidden}.payment-error:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.error-icon{font-size:3rem;margin-bottom:2rem;animation:shake .5s ease-in-out;display:inline-block;background:#f87171;border-radius:50%;width:100px;height:100px;line-height:100px;color:#fff;box-shadow:0 8px 25px #f871714d}.payment-error h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.payment-error .error-description{color:#4a5568;font-size:1.2rem;margin-bottom:2.5rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.payment-error .error-description p{margin-bottom:1rem}.payment-error .error-description strong{color:#dc2626;font-weight:600}.payment-error .error-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.payment-error .error-actions button{min-width:200px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;border:none}.payment-error .error-actions button[data-variant=primary]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.payment-error .error-actions button[data-variant=primary]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.payment-error .error-actions button[data-variant=secondary]{background:#f8fafc;color:#4a5568;border:2px solid #e2e8f0;box-shadow:0 4px 15px #0000001a}.payment-error .error-actions button[data-variant=secondary]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;background:#f1f5f9}.payment-error .error-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(248,113,113,.3);color:#718096;font-size:.95rem}.payment-error .error-footer a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.payment-error .error-footer a:hover{color:#764ba2}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media (max-width: 768px){.payment-error{padding:2.5rem 1.5rem;margin:1rem 0}.error-icon{font-size:4rem;width:80px;height:80px;line-height:80px}.payment-error h2{font-size:2rem;margin-bottom:1rem}.payment-error .error-description{font-size:1.1rem;margin-bottom:2rem}.payment-error .error-actions button{padding:.875rem 2rem;font-size:1rem;min-width:180px}.payment-error .error-actions{flex-direction:column;gap:.75rem}}.register{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}.register-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden;display:grid;grid-template-columns:3fr 2fr;max-width:1200px;width:100%;min-height:700px}.register-form{padding:3rem;display:flex;flex-direction:column;justify-content:center}.register-header{text-align:center;margin-bottom:2rem}.register-header h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.register-header p{color:#718096;font-size:1.1rem}.form{display:flex;flex-direction:column;gap:2rem}.form-section{border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;background:#f8fafc}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-section h3{font-size:1.1rem;font-weight:600;color:#4a5568;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.error-message{background:#fed7d7;color:#c53030;padding:1rem;border-radius:8px;border:1px solid #feb2b2;font-size:.9rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-group input{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-input-container{position:relative;display:flex;align-items:center}.password-input-container input{padding-right:3rem;width:100%}.password-toggle{position:absolute;right:1rem;background:none;border:none;cursor:pointer;font-size:1.2rem;color:#4a5568;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.password-toggle:hover{color:#2d3748}.password-toggle:focus{outline:none;color:#667eea}.btn-full{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem}.register-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.link:hover{color:#764ba2}.register-info{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;display:flex;align-items:center;justify-content:center}.info-content{text-align:center}.info-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.info-content p{font-size:1.1rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.benefits{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.benefit{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.benefit-icon{font-size:1.5rem;flex-shrink:0}.benefit h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}.benefit p{font-size:.9rem;opacity:.8;margin:0}@media (max-width: 1200px){.plan-options{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1000px}}@media (max-width: 768px){.register-container{grid-template-columns:1fr;max-width:500px}.register-info{display:none}.register-form{padding:2rem}.register-header h1{font-size:2rem}.form-section{padding:1rem}.form-row,.plan-options{grid-template-columns:1fr;gap:1rem}}.plan-selection{margin-bottom:2rem}.plan-selection h3{text-align:center;margin-bottom:1.5rem;color:#2d3748;font-size:1.5rem}.plan-options{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem;max-width:1600px;margin-left:auto;margin-right:auto}.plan-option{border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff;min-width:300px}.plan-option:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 8px 25px #667eea26}.plan-option h4{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.plan-price{font-size:1.5rem;font-weight:700;color:#667eea;margin-bottom:1rem}.plan-option ul{list-style:none;padding:0;margin:1rem 0}.plan-option li{padding:.25rem 0;color:#4a5568;font-size:.9rem}.selected-plan{background:#f7fafc;border:2px solid #667eea;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:center}.selected-plan h3{color:#2d3748;margin-bottom:.5rem}.selected-plan p{color:#667eea;font-weight:600;margin-bottom:1rem}.payment-screen{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;margin-bottom:2rem}.payment-header{text-align:center;margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid #667eea}.payment-header h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.payment-header p{color:#4a5568;font-size:1rem;margin:0}.mollie-payment{display:flex;flex-direction:column;gap:1.5rem}.payment-info{text-align:center;margin-bottom:1rem}.payment-info h3{color:#2d3748;margin-bottom:.5rem}.payment-info p{color:#667eea;font-weight:600;margin-bottom:.5rem}.payment-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.payment-method-selection{margin:2rem 0}.payment-method-selection h3{margin-bottom:1rem;color:#2d3748;font-size:1.2rem}.payment-methods{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.payment-method{display:flex;align-items:center;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.payment-method:hover{border-color:#667eea;background:#f7fafc}.payment-method input[type=radio]{margin-right:1rem;transform:scale(1.2)}.payment-method input[type=radio]:checked+.payment-method-content{color:#667eea;font-weight:600}.payment-method:has(input[type=radio]:checked){border-color:#667eea;background:#f0f4ff}.payment-method-content{display:flex;align-items:center;gap:.75rem;flex:1}.payment-method-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f7fafc;border-radius:6px;font-size:1.2rem;font-weight:600}.payment-subtitle{color:#667eea;font-weight:600;font-size:1.1rem;margin-bottom:1.5rem}.registration-step-wrapper{display:flex;flex-direction:column;gap:2rem}.step-header{text-align:center;margin-bottom:2rem}.step-header h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.step-header p{color:#718096;font-size:1.1rem}.registration-step{display:flex;flex-direction:column;gap:2rem}.step-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.step-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.name-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.name-row .form-group{width:100%}.email-row{display:flex;flex-direction:column}.email-row .form-group{width:100%}.password-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.password-row .form-group{width:100%}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.layout{display:flex;min-height:100vh;background:#f8fafc}.sidebar{width:250px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.sidebar-header h2{margin:0 0 .5rem;color:#1f2937;font-size:1.25rem;font-weight:600}.sidebar-header p{margin:0;color:#6b7280;font-size:.875rem}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{width:100%;display:flex;align-items:center;padding:.75rem 1.5rem;border:none;background:none;text-align:left;cursor:pointer;transition:all .2s ease;color:#6b7280}.nav-item:hover{background:#f3f4f6;color:#374151}.nav-item.active{background:#eff6ff;color:#2563eb;border-right:3px solid #2563eb}.nav-icon{font-size:1.25rem;margin-right:.75rem;width:20px;text-align:center}.nav-label{font-weight:500;font-size:.875rem}.sidebar-footer{padding:1rem 0;border-top:1px solid #e5e7eb}.logout-btn{width:100%;display:flex;align-items:center;padding:.75rem 1.5rem;border:none;background:none;text-align:left;cursor:pointer;transition:all .2s ease;color:#dc2626}.logout-btn:hover{background:#fef2f2;color:#b91c1c}.main-content{flex:1;margin-left:250px;display:flex;flex-direction:column;min-height:100vh}.content-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem}.content-header h1{margin:0;color:#1f2937;font-size:1.5rem;font-weight:600}.content-body{flex:1;padding:2rem;overflow-y:auto}@media (max-width: 768px){.sidebar{width:200px}.main-content{margin-left:200px}.content-body{padding:1rem}}@media (max-width: 640px){.sidebar{width:100%;position:relative;height:auto}.main-content{margin-left:0}.sidebar-nav{display:flex;overflow-x:auto;padding:.5rem}.nav-item{flex-shrink:0;padding:.5rem 1rem;border-radius:8px;margin-right:.5rem}.nav-item.active{border-right:none;background:#eff6ff}}.dashboard-panel{margin:0 auto}.welcome-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.welcome-section h1{margin:0 0 1rem;color:#1f2937;font-size:2rem;font-weight:600}.welcome-section p{margin:0;color:#6b7280;font-size:1.125rem;line-height:1.6}.registries-panel{margin:0 auto}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.panel-header h2{margin:0;color:#1f2937;font-size:1.5rem;font-weight:600}.create-form{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.create-form h3{margin:0 0 1rem;color:#1f2937;font-size:1.25rem;font-weight:600}.create-form-fields{display:flex;flex-wrap:wrap;gap:1rem}.create-form-fields .form-group{flex:1;min-width:15rem}.field-error{color:#dc2626;font-size:.75rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.field-error:before{content:"⚠";font-size:.875rem}.form-select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-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='%23666' 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 .75rem center;background-size:.75rem;padding-right:2.25rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.form-select option:disabled{color:#9ca3af;background:#f9fafb}@supports not (appearance: none){.form-select{background-image:none;padding-right:.75rem}}.form-actions{display:flex;gap:1rem;justify-content:space-between;width:100%;margin-top:1rem;flex-basis:100%}.empty-state{text-align:center;padding:3rem 1rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-state h3{margin:0 0 .5rem;color:#1f2937;font-size:1.25rem;font-weight:600}.empty-state p{margin:0 0 1.5rem;color:#6b7280}.registries-grid{display:flex;flex-direction:column;gap:1.5rem}.registry-card{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease}.registry-card .form-container{margin-bottom:0;padding:0;border:none;box-shadow:none}.registry-card:hover{box-shadow:0 4px 6px #0000001a}.registry-header{display:flex;align-items:center;margin-bottom:1rem}.registry-header h3{margin:0;color:#1f2937;font-size:1.125rem;font-weight:600}.registry-type{background:#f3f4f6;color:#374151;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.registry-info{margin-bottom:1.5rem}.info-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.info-item .value{color:#374151;font-size:.875rem}.registry-actions{display:flex;gap:.75rem;justify-content:flex-end}.slug-edit{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.slug-input{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff}.slug-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.slug-actions{display:flex;gap:.5rem}.slug-display{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.slug-display .value{font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;color:#374151}.cache-ttl-edit{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.cache-ttl-input{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff}.cache-ttl-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.cache-ttl-actions{display:flex;gap:.5rem}.cache-ttl-display{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cache-ttl-display .value{background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;color:#374151}.btn-xs{padding:.25rem .5rem;font-size:.75rem;border-radius:4px}.btn-success{background:#10b981;color:#fff;border:none}.btn-success:hover{background:#059669}.btn-secondary{background:#6b7280;color:#fff;border:none}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.spinner{width:2rem;height:2rem;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media (max-width: 768px){.create-form-fields{flex-direction:column}.create-form-fields .form-group{min-width:auto;flex:none}.registry-actions{flex-direction:column}}@media (max-width: 480px){.form-actions{flex-direction:column;gap:.75rem}.form-actions .btn{width:100%}}.tool-type-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.tool-type-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.modal-header h3{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-content{padding:0 1.5rem 1.5rem}.modal-content p{margin:0 0 1.5rem;color:#6b7280;font-size:.875rem}.tool-type-options{display:flex;flex-direction:column;gap:1rem}.tool-type-option{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.tool-type-option:hover{border-color:#3b82f6;background:#f8fafc}.tool-type-option.disabled{cursor:not-allowed;opacity:.6;background:#f9fafb}.tool-type-option.disabled:hover{border-color:#e5e7eb;background:#f9fafb}.tool-icon{font-size:2rem;flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:8px}.tool-info{flex:1}.tool-info h4{margin:0 0 .5rem;color:#1f2937;font-size:1rem;font-weight:600}.tool-info p{margin:0;color:#6b7280;font-size:.875rem;line-height:1.4}@media (max-width: 640px){.tool-type-modal{margin:1rem;max-width:calc(100vw - 2rem)}.tool-type-option{flex-direction:column;text-align:center}.tool-icon{align-self:center}}.organization-panel{margin:0 auto}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.success-message{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.close-btn.success{color:#065f46}.close-btn.success:hover{background:#a7f3d0}.close-btn{background:none;border:none;color:#dc2626;font-size:1.25rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#fecaca;border-radius:50%}.organization-details{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.section-header h2{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}.edit-form{display:flex;flex-direction:column;gap:1.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:.5rem}.display-section{display:flex;flex-direction:column;gap:1.5rem}.display-item{display:flex;flex-direction:column;gap:.5rem}.display-item label{font-weight:500;color:#374151;font-size:.875rem}.display-item .value{color:#374151;font-size:1rem;font-weight:500;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.display-item .slug-value{font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;color:#374151}.users-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h3{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}.user-count{background:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.users-list{display:flex;flex-direction:column;gap:1rem}.user-card{display:flex;align-items:center;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;transition:all .2s ease}.user-card:hover{background:#f3f4f6;border-color:#d1d5db}.user-avatar{width:40px;height:40px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;margin-right:1rem;flex-shrink:0}.user-info{flex:1}.user-name{font-weight:500;color:#1f2937;font-size:1rem;margin-bottom:.25rem}.user-email{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.user-joined{color:#9ca3af;font-size:.75rem}.user-status{display:inline-block;margin-top:.25rem;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.user-status.invited{background:#fef3c7;color:#92400e}.user-status.registered{background:#d1fae5;color:#065f46}.user-role-inline{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.user-role-value{display:inline-block;width:10rem}.user-role-editor{display:inline-flex;align-items:flex-end;gap:.5rem}.modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:#fff;padding:1.5rem;border-radius:12px;width:100%;max-width:480px;box-shadow:0 10px 25px #00000026}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.empty-state{text-align:center;padding:2rem;color:#6b7280}.empty-icon{font-size:2rem;margin-bottom:.5rem}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.spinner{width:1.5rem;height:1.5rem;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.5rem}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.btn-outline{background:transparent;color:#6b7280;border:1px solid #d1d5db}.btn-outline:hover{background:#f3f4f6;color:#374151}@media (max-width: 768px){.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-actions{flex-direction:column}.user-card{flex-direction:column;align-items:flex-start;text-align:left}.user-avatar{margin-right:0;margin-bottom:.75rem}}.profile-panel{margin:0 auto}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem}.profile-info{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.profile-info h2{margin:0 0 1.5rem;color:#1f2937;font-size:1.25rem;font-weight:600}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#374151;font-size:.875rem}.form-input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;background:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.disabled-input{padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;background:#f9fafb;color:#6b7280;cursor:not-allowed}.display-value{padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:1rem}.field-note{margin:0;color:#6b7280;font-size:.75rem}.form-actions{display:flex;gap:1rem;justify-content:flex-start;margin-top:1rem}.account-info{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.account-info h3{margin:0 0 1.5rem;color:#1f2937;font-size:1.25rem;font-weight:600}.info-grid{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:6px}.info-item .label{font-weight:500;color:#6b7280;font-size:.875rem}.info-item .value{color:#374151;font-size:.875rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:6px;font-weight:500;font-size:.875rem;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}@media (max-width: 768px){.form-actions{flex-direction:column}.info-item{flex-direction:column;align-items:flex-start;gap:.25rem}}.editable-list{width:100%}.empty-state{text-align:center;padding:2rem;color:#718096;background:#f8fafc;border-radius:8px;border:1px dashed #e2e8f0}.empty-state p{margin-bottom:1rem;font-size:.9rem}.list-items{display:flex;flex-direction:column;gap:.5rem}.list-item{display:flex;align-items:center;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .3s ease}.list-item:hover{border-color:#cbd5e0;box-shadow:0 2px 4px #0000000d}.list-item.add-form{background:#f8fafc;border-color:#667eea;border-style:dashed}.list-item.add-button{justify-content:center;background:transparent;border:1px dashed #cbd5e0}.list-item.add-button:hover{border-color:#667eea;background:#f8fafc}.rule-config{width:100%}.rule-header{padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.rule-header h4{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.rule-header p{color:#718096;font-size:.9rem;margin:0}.package-item{display:flex;justify-content:space-between;align-items:center;width:100%}.package-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.package-version{color:#718096;font-size:.8rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.package-actions{display:flex;gap:.5rem}.pattern-item{display:flex;justify-content:space-between;align-items:center;width:100%}.pattern-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.pattern-text{font-weight:600;color:#2d3748;font-size:.9rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.pattern-description{color:#718096;font-size:.8rem}.pattern-actions{display:flex;gap:.5rem}.version-rule-item{display:flex;justify-content:space-between;align-items:center;width:100%}.rule-info{display:flex;flex-direction:column;gap:.5rem;flex:1}.package-name{font-weight:600;color:#2d3748;font-size:.9rem}.version-constraints{display:flex;gap:.5rem;flex-wrap:wrap}.version-constraint{background:#e2e8f0;color:#4a5568;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.rule-actions{display:flex;gap:.5rem}.add-package-form,.add-pattern-form,.add-version-rule-form{width:100%}.form-row{display:flex;gap:.75rem;margin-bottom:1rem}.form-row:last-of-type{margin-bottom:0}.package-name-input,.package-version-input,.pattern-input,.description-input,.version-input{flex:1;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;transition:border-color .3s ease}.package-name-input:focus,.package-version-input:focus,.pattern-input:focus,.description-input:focus,.version-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.package-name-input{min-width:200px}.package-version-input{min-width:120px}.pattern-input{min-width:200px}.description-input{min-width:150px}.version-input{min-width:120px}.form-actions{display:flex;gap:.5rem;justify-content:flex-end}.btn-xs{padding:.25rem .5rem;font-size:.8rem}.btn-danger:hover{background:#c53030}@media (max-width: 768px){.form-row{flex-direction:column;gap:.5rem}.package-actions,.pattern-actions,.rule-actions,.version-constraints{flex-direction:column;gap:.25rem}}.registry-rules{min-height:100vh;background:#f8fafc}.registry-rules-container{margin:0 auto}.rules-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a}.back-btn{background:none;border:none;color:#667eea;font-size:.9rem;cursor:pointer;margin-bottom:.5rem;padding:0;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.back-btn:hover{color:#764ba2}.header-info p{color:#718096;font-size:1rem}.header-actions{display:flex;gap:1rem}.error-message{background:#fed7d7;color:#c53030;padding:1rem;border-radius:8px;border:1px solid #feb2b2;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.close-btn{background:none;border:none;color:#c53030;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.create-rule-form{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:2rem;margin-bottom:2rem}.rule-type-selector{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.rule-type-selector label{display:block;font-weight:600;color:#4a5568;margin-bottom:.5rem}.rule-type-selector select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.rule-configuration{margin-bottom:2rem}.create-rule-form h3{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group label{font-weight:600;color:#4a5568;font-size:.9rem}.form-group select,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.form-help{color:#718096;font-size:.8rem;margin-top:.25rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.rules-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:2rem}.rules-section h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;padding-bottom:1rem}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.empty-state p{color:#718096;margin-bottom:2rem}.rules-list{display:flex;flex-direction:column;gap:1rem}.rule-list-item{display:flex;flex-direction:column;gap:1rem;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;background:#fff;transition:all .3s ease;position:relative}.rule-list-item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000000d}.rule-list-item.dragging{opacity:.5;transform:rotate(2deg);box-shadow:0 8px 25px #00000026}.rule-priority-controls{display:flex;flex-direction:row;align-items:center;gap:.75rem;flex-shrink:0}.priority-display{display:flex;flex-direction:column;align-items:center;gap:.25rem}.priority-number{font-size:1.5rem;font-weight:700;color:#667eea;line-height:1}.priority-label{font-size:.7rem;color:#a0aec0;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.priority-buttons{display:flex;flex-direction:column;gap:.25rem}.priority-btn{width:24px;height:20px;border:1px solid #e2e8f0;background:#fff;color:#4a5568;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .2s ease}.priority-btn:hover:not(:disabled){background:#667eea;color:#fff;border-color:#667eea}.priority-btn:disabled{opacity:.4;cursor:not-allowed}.rule-drag-handle{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:grab;color:#a0aec0;transition:color .3s ease;flex-shrink:0;padding:.5rem;border-radius:6px}.rule-drag-handle:hover{color:#667eea;background:#f7fafc}.rule-drag-handle:active{cursor:grabbing}.drag-icon{font-size:1.2rem;line-height:1;-webkit-user-select:none;user-select:none}.drag-hint{font-size:.7rem;color:#a0aec0;text-align:center;margin-top:.25rem;line-height:1}.rule-header{display:flex;justify-content:flex-start;align-items:center;flex:1;min-width:0;gap:1rem;border-bottom:1px solid #e2e8f0}.rule-type{display:flex;align-items:center;gap:1rem}.rule-right-section{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-left:auto}.rule-dates{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end;text-align:right}.rule-dates{display:flex;flex-direction:column;gap:.1rem}.rule-date{color:#a0aec0;font-size:.7rem;font-weight:400;line-height:1.2}.rule-count{color:#718096;font-size:.9rem;font-weight:500}.priority-badge{background:#e2e8f0;color:#4a5568;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.type-badge{color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.rule-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.btn-danger{background:#e53e3e;color:#fff;border:none}.btn-danger:hover{background:#c53030;transform:translateY(-1px)}.rule-config{margin-bottom:1rem}.rule-config h4{font-size:.9rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}.config-panel{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.config-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;background:#fff;border-radius:8px 8px 0 0}.config-header-left{display:flex;align-items:center;gap:.5rem}.config-item-count{color:#a0aec0;font-size:.8rem;font-weight:500}.config-header h4{font-size:.9rem;font-weight:600;color:#4a5568;margin:0}.config-toggle{background:none;border:none;color:#667eea;cursor:pointer;font-size:.8rem;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.config-toggle:hover{background:#f7fafc}.config-content{padding:1rem;background:#fff;border-radius:0 0 8px 8px;transition:all .3s ease;overflow:hidden}.config-content.collapsed{max-height:0;padding:0 1rem;border-top:none}.config-content.expanded{max-height:500px;border-top:1px solid #e2e8f0}.config-values{display:flex;flex-direction:column;gap:.5rem}.config-label{font-size:.8rem;font-weight:600;color:#4a5568;margin-bottom:.25rem}.config-items{display:flex;flex-wrap:wrap;gap:.5rem}.config-item{background:#e2e8f0;color:#4a5568;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;word-break:break-all}.no-config{color:#a0aec0;font-style:italic;font-size:.9rem}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.rules-header{flex-direction:column;gap:1rem;text-align:center}.rule-priority-controls{justify-content:center;width:100%}.priority-buttons{flex-direction:column;gap:.25rem}.rule-drag-handle{align-self:center}.rule-header{flex-direction:column;gap:1rem;align-items:stretch}.rule-type{flex-direction:column;align-items:flex-start;gap:.5rem}.rule-actions{justify-content:center;flex-wrap:wrap}}
