*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;padding:2rem;box-shadow:0 2px 10px #0000001a;text-align:center}.header h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.subtitle{color:#666;font-size:1.2rem;margin-bottom:1rem}.api-status{display:inline-block;padding:.5rem 1rem;border-radius:5px;font-weight:500}.api-status.online{background:#d4edda;color:#155724}.api-status.offline{background:#f8d7da;color:#721c24}.api-status.checking{background:#fff3cd;color:#856404}.refresh-btn{background:none;border:none;cursor:pointer;margin-left:.5rem;font-size:1rem}.main-content{flex:1;max-width:1200px;margin:2rem auto;padding:0 2rem;width:100%}.config-section,.tasks-section,.schedule-section{background:#fff;border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 15px #0000001a}.config-section h2,.tasks-section h2,.schedule-section h2{color:#333;margin-bottom:1.5rem}.time-inputs{display:flex;gap:2rem}.time-inputs label{display:flex;flex-direction:column;gap:.5rem;color:#555;font-weight:500}.time-inputs input{padding:.5rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem}.task-input-group{display:flex;gap:1rem;margin-bottom:1.5rem}.task-input-group input{flex:1;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem}.add-btn,.generate-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;transition:transform .2s}.add-btn:hover,.generate-btn:hover{transform:translateY(-2px)}.generate-btn{width:100%;margin-top:1.5rem;padding:1rem}.generate-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.natural-language-section{margin:1.5rem 0;padding:1.5rem;background:#f8f9fa;border-radius:5px}.natural-language-section h3{color:#555;margin-bottom:1rem}.natural-language-section textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;resize:vertical;margin-bottom:1rem}.natural-language-section button{padding:.75rem 1.5rem;background:#28a745;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background .2s}.natural-language-section button:hover{background:#218838}.tasks-list{margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:5px}.tasks-list h3{color:#555;margin-bottom:1rem}.task-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:5px;margin-bottom:.5rem;border:1px solid #e0e0e0}.remove-btn{width:30px;height:30px;border-radius:50%;border:none;background:#dc3545;color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.remove-btn:hover{background:#c82333}.schedule-timeline{display:flex;flex-direction:column;gap:1rem}.schedule-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid;box-shadow:0 2px 5px #0000000d;transition:transform .2s}.schedule-item:hover{transform:translate(5px)}.item-content{flex:1}.item-time{font-weight:700;color:#333;margin-bottom:.25rem}.item-title{font-size:1.1rem;color:#555;margin-bottom:.25rem}.item-reasoning{font-size:.9rem;color:#888;font-style:italic}.item-category{padding:.5rem 1rem;border-radius:20px;color:#fff;font-size:.9rem;font-weight:500}.footer{background:#fff;padding:1.5rem;text-align:center;color:#666;border-top:1px solid #e0e0e0}.footer code{background:#f0f0f0;padding:.25rem .5rem;border-radius:3px;margin-top:.5rem;display:inline-block}
