.settings-form-container{background:#fff;border-radius:16px;max-width:600px;margin:0 auto;overflow:hidden;box-shadow:0 2px 10px #0000001a}.form-header{background-color:#0076a8;align-items:center;gap:.75rem;padding:1.5rem 2rem;display:flex}.settings-icon{flex-shrink:0;width:24px;height:24px}.form-header h1{color:#fff;margin:0;font-family:system-ui,-apple-system,sans-serif;font-size:1.5rem;font-weight:600}.form-body{padding:2rem}.settings-note{color:#0076a8;background-color:#e8f6fa;border:1px solid #b3dff0;border-radius:12px;align-items:flex-start;gap:.6rem;margin:1rem 2rem 0;padding:.85rem 1.25rem;font-size:.85rem;display:flex}.info-icon{color:#0093b2;flex-shrink:0;font-size:1.1rem}.section{margin-bottom:2rem}.section-title{color:#333;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.section-subtitle{color:#888;margin:0 0 1rem;font-size:.9rem}.form-card{background-color:#f7f7f7;border:1px solid #ddd;border-radius:12px;padding:1rem}.field-label{color:#444;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.form-card input[type=text]{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;padding:.85rem .75rem;font-family:inherit;font-size:.9rem}.form-card input[type=text]:focus{border-color:#0076a8;outline:none}.field-hint{color:#aaa;margin-top:.4rem;font-size:.8rem;display:block}.product-list{background-color:#fff;max-height:300px;overflow-y:auto}.product-row{border-bottom:1px solid #eee;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.product-row:last-child{border-bottom:none}.product-name{color:#333;flex:1;font-size:.9rem;font-weight:500}.product-version-input{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;flex:1;padding:.6rem .75rem;font-family:inherit;font-size:.9rem}.product-version-input:focus{border-color:#0076a8;outline:none}.terminology-card{background-color:#fff}.term-header{background-color:#f7f7f7;border-bottom:1px solid #ddd;border-radius:12px 12px 0 0;margin:-1rem -1rem .5rem;padding:.75rem 1rem}.term-label{color:#666;text-align:center;flex:1;font-size:.85rem;font-weight:600}.term-row{border-bottom:1px solid #eee;align-items:center;gap:.5rem;margin-bottom:0;padding:.5rem 0;display:flex}.term-row:last-child{border-bottom:none}.term-row input{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;flex:1;padding:.6rem .75rem;font-family:inherit;font-size:.9rem}.term-row input:focus{border-color:#0076a8;outline:none}.term-arrow{color:#888;flex-shrink:0;font-size:1.1rem}.remove-term-btn{color:#999;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:.15rem .4rem;font-size:1.3rem;transition:all .15s}.remove-term-btn:hover{color:#c00;background-color:#ffe5e5}.add-term-btn{color:#888;cursor:pointer;background:0 0;border:none;padding:.25rem 1rem;font-size:.95rem;transition:color .15s}.add-term-btn:hover{color:#000}.term-footer{background-color:#f7f7f7;border-top:1px solid #ddd;border-radius:0 0 12px 12px;margin:.5rem -1rem -1rem;padding:.4rem 1rem}.section:last-child{margin-bottom:.5rem}.form-actions{background-color:#fff;border-radius:0 0 16px 16px;justify-content:flex-end;gap:.75rem;padding:1rem 3rem;display:flex;position:relative}.form-actions:before{content:"";border-top:1px solid #ddd;position:absolute;top:0;left:3rem;right:3rem}.cancel-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;transition:all .15s}.cancel-btn:hover{border-color:#999}.save-btn{color:#fff;cursor:pointer;background:#0076a8;border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;transition:background .15s}.save-btn:hover{background:#005f87}.save-btn:disabled{cursor:not-allowed;background:#99c5d9}.toast{color:#fff;z-index:1000;border-radius:8px;padding:.75rem 1.25rem;font-size:.9rem;animation:.3s slideIn,.3s 2.7s fadeOut;position:fixed;top:1.5rem;right:1.5rem}.toast-success{background:#2e7d32}.toast-error{background:#c62828}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.otto-app{background-color:#f5f5f5;flex-direction:column;min-height:100vh;display:flex}.header{background-color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.header-content{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1200px;margin:0 auto;display:grid}.header-logo{justify-self:start}.logo{width:auto;height:50px}.header-title{text-align:center}.header h1{color:#004972;margin:0;font-size:1.5rem;font-weight:600}.header-email{color:#666;margin:.5rem 0 0;font-size:.9rem}.main-content{flex:1;padding:2rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif}
