:root{--brand-primary: #2c3e50;--brand-secondary: #34495e;--brand-blue: #3498db;--brand-blue-dark: #2980b9;--brand-red: #e74c3c;--brand-red-dark: #c0392b;--brand-green: #2ecc71;--brand-orange: #e67e22;--brand-purple: #9b59b6;--brand-bg: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:var(--brand-bg);padding:54px 10px 10px;min-height:100vh}.brand-watermark{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:-1;background-image:url(/brand/%E6%B0%B4%E5%8D%B0%E9%BB%91.png);background-repeat:repeat;background-size:200px auto;background-position:center center;opacity:.035;mix-blend-mode:multiply}.header-bar{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:#fff;z-index:1000;box-shadow:0 2px 8px #00000026}.header-row-main{display:flex;align-items:center;justify-content:space-between;padding:0 12px;height:44px}.header-title{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600;white-space:nowrap;cursor:default}.header-brand-logo{height:52px;width:auto;display:block;flex-shrink:0}.header-title-text{line-height:1.2}.header-actions{display:flex;align-items:center;gap:8px}.header-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,var(--brand-red),var(--brand-red-dark));border-radius:20px;font-size:.85rem;color:#fff;border:none;cursor:pointer;transition:transform .2s}.header-btn:hover{transform:scale(1.05)}.header-btn.btn-all{background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark))}.header-btn.btn-back{background:linear-gradient(135deg,var(--brand-secondary),var(--brand-primary))}.header-row-tags{display:none;flex-wrap:wrap;justify-content:center;gap:6px;padding:8px 12px;background:#0000001a}.header-tag-btn{padding:5px 10px;background:#ffffff26;color:#ecf0f1;border:none;border-radius:15px;font-size:.8rem;cursor:pointer;transition:background .2s;white-space:nowrap}.header-tag-btn:hover{background:#ffffff40}.header-tag-btn.active{background:var(--brand-blue);color:#fff}.tag-full{display:inline}.tag-short{display:none}@media (min-width: 769px){body{padding-top:88px}.header-row-main{height:44px;padding:0 16px}.header-title{font-size:1.1rem;cursor:pointer}.header-brand-logo{height:60px}.header-btn{padding:6px 14px;font-size:.9rem}.header-row-tags{display:flex}.tag-full{display:inline}.tag-short{display:none}}@media (max-width: 768px){.tag-full{display:none}.tag-short{display:inline}}@media (max-width: 375px){body{padding-top:44px}.header-row-main{height:40px;padding:0 10px}.header-title{font-size:.85rem}.header-brand-logo{height:44px}.header-btn{padding:5px 10px;font-size:.8rem}}.btn-primary{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark));color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:transform .2s}.btn-primary:hover{transform:scale(1.02)}.footer{text-align:center;padding:20px 0;color:#7f8c8d;font-size:.9rem;background:#ffffffb3;border-radius:12px;margin-top:20px;max-width:900px;margin-left:auto;margin-right:auto}.footer p{margin:4px 0;line-height:1.6}.footer-brand-logo{height:44px;width:auto;display:inline-block;vertical-align:middle;margin-left:6px}.footer-divider{color:#bdc3c7;margin:0 4px}@media (max-width: 375px){.footer{padding:10px 0;margin-top:12px;font-size:.8rem}.footer-brand-logo{height:34px}}.cards-container{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:10px;padding-bottom:30px;width:100%;max-width:900px;margin-left:auto;margin-right:auto}.card{width:100%;height:440px;perspective:1000px;cursor:pointer;max-width:900px;scroll-margin-top:100px}.card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 16px #0000001a;border-radius:16px}.card.flipped .card-inner{transform:rotateY(180deg)}.card-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:16px;padding:20px;display:flex;flex-direction:column;justify-content:center;text-align:center}.card-front{background:linear-gradient(145deg,#fff,#f8f9fa);border:1px solid #e0e0e0}.topic-tag{position:absolute;top:10px;right:10px;background:#3498dbe6;color:#fff;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:500;z-index:2;line-height:1.3}.topic-number{position:absolute;top:10px;left:10px;background:#e74c3ce6;color:#fff;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:500;line-height:1.3;cursor:pointer;transition:transform .2s;z-index:10}.topic-number:hover{transform:scale(1.1)}.prompt-container{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;opacity:0;transition:opacity .3s;z-index:5}.prompt-container.visible{opacity:1}.prompt-item{position:absolute;font-size:1.3rem;color:#333;font-weight:600;background:#fffffff2;padding:10px 18px;border-radius:8px;box-shadow:0 2px 6px #00000026;pointer-events:auto;max-width:45%}.prompt-item.p1{top:18%;left:6%}.prompt-item.p2{top:18%;right:6%}.prompt-item.p3{bottom:18%;left:6%}.prompt-item.p4{bottom:18%;right:6%}.question-text{font-size:1.98rem;font-weight:600;color:var(--brand-primary);margin-bottom:15px;line-height:1.4;margin-top:40px}.card-hint{text-align:center;font-size:1.05rem;color:#7f8c8d;font-style:italic;margin-top:15px}.a2-back-content{display:flex;flex-direction:column;gap:15px;margin-top:40px;flex:1;padding:10px}.keywords-section,.connectors-section{background:#ffffff1a;border-radius:10px;padding:8px;flex:1;display:flex;flex-direction:row;align-items:stretch}.keywords-title,.connectors-title{font-size:.85rem;font-weight:600;writing-mode:vertical-rl;text-orientation:mixed;padding:8px 4px;border-radius:6px 0 0 6px;letter-spacing:2px;min-width:28px;display:flex;align-items:center;justify-content:center}.keywords-title{color:var(--brand-green);background:#2ecc7126}.connectors-title{color:var(--brand-red);background:#e74c3c26}.keywords-list,.connectors-list{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;flex:1;align-content:center;padding:4px}.keyword{background:#3498dbcc;color:#fff;padding:8px 12px;border-radius:12px;font-size:.95rem;font-weight:500;text-align:center;display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.connector{background:#e74c3ccc;color:#fff;padding:8px 12px;border-radius:12px;font-size:.95rem;font-weight:500;text-align:center;display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arguments-container{display:flex;flex-direction:column;gap:10px;margin-top:40px;flex:1}.argument-section{background:#ffffff1a;border-radius:10px;padding:10px;display:flex;flex-direction:row;align-items:stretch;gap:10px;flex:1}.argument-title{font-size:.95rem;font-weight:600;color:#ecf0f1;text-align:right;line-height:1.25;flex-shrink:0;min-width:48px;display:flex;align-items:center;justify-content:flex-end}.pro-title{color:var(--brand-green)}.con-title{color:var(--brand-red)}.argument-list{font-size:1.15rem;line-height:1.4;color:#bdc3c7;text-align:left;flex:1;display:flex;flex-direction:column;justify-content:space-evenly}.argument-item{margin-bottom:2px;text-align:left;display:flex;align-items:flex-start}.pro-symbol{color:var(--brand-green);font-weight:700;margin-right:6px;flex-shrink:0}.con-symbol{color:var(--brand-red);font-weight:700;margin-right:6px;flex-shrink:0}.exam-mode .card-back,.exam-mode .prompt-container{display:none}
