.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:450px;box-shadow:0 10px 40px #0000001a}.auth-card h1{color:#667eea;font-size:28px;margin-bottom:8px;text-align:center}.auth-card h2{color:#333;font-size:24px;margin-bottom:24px;text-align:center;font-weight:500}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group small{display:block;margin-top:4px;color:#666;font-size:12px}.primary-button{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:8px}.primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.primary-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{background-color:#fee;border:1px solid #fcc;color:#c33;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px}.info-message{background-color:#e3f2fd;border:1px solid #90caf9;color:#1976d2;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px}.auth-link{text-align:center;margin-top:20px;color:#666;font-size:14px}.auth-link a{color:#667eea;text-decoration:none;font-weight:600}.auth-link a:hover{text-decoration:underline}.header{display:flex;justify-content:space-between;align-items:center;padding:0 24px;height:64px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.header-left{display:flex;align-items:center}.header-logo{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.header-right{display:flex;align-items:center}.user-menu-container{position:relative}.user-menu-button{display:flex;align-items:center;gap:12px;padding:8px 16px;background:transparent;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.user-menu-button:hover{background:#f9fafb;border-color:#667eea}.user-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:14px}.user-email{color:#374151;font-size:14px;font-weight:500}.dropdown-arrow{color:#9ca3af;font-size:10px}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;z-index:1000}.user-menu-item{padding:12px 16px;width:100%;text-align:left;background:transparent;border:none;cursor:pointer;transition:background .2s}.user-menu-item.user-info{cursor:default}.user-menu-item.user-menu-action:hover{background:#f9fafb}.user-info-email{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.user-info-sub{font-size:12px;color:#6b7280}.user-menu-divider{height:1px;background:#e5e7eb;margin:4px 0}@media (max-width: 768px){.header{padding:0 16px}.user-email{display:none}}.sidebar{width:240px;background:#fff;border-right:1px solid #e5e7eb;padding:16px 0}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 24px;color:#6b7280;text-decoration:none;transition:all .2s;border-left:3px solid transparent}.nav-item:hover{background:#f9fafb;color:#374151}.nav-item.active{background:#ede9fe;color:#667eea;border-left-color:#667eea;font-weight:600}.nav-icon{font-size:20px}.nav-label{font-size:14px}@media (max-width: 768px){.sidebar{width:64px}.nav-label{display:none}.nav-item{justify-content:center;padding:12px}}.nav-external{font-size:11px;margin-left:auto;opacity:.5}.nav-item:hover .nav-external{opacity:.8}.layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f7fa}.layout-body{display:flex;flex:1}.layout-content{flex:1;padding:24px;overflow-y:auto}@media (max-width: 768px){.layout-content{padding:16px}}.templates-container{padding:2rem;max-width:1400px;margin:0 auto}.templates-header{margin-bottom:2rem}.templates-header h1{font-size:2rem;font-weight:600;color:#111827;margin-bottom:.5rem}.subtitle{font-size:1rem;color:#6b7280}.filter-bar{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.search-box{position:relative;display:flex;align-items:center;max-width:500px}.search-icon{position:absolute;left:1rem;font-size:1.25rem;color:#9ca3af}.search-input{width:100%;padding:.75rem 3rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#3b82f6}.clear-search{position:absolute;right:1rem;background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1.25rem;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.clear-search:hover{color:#6b7280}.category-filters{display:flex;gap:.5rem;flex-wrap:wrap}.category-button{padding:.5rem 1rem;background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#6b7280;transition:all .2s ease}.category-button:hover{border-color:#3b82f6;color:#3b82f6}.category-button.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.loading-state,.error-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.error-state h3{color:#dc2626;margin-bottom:.5rem}.error-state p{color:#6b7280;margin-bottom:1rem}.retry-button{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500}.retry-button:hover{background-color:#2563eb}.empty-state .empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#111827;margin-bottom:.5rem}.empty-state p{color:#6b7280}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:6rem}.template-card{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .2s ease;position:relative}.template-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-2px)}.template-card.selected{border-color:#3b82f6;background-color:#eff6ff;box-shadow:0 4px 12px #3b82f633}.template-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.template-icon{font-size:2.5rem}.template-badge{background-color:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.template-card.selected .template-badge{background-color:#dbeafe;color:#1e40af}.template-name{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.template-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:1rem}.view-details-button{width:100%;padding:.5rem 1rem;background-color:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;margin-bottom:1rem}.view-details-button:hover{background-color:#e5e7eb;border-color:#d1d5db}.template-card.selected .view-details-button{background-color:#dbeafe;border-color:#93c5fd;color:#1e40af}.template-card.selected .view-details-button:hover{background-color:#bfdbfe}.template-components{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.template-components h4{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.template-components ul{list-style:none;padding:0;margin:0}.template-components li{font-size:.875rem;color:#6b7280;padding:.25rem 0;display:flex;align-items:center}.component-bullet{color:#3b82f6;margin-right:.5rem;font-weight:700}.selected-indicator{position:absolute;top:1rem;right:1rem;background-color:#3b82f6;color:#fff;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.checkmark{font-size:1rem}.action-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:1rem 2rem;box-shadow:0 -4px 12px #0000000d;z-index:50}.action-bar-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.selected-info{display:flex;align-items:center;gap:.5rem}.selected-label{font-size:.875rem;color:#6b7280;font-weight:500}.selected-name{font-size:.875rem;color:#111827;font-weight:600}.create-button{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .2s ease}.create-button:hover{background-color:#2563eb}.create-button:active{background-color:#1d4ed8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:.75rem;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-title-section{display:flex;align-items:center;gap:1rem}.modal-icon{font-size:3rem}.modal-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.modal-version{font-size:.875rem;color:#6b7280;background-color:#f3f4f6;padding:.25rem .75rem;border-radius:9999px;display:inline-block;margin-top:.25rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s ease}.modal-close:hover{color:#6b7280}.modal-body{padding:1.5rem}.modal-section{margin-bottom:1.5rem}.modal-section:last-child{margin-bottom:0}.modal-section-title{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.75rem}.modal-description{font-size:.875rem;color:#6b7280;line-height:1.6}.modal-code{display:block;background-color:#f3f4f6;padding:.75rem 1rem;border-radius:.375rem;font-family:Courier New,monospace;font-size:.875rem;color:#1f2937;border:1px solid #e5e7eb}.modal-components-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.modal-component-card{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem}.modal-component-icon{color:#10b981;font-weight:700}.modal-component-name{font-size:.875rem;color:#374151}.modal-features-list{list-style:none;padding:0;margin:0}.modal-features-list li{font-size:.875rem;color:#6b7280;padding:.5rem 0 .5rem 1.5rem;position:relative}.modal-features-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb}.modal-button-secondary{padding:.75rem 1.5rem;background-color:#fff;color:#374151;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease}.modal-button-secondary:hover{background-color:#f9fafb}.modal-button-primary{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:600;transition:background-color .2s ease}.modal-button-primary:hover{background-color:#2563eb}@media (max-width: 768px){.templates-container{padding:1rem}.filter-bar{gap:.75rem}.search-box{max-width:100%}.category-filters{gap:.5rem}.category-button{font-size:.8rem;padding:.4rem .8rem}.templates-grid{grid-template-columns:1fr;gap:1rem}.action-bar{padding:1rem}.action-bar-content{flex-direction:column;gap:1rem}.create-button{width:100%}.modal-content{max-height:95vh}.modal-header{padding:1rem}.modal-title-section{gap:.75rem}.modal-icon{font-size:2rem}.modal-title{font-size:1.25rem}.modal-body{padding:1rem}.modal-components-grid{grid-template-columns:1fr}.modal-footer{padding:1rem;flex-direction:column}.modal-button-secondary,.modal-button-primary{width:100%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;color:#1f2937;background-color:#f5f7fa}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{color:#111827;font-weight:600}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s}button:focus,button:focus-visible{outline:2px solid #667eea;outline-offset:2px}
