.wota-studio-widget{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:16px 0}
.wota-studio-header{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
.wota-studio-title{font-size:1.2rem;font-weight:700;line-height:1.2}
.wota-studio-subtitle{font-size:.95rem;opacity:.75}
.wota-studio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.wota-studio-tile{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:14px;border:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.9);box-shadow:0 6px 18px rgba(0,0,0,.06);text-decoration:none;color:inherit;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;min-height:140px}
.wota-studio-tile:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.1);border-color:rgba(0,0,0,.16)}
.wota-studio-tile-top{display:flex;align-items:center;gap:12px}
.wota-studio-logo-wrap{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:rgba(0,0,0,.04);flex:0 0 auto}
.wota-studio-logo{width:100%;height:100%;object-fit:contain}
.wota-studio-logo-fallback{font-weight:800;letter-spacing:.5px;opacity:.8}
.wota-studio-tile-title{font-weight:700;font-size:1rem;line-height:1.15}
.wota-studio-tile-desc{font-size:.95rem;opacity:.85;line-height:1.35}
.wota-studio-tile-cta{margin-top:auto;font-weight:700;font-size:.95rem;opacity:.9}
