*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.header{text-align:center;padding:2rem 1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2)}.header h1{color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.header p{color:#ffffffe6;font-size:1.1rem}.main-content{max-width:1200px;margin:0 auto;padding:2rem 1rem}.onboarding-wizard{margin-bottom:2rem}.wizard-container{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 40px #0000001a;max-width:900px;margin:0 auto}.wizard-header{text-align:center;margin-bottom:3rem}.wizard-header h1{color:#2d3748;font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.wizard-subtitle{color:#718096;font-size:1.2rem;margin-bottom:2rem}.wizard-progress{max-width:300px;margin:0 auto}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease;width:25%}.progress-text{color:#718096;font-size:.9rem;text-align:center;display:block}.wizard-step{display:none}.wizard-step.active{display:block;animation:fadeInUp .4s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-content h2{color:#2d3748;font-size:2rem;margin-bottom:2rem;text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.benefit-card{text-align:center;padding:2rem 1.5rem;border-radius:12px;background:linear-gradient(135deg,#f7fafc,#edf2f7);border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.benefit-icon{font-size:3rem;margin-bottom:1rem;display:block}.benefit-card h3{color:#2d3748;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.benefit-card p{color:#718096;font-size:.95rem;line-height:1.5}.setup-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.setup-method{position:relative;padding:2rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#fff}.setup-method:hover{border-color:#667eea;box-shadow:0 8px 16px #667eea1a}.setup-method.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d);box-shadow:0 8px 24px #667eea26}.recommended-badge{position:absolute;top:-8px;right:1rem;background:linear-gradient(90deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.method-icon{font-size:2.5rem;text-align:center;margin-bottom:1rem}.setup-method h3{color:#2d3748;font-size:1.3rem;margin-bottom:.5rem;font-weight:600}.setup-method p{color:#718096;margin-bottom:1rem;line-height:1.5}.method-features{display:flex;flex-direction:column;gap:.5rem}.feature{color:#48bb78;font-size:.9rem;font-weight:500}.setup-form{max-width:500px;margin:0 auto 2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#2d3748;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group small{display:block;color:#718096;font-size:.85rem;margin-top:.5rem}.password-strength{font-weight:600}.password-strength.weak{color:#f56565}.password-strength.good{color:#ed8936}.password-strength.strong{color:#48bb78}.import-services h3{color:#2d3748;font-size:1.2rem;margin-bottom:1rem;text-align:center}.service-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.service-option{display:flex;flex-direction:column;align-items:center;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}.service-option:hover{border-color:#667eea;background:#667eea0d}.service-option input[type=checkbox]{margin-bottom:.5rem;transform:scale(1.2)}.service-icon{font-size:1.5rem;margin-bottom:.5rem}.service-name{font-size:.9rem;font-weight:500;color:#2d3748}.step-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.btn-large{padding:.875rem 2rem;font-size:1.1rem;font-weight:600}.success-animation{text-align:center;margin-bottom:3rem}.success-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 1s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.success-animation h2{color:#2d3748;font-size:2.2rem;margin-bottom:1rem;font-weight:700}.success-message{color:#718096;font-size:1.1rem;line-height:1.6;max-width:600px;margin:0 auto}.next-steps{margin-bottom:3rem}.next-steps h3{color:#2d3748;font-size:1.5rem;text-align:center;margin-bottom:2rem;font-weight:600}.next-step-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.next-step-card{padding:2rem;border-radius:12px;background:linear-gradient(135deg,#f7fafc,#edf2f7);border:1px solid #e2e8f0;text-align:center;cursor:pointer;transition:all .3s ease}.next-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#667eea}.step-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.next-step-card h4{color:#2d3748;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.next-step-card p{color:#718096;font-size:.95rem;line-height:1.5}@media (max-width: 768px){.wizard-container{padding:2rem 1.5rem}.wizard-header h1{font-size:2rem}.benefits-grid,.setup-methods{grid-template-columns:1fr}.step-actions{flex-direction:column}.btn-large{width:100%}.next-step-cards{grid-template-columns:1fr}.service-options{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.wizard-container{padding:1.5rem 1rem}.step-content h2{font-size:1.5rem}.service-options{grid-template-columns:1fr}}.auth-section{margin-bottom:2rem}.auth-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 32px #0000001a;text-align:center}.auth-header{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:1.5rem}.auth-header .back-to-wizard{position:absolute;left:0;padding:.5rem 1rem;font-size:.9rem;background:transparent;border:2px solid #667eea;color:#667eea;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.auth-header .back-to-wizard:hover{background:#667eea;color:#fff;transform:translateY(-1px)}.auth-card h2{margin:0;color:#4a5568}.auth-toggle{display:flex;margin-bottom:2rem;border-radius:8px;overflow:hidden;background:#f7fafc;border:2px solid #e2e8f0}.tab-btn{flex:1;padding:1rem;border:none;background:transparent;color:#4a5568;font-weight:500;cursor:pointer;transition:all .3s ease}.tab-btn.active{background:#667eea;color:#fff}.tab-btn:hover:not(.active){background:#e2e8f0}.login-method-selector{margin-bottom:1.5rem}.method-tabs{display:flex;border-radius:8px;overflow:hidden;background:#f7fafc;border:1px solid #e2e8f0;margin-bottom:1rem}.method-tab{flex:1;padding:.75rem 1rem;border:none;background:transparent;color:#4a5568;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.9rem}.method-tab.active{background:#4299e1;color:#fff}.method-tab:hover:not(.active){background:#e2e8f0}.login-method{transition:all .3s ease}.login-method.hidden{display:none}.method-help{display:block;margin-top:.5rem;color:#718096;font-size:.8rem;font-style:italic}.user-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.user-welcome{flex:1}.user-actions{display:flex;gap:.5rem;align-items:center}.identity-management-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.75rem;background:#f7fafc;transition:all .3s ease}.identity-management-card:hover{border-color:#cbd5e0;background:#edf2f7}.identity-management-card.active{border-color:#4299e1;background:#ebf8ff}.identity-management-info{flex:1}.identity-name{font-weight:600;color:#2d3748;margin-bottom:.25rem}.identity-webid{font-size:.85rem;color:#4a5568;margin-bottom:.5rem;word-break:break-all}.identity-details{display:flex;gap:1rem;flex-wrap:wrap;font-size:.8rem}.identity-server{color:#718096}.identity-pod-count{color:#4299e1;font-weight:500}.identity-status{font-weight:500;padding:.125rem .5rem;border-radius:4px;font-size:.75rem}.identity-status.active{background:#c6f6d5;color:#22543d}.identity-status.inactive{background:#fed7d7;color:#742a2a}.identity-management-actions{display:flex;gap:.5rem;align-items:center}.identity-management-list{max-height:400px;overflow-y:auto}.identity-management-info p{color:#718096;font-size:.9rem;margin-bottom:1rem;padding:.75rem;background:#f7fafc;border-radius:6px;border-left:4px solid #4299e1}.btn-outline{background:transparent;color:#4299e1;border:1px solid #4299e1}.btn-outline:hover{background:#4299e1;color:#fff}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.btn-danger{background:#e53e3e;color:#fff;border:1px solid #e53e3e}.btn-danger:hover{background:#c53030;border-color:#c53030}.btn-danger:disabled{background:#a0aec0;border-color:#a0aec0;cursor:not-allowed}.auth-form{text-align:left}.auth-form .btn{width:100%;margin-top:1rem}.input-group{margin-bottom:1rem;text-align:left}.input-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#4a5568}.input-group input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.input-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#e2e8f0;color:#4a5568}.btn-secondary:hover{background:#cbd5e0}.btn-success{background:#48bb78;color:#fff}.btn-success:hover{background:#38a169;transform:translateY(-2px)}.btn-danger{background:#f56565;color:#fff}.btn-danger:hover{background:#e53e3e;transform:translateY(-2px)}.user-info{padding:1rem;background:#f7fafc;border-radius:8px;border-left:4px solid #48bb78}.user-info p{margin-bottom:1rem;color:#2d3748}.pod-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem}.identity-management{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.identity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.identity-header h2{margin:0;color:#2d3748}.identity-actions{display:flex;gap:.75rem}.current-session{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem}.session-info{display:flex;align-items:center;gap:1rem}.session-label{font-weight:500;color:#4a5568}.current-webid{flex:1;font-family:monospace;font-size:.9rem;color:#667eea;background:#fff;padding:.5rem;border-radius:4px;border:1px solid #e2e8f0}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.btn-outline{background:transparent;border:1px solid #667eea;color:#667eea}.btn-outline:hover{background:#667eea;color:#fff}.identity-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1rem}.identity-card{background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease}.identity-card:hover{border-color:#667eea;background:#edf2f7;transform:translateY(-2px)}.identity-card.active{border-color:#48bb78;background:#f0fff4;box-shadow:0 0 0 3px #48bb781a}.identity-name{font-weight:600;color:#2d3748;margin-bottom:.5rem}.identity-webid{font-family:monospace;font-size:.8rem;color:#718096;word-break:break-all;margin-bottom:.5rem}.identity-status{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.identity-pod-count{color:#4a5568}.identity-status-indicator{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.identity-status-indicator.active{background:#c6f6d5;color:#22543d}.identity-status-indicator.inactive{background:#fed7d7;color:#742a2a}.identity-switcher-list{display:flex;flex-direction:column;gap:.5rem}.identity-switch-option{display:flex;align-items:center;padding:1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease}.identity-switch-option:hover{background:#edf2f7;border-color:#667eea}.identity-switch-option.current{border-color:#48bb78;background:#f0fff4}.pod-selection{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.pod-filters{display:flex;align-items:center;gap:1rem}.pod-filter-select{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#4a5568;font-size:.9rem}.pod-header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.pod-selection h2{margin:0;color:#2d3748}.discovery-status{padding:1rem;background:#f7fafc;border-radius:8px;border-left:4px solid #667eea;margin-bottom:1rem}.status-text{color:#4a5568;font-weight:500}.pod-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.pod-card{background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .3s ease}.pod-card:hover{border-color:#667eea;background:#edf2f7;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.pod-card.selected{border-color:#667eea;background:#e6fffa;box-shadow:0 0 0 3px #667eea1a}.pod-card.inaccessible{background:#fed7d7;border-color:#f56565;cursor:not-allowed;opacity:.7}.pod-card.inaccessible:hover{transform:none;box-shadow:none}.pod-header{display:flex;align-items:center;margin-bottom:.75rem}.pod-icon{font-size:1.5rem;margin-right:.75rem}.pod-name{font-weight:600;color:#2d3748;font-size:1.1rem}.pod-url{font-size:.8rem;color:#718096;margin-bottom:.75rem;word-break:break-all;font-family:monospace}.pod-stats{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#718096}.pod-resources{display:flex;align-items:center}.pod-status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.pod-status.accessible{background:#c6f6d5;color:#22543d}.pod-status.inaccessible{background:#fed7d7;color:#742a2a}.pod-preview{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.pod-preview-title{font-size:.8rem;font-weight:500;color:#4a5568;margin-bottom:.5rem}.pod-preview-list{list-style:none;padding:0;margin:0}.pod-preview-item{font-size:.75rem;color:#718096;margin-bottom:.25rem;display:flex;align-items:center}.pod-preview-item:before{content:"📄";margin-right:.5rem;font-size:.7rem}.pod-controls{margin-bottom:2rem}.pod-controls h2{margin-bottom:1rem;color:#2d3748}.controls{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.controls button{white-space:nowrap}#upload-file-btn{background:#9f7aea}#upload-file-btn:hover{background:#805ad5;transform:translateY(-2px)}.controls input{flex:1;min-width:300px;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px}.pod-content{display:grid;grid-template-columns:1fr 2fr;gap:2rem;min-height:400px}.resource-tree{border:2px solid #e2e8f0;border-radius:8px;padding:1rem;background:#f7fafc}.resource-tree h3{margin-bottom:1rem;color:#2d3748;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.resource-viewer{border:2px solid #e2e8f0;border-radius:8px;padding:1rem}.resource-viewer h3{margin-bottom:1rem;color:#2d3748;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.resource-info{background:#f7fafc;padding:1rem;border-radius:8px;margin-bottom:1rem;font-family:monospace;font-size:.9rem}.resource-data{margin-bottom:1rem}#resource-editor{width:100%;min-height:200px;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-family:monospace;font-size:.9rem;resize:vertical}.editor-controls{display:flex;gap:1rem}.ai-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem}.ai-controls h2{margin-bottom:1rem;color:#2d3748}.mcp-status{padding:1rem;background:#f7fafc;border-radius:8px;border-left:4px solid #667eea}.status-indicator{font-weight:700}.status-indicator.connected{color:#48bb78}.status-indicator.disconnected{color:#f56565}.footer{text-align:center;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.2);color:#fff}.resource-list{list-style:none;padding:0;margin:0}.resource-item{display:flex;align-items:center;padding:.5rem;border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.resource-item:hover{background-color:#f7fafc}.resource-icon{margin-right:.5rem;font-size:1.2rem}.resource-link{flex:1;text-decoration:none;color:#4a5568;font-weight:500}.resource-link:hover{color:#667eea}.resource-link.error{color:#f56565;font-style:italic}.resource-meta{font-size:.8rem;color:#a0aec0;margin-left:1rem}.empty-message{text-align:center;color:#a0aec0;font-style:italic;padding:2rem}.info-item{margin-bottom:.5rem;padding:.25rem 0;border-bottom:1px solid #f1f5f9}.info-item:last-child{border-bottom:none}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.modal-header h3{margin:0;color:#2d3748}.modal-close{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.modal-close:hover{background:#e2e8f0;color:#2d3748}.modal-body{padding:2rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid #e2e8f0;background:#f7fafc;border-radius:0 0 12px 12px}.input-help{display:block;font-size:.8rem;color:#718096;margin-top:.25rem}.checkbox-group{margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-weight:500;color:#4a5568}.checkbox-label input[type=checkbox]{margin-right:.75rem;transform:scale(1.2)}.checkmark{margin-left:.25rem}.error-dialog{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:flex;align-items:center;justify-content:center}.error-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.error-content{position:relative;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;border:2px solid #f56565}.error-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #fed7d7;background:#fed7d7;border-radius:12px 12px 0 0}.error-header h3{margin:0;color:#742a2a}.error-close{background:none;border:none;font-size:1.5rem;color:#742a2a;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.error-close:hover{background:#742a2a1a}.error-body{padding:2rem}.error-body pre{white-space:pre-wrap;word-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;line-height:1.5;color:#2d3748;margin:0}.error-footer{display:flex;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e2e8f0;background:#f7fafc;border-radius:0 0 12px 12px}.error-ok{min-width:80px}.manual-guide-content{max-width:700px}.guide-intro{font-size:1.1rem;color:#4a5568;margin-bottom:2rem;text-align:center;padding:1rem;background:#e6fffa;border-radius:8px;border-left:4px solid #38b2ac}.guide-steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.step-number{flex-shrink:0;width:32px;height:32px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.step-content{flex:1}.step-content h4{margin:0 0 .5rem;color:#2d3748;font-size:1.1rem}.step-content p{margin:0 0 1rem;color:#4a5568;line-height:1.5}.server-link-container{margin:.5rem 0}.server-link{display:inline-block;padding:.75rem 1.5rem;background:#667eea;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease}.server-link:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.pod-details{background:#fff;padding:1rem;border-radius:6px;border:1px solid #e2e8f0;margin:.5rem 0}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}.detail-item:not(:last-child){border-bottom:1px solid #f7fafc;padding-bottom:.5rem;margin-bottom:.5rem}.detail-item strong{color:#2d3748}.detail-item span{color:#667eea;font-weight:500}.step-content code{background:#e2e8f0;padding:.25rem .5rem;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.9rem;color:#2d3748}.sharing-info{margin-bottom:2rem}.resource-preview{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.resource-preview h4{color:#2d3748;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.resource-url{font-family:monospace;font-size:.8rem;color:#718096;word-break:break-all}.sharing-tabs{display:flex;border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.sharing-tabs .tab-btn{flex:1;padding:1rem;border:none;background:transparent;color:#4a5568;font-weight:500;cursor:pointer;transition:all .3s ease;border-bottom:2px solid transparent;font-size:.9rem}.sharing-tabs .tab-btn.active{color:#667eea;border-bottom-color:#667eea;background:#667eea0d}.sharing-tabs .tab-btn:hover:not(.active){background:#f7fafc;color:#2d3748}.sharing-form{max-width:none;margin:0}.sharing-form .form-group{margin-bottom:1.5rem}.sharing-form .form-group label{display:block;color:#2d3748;font-weight:600;margin-bottom:.5rem}.sharing-form textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease;font-family:inherit;resize:vertical}.sharing-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.sharing-form small{display:block;color:#718096;font-size:.85rem;margin-top:.5rem}.permission-settings h4,.link-permissions h4,.public-benefits h4{color:#2d3748;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.permission-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.permission-option{display:flex;align-items:center;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.permission-option:hover{border-color:#cbd5e0;background:#f7fafc}.permission-option input[type=radio]{margin-right:.75rem;transform:scale(1.2)}.permission-option:has(input:checked){border-color:#667eea;background:#667eea0d}.permission-icon{font-size:1.2rem;margin-right:.75rem}.permission-text{font-weight:500;color:#2d3748;margin-right:.5rem}.permission-option small{color:#718096;font-size:.8rem;margin:0}.sharing-options{margin-top:1.5rem}.checkbox-option{display:flex;align-items:flex-start;margin-bottom:1rem;cursor:pointer}.checkbox-option input[type=checkbox]{margin-right:.75rem;margin-top:.25rem;transform:scale(1.2)}.checkbox-option span:first-of-type{font-weight:500;color:#2d3748;flex:1}.checkbox-option small{display:block;color:#718096;font-size:.8rem;margin-top:.25rem}.checkbox-option select{margin-left:.5rem;padding:.25rem .5rem;border:1px solid #e2e8f0;border-radius:4px;font-size:.9rem}.link-preview,.public-url{margin-bottom:2rem}.link-preview h4,.public-url h4{color:#2d3748;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.link-container{display:flex;gap:.5rem;align-items:center}.link-container input{flex:1;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-family:monospace;font-size:.9rem;background:#f7fafc;color:#4a5568}.link-container .btn{flex-shrink:0;white-space:nowrap}.link-options{margin-top:1.5rem}.link-options .checkbox-option input[type=text]{margin-left:.5rem;margin-top:.5rem;padding:.5rem;border:1px solid #e2e8f0;border-radius:4px;font-size:.9rem;max-width:200px}.public-warning{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fef5e7;border:1px solid #f6ad55;border-radius:8px;margin-bottom:2rem}.warning-icon{font-size:1.5rem;flex-shrink:0}.warning-content h4{color:#d69e2e;font-size:1.1rem;margin:0 0 .5rem;font-weight:600}.warning-content p{color:#975a16;margin:0;line-height:1.5}.public-benefits{background:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.public-benefits h4{color:#38a169;margin-top:0}.public-benefits ul{list-style:none;padding:0;margin:0}.public-benefits li{color:#22543d;margin-bottom:.5rem;padding-left:0}.guest-welcome{text-align:center;margin-bottom:2rem}.guest-welcome p{color:#4a5568;font-size:1.1rem;margin-bottom:1.5rem}.file-info{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin:1rem 0}.file-info h4{color:#2d3748;font-size:1.3rem;margin:0 0 .5rem;font-weight:600}.file-details{color:#718096;font-size:.9rem;margin:0}.guest-actions h4{color:#2d3748;font-size:1.2rem;text-align:center;margin-bottom:1.5rem;font-weight:600}.guest-action-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.guest-action-card{text-align:center;padding:1.5rem 1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff}.guest-action-card:hover{border-color:#667eea;background:#667eea0d;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.action-icon{font-size:2rem;margin-bottom:.75rem;display:block}.guest-action-card h5{color:#2d3748;font-size:1rem;margin:0 0 .5rem;font-weight:600}.guest-action-card p{color:#718096;font-size:.85rem;margin:0;line-height:1.4}.guest-upgrade{border-top:2px solid #e2e8f0;padding-top:2rem;margin-top:2rem}.upgrade-prompt{text-align:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.upgrade-prompt h4{color:#2d3748;font-size:1.3rem;margin:0 0 1rem;font-weight:700}.upgrade-prompt p{color:#4a5568;font-size:1rem;margin:0 0 1.5rem;line-height:1.6}@media (max-width: 768px){.modal-content{width:95%;max-width:none}.sharing-tabs{flex-direction:column;border-bottom:none;border-right:2px solid #e2e8f0;margin-bottom:1rem}.sharing-tabs .tab-btn{border-bottom:none;border-right:2px solid transparent;text-align:left;padding:.75rem 1rem}.sharing-tabs .tab-btn.active{border-right-color:#667eea;border-bottom-color:transparent}.permission-options{gap:.75rem}.permission-option{padding:.75rem}.guest-action-cards{grid-template-columns:1fr}.link-container{flex-direction:column;align-items:stretch}.link-container input{margin-bottom:.5rem}}@media (max-width: 480px){.modal-body{padding:1.5rem}.modal-header,.modal-footer{padding:1rem 1.5rem}.public-warning,.public-benefits,.upgrade-prompt{padding:1rem}.sharing-tabs .tab-btn{font-size:.8rem;padding:.6rem .75rem}}.css-auth-section{margin-top:2rem;padding-top:1.5rem}.section-divider{text-align:center;margin-bottom:1.5rem;position:relative}.section-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.section-divider span{background:#fff;padding:0 1rem;color:#718096;font-size:.9rem;font-weight:500;position:relative}.css-auth-form{max-width:400px;margin:0 auto}.css-auth-buttons{display:flex;gap:.5rem;margin-top:1rem}.css-auth-buttons .btn{flex:1;font-size:.9rem}.css-help{margin-top:1rem;padding:.75rem;background:#f7fafc;border-radius:8px;border-left:4px solid #667eea}.css-help small{color:#4a5568;line-height:1.4}.pod-raw-data{margin-top:1.5rem;background:#f7fafc;border-radius:8px;padding:1rem}.pod-raw-data h4{color:#2d3748;margin-bottom:.5rem;font-size:1rem}.pod-raw-data pre{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1rem;font-size:.85rem;line-height:1.4;overflow-x:auto;max-height:300px;overflow-y:auto}.pod-info{background:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;padding:1rem;margin-bottom:1rem}.pod-info p{margin:.25rem 0;color:#2d3748}.pod-info strong{color:#276749}.hidden{display:none!important}.loading{opacity:.6;pointer-events:none}.authorized-apps-section{margin-top:2rem}.authorized-apps-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.section-header h2{color:#333;margin:0}.section-actions{display:flex;gap:.5rem}.auth-stats{margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:1.5rem;text-align:center;color:#fff;box-shadow:0 4px 12px #667eea4d}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}.authorized-apps-list{display:grid;gap:1rem}.app-card{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.app-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.app-card.revoked{opacity:.6;background:#f5f5f5}.app-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.app-info{flex:1}.app-name{color:#333;font-size:1.2rem;margin:0 0 .5rem}.app-description{color:#666;font-size:.9rem;margin:0}.app-status{flex-shrink:0}.status-badge{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.status-active{background:#10b981;color:#fff}.status-badge.status-revoked{background:#ef4444;color:#fff}.app-details{display:grid;gap:.75rem;margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:#666;font-size:.9rem}.detail-value{color:#333;font-size:.9rem;text-align:right;word-break:break-word;max-width:60%}.app-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.empty-state{text-align:center;padding:3rem 1rem;color:#666}.empty-state p{margin-bottom:1rem}.help-text{color:#999;font-size:.9rem}.loading-state{text-align:center;padding:2rem;color:#666}.message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.message.success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-sm{padding:.5rem 1rem;font-size:.875rem}@media (max-width: 768px){.pod-content{grid-template-columns:1fr}.controls{flex-direction:column;align-items:stretch}.controls input{min-width:auto}.editor-controls{flex-direction:column}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-actions{width:100%;justify-content:flex-start}.stats-grid{grid-template-columns:1fr}.detail-value{max-width:50%}.app-header{flex-direction:column;gap:1rem}}
