*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5;color:#333;line-height:1.6}.app{max-width:600px;margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 10px #0000001a}.header{background:#4caf50;color:#fff;padding:20px;text-align:center;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000001a}.header h1{font-size:24px;font-weight:600;margin-bottom:8px}.header .subtitle{font-size:14px;opacity:.9}.container{padding:20px}.note-form{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000000d}.textarea{width:100%;min-height:200px;padding:16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;font-family:inherit;resize:vertical;transition:border-color .2s}.textarea:focus{outline:none;border-color:#4caf50}.file-section{margin-top:16px}.file-input-wrapper{position:relative;margin-top:12px}.file-input{display:none}.file-label{display:block;padding:16px;border:2px dashed #ddd;border-radius:8px;text-align:center;cursor:pointer;color:#666;transition:all .2s;font-size:14px}.file-label:hover{border-color:#4caf50;color:#4caf50;background:#f9f9f9}.file-list{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.file-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f5f5f5;border-radius:6px;font-size:12px}.file-item .remove{cursor:pointer;color:#f44336;font-weight:700}.button-group{display:flex;gap:12px;margin-top:16px}.btn{flex:1;padding:14px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover:not(:disabled){background:#45a049}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f5f5f5;color:#333}.btn-secondary:hover{background:#e0e0e0}.status{margin-top:16px;padding:12px;border-radius:8px;font-size:14px;text-align:center}.status.success{background:#d4edda;color:#155724}.status.error{background:#f8d7da;color:#721c24}.status.info{background:#d1ecf1;color:#0c5460}.config-section{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000000d}.config-section h2{font-size:18px;margin-bottom:16px;color:#333}.config-input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;margin-bottom:12px;transition:border-color .2s}.config-input:focus{outline:none;border-color:#4caf50}.notes-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d}.notes-section h2{font-size:18px;margin-bottom:16px;color:#333}.notes-list{display:flex;flex-direction:column;gap:12px}.note-item{padding:16px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.note-item:hover{border-color:#4caf50;background:#f9f9f9}.note-title{font-weight:500;margin-bottom:8px;color:#333}.note-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#999}.note-sync-status{display:flex;align-items:center;gap:4px}.empty-state{text-align:center;padding:40px 20px;color:#999}@media (max-width: 600px){.app{max-width:100%}.header h1{font-size:20px}.container{padding:16px}}
