.header{background:linear-gradient(135deg,red,#ff4901);padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;gap:2rem}.logo{display:flex;align-items:center}.logo-link{color:#fff;text-decoration:none;font-size:1.8rem;font-weight:700;letter-spacing:2px;transition:all .3s ease;padding:.5rem 1rem;border-radius:5px;white-space:nowrap}.logo-link:hover{background-color:#fff3;transform:scale(1.05)}.nav-tabs{display:flex;list-style:none;gap:2rem;padding:0;flex-wrap:wrap;justify-content:center;flex:1}.nav-tabs li{position:relative}.nav-tabs a{color:#fff;text-decoration:none;padding:.75rem 2rem;display:block;font-size:1.1rem;font-weight:500;transition:all .3s ease;border-radius:5px}.nav-tabs a:hover{background-color:#fff3;transform:translateY(-2px)}.nav-tabs a.active{background-color:#ffffff4d}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem;padding:1rem}.logo{width:100%;justify-content:center}.logo-link{font-size:1.5rem;letter-spacing:1px}.nav-tabs{gap:1rem;width:100%;justify-content:center}.nav-tabs a{padding:.5rem 1.5rem;font-size:1rem}}.home-container{max-width:1200px;margin:3rem auto;padding:2rem}.welcome-section{text-align:center;padding:3rem 2rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-bottom:3rem}.welcome-section h1{font-size:2.5rem;color:red;margin-bottom:1rem;background:linear-gradient(135deg,red,#c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-section p{font-size:1.2rem;color:#333;line-height:1.8;max-width:800px;margin:0 auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center;display:flex;flex-direction:column}.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;color:red;margin-bottom:1rem}.feature-card p{color:#333;line-height:1.6;margin-bottom:1.5rem;flex:1}.feature-btn{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,red,#c00);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:transform .2s ease}.feature-btn:hover{transform:scale(1.05)}@media (max-width: 768px){.home-container{padding:1rem}.welcome-section h1{font-size:2rem}.welcome-section p{font-size:1rem}.features{grid-template-columns:1fr}}.flipbook-container{width:100%;min-height:calc(100vh - 100px);display:flex;flex-direction:column;padding:2rem}.flipbook-header{text-align:center;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a}.flipbook-header h1{font-size:2.5rem;color:red;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.flipbook-header h1 .emoji{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;font-style:normal}.flipbook-header h1:after{content:"";flex:1;height:0}.flipbook-header h1{background:linear-gradient(135deg,red,#c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.flipbook-header h1 .emoji{-webkit-text-fill-color:initial;background:none}.flipbook-header p{font-size:1.2rem;color:#333}.flipbook-wrapper{flex:1;width:100%;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:unset;height:100%}.flipbook-iframe{width:100%;height:100%;min-height:600px;border:none;display:block}@media (max-width: 768px){.flipbook-container{padding:1rem}.flipbook-header h1{font-size:2rem}.flipbook-header p{font-size:1rem}.flipbook-wrapper,.flipbook-iframe{min-height:400px}}.chatbot-container{width:100%;min-height:calc(100vh - 100px);display:flex;flex-direction:column;padding:2rem}.chatbot-header{text-align:center;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a}.chatbot-header h1{font-size:2.5rem;color:red;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.chatbot-header h1 .emoji{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;font-style:normal}.chatbot-header h1{background:linear-gradient(135deg,red,#c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chatbot-header h1 .emoji{-webkit-text-fill-color:initial;background:none}.chatbot-header p{font-size:1.2rem;color:#333}.chatbot-wrapper{flex:1;width:100%;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:600px}.chatbot-iframe{width:100%;height:100%;min-height:600px;border:none;display:block}.loading-message,.config-message{padding:3rem;text-align:center;color:#333}.config-message h3{color:red;margin-bottom:1rem}.config-message p{margin-bottom:1rem;line-height:1.6}.config-message code{background:#ffe6e6;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;color:#c00}.example-code{margin-top:2rem;text-align:left;background:#f8f9fa;padding:1.5rem;border-radius:8px;overflow-x:auto}.example-code pre{margin:0;color:#333;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.chatbot-container{padding:1rem}.chatbot-header h1{font-size:2rem}.chatbot-header p{font-size:1rem}.chatbot-wrapper,.chatbot-iframe{min-height:500px}}.transparency-container{max-width:1200px;margin:3rem auto;padding:2rem}.transparency-header{text-align:center;padding:3rem 2rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-bottom:3rem}.transparency-header h1{font-size:2.5rem;color:red;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.transparency-header h1{background:linear-gradient(135deg,red,#c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.transparency-header h1 .emoji{-webkit-text-fill-color:initial;background:none;-webkit-background-clip:unset;background-clip:unset}.transparency-header p{font-size:1.2rem;color:#333;line-height:1.8;max-width:800px;margin:0 auto}.transparency-content{display:flex;flex-direction:column;gap:2rem}.transparency-section{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px #0000001a}.transparency-section h2{font-size:2rem;color:red;margin-bottom:1.5rem}.transparency-section p{font-size:1.1rem;color:#333;line-height:1.8;margin-bottom:1rem}.principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.principle-card{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.principle-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.principle-icon{font-size:3rem;margin-bottom:1rem}.principle-card h3{font-size:1.3rem;color:#333;margin-bottom:1rem}.principle-card p{font-size:1rem;color:#333;line-height:1.6}.usage-list,.tools-list,.role-list,.process-list,.limitations-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.usage-item,.tool-item,.role-item,.process-item,.limitation-item{padding:1.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #ff0000}.usage-item h3,.tool-item h3,.role-item h3,.process-item h3,.limitation-item h3{font-size:1.3rem;color:#333;margin-bottom:.5rem}.usage-item p,.tool-item p,.role-item p,.process-item p,.limitation-item p{font-size:1rem;color:#333;line-height:1.6;margin:0}.notice-box,.warning-box{padding:1.5rem;background:#fff3cd;border-radius:12px;border-left:4px solid #ffc107;margin-top:1rem}.notice-box p,.warning-box p{margin:0;line-height:1.6;color:#333}.warning-box{background:#ffe6e6;border-left-color:red}.transparency-details{margin-top:1.5rem}.transparency-details p{margin-bottom:1.5rem;line-height:1.8}.transparency-details p:last-child{margin-bottom:0}.commitment-box{background:linear-gradient(135deg,red,#c00);color:#fff;padding:2.5rem;border-radius:12px;margin-top:2rem;display:flex;flex-direction:column;gap:2rem}.commitment-item{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid white}.commitment-item h3{font-size:1.2rem;color:#000;margin-bottom:.75rem}.commitment-item p{font-size:1rem;line-height:1.8;margin:0;color:#000}@media (max-width: 768px){.transparency-container{padding:1rem}.transparency-header h1{font-size:2rem}.transparency-header p{font-size:1rem}.transparency-section{padding:1.5rem}.transparency-section h2{font-size:1.5rem}.principles-grid{grid-template-columns:1fr}.commitment-box{padding:1.5rem}.commitment-item{padding:1rem}.commitment-item h3{font-size:1.1rem}.commitment-item p{font-size:.9rem}.transparency-section h2{font-size:1.3rem}.usage-item,.tool-item,.role-item,.process-item,.limitation-item{padding:1rem}.usage-item h3,.tool-item h3,.role-item h3,.process-item h3,.limitation-item h3{font-size:1.1rem}.usage-item p,.tool-item p,.role-item p,.process-item p,.limitation-item p{font-size:.9rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#910000,#72000f);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}#root{min-height:100vh;display:flex;flex-direction:column}
